<< Click to Display Table of Contents >>
OZProcedureLogTarget
This interface provides information about procedure data.
Method Detail
getDBAlias
public String getDBAlias()
Gets the DB alias of the connection pool used by the executed ODI.
getProcedureName
public String getProcedureName()
Gets the name of the procedure requested by the client.
getParameterList
public ArrayList getParameterList()
Gets the procedure parameter requested by the client as array.
getProcedureExecuteTime
public long getProcedureExecuteTime()
Gets the time take for the procedure requested by the client to execute.(Unit: Milliseconds)
getProcedureState
public String getProcedureState()
Gets whether the procedure requested by the client has successfully executed.