<< Click to Display Table of Contents >>
OZRDBLogTarget
This interface provides information about the RDB store.
Method Detail
getDBAlias
public String getDBAlias()
Gets the DB alias of the connection pool used by the executed ODI.
getDBExecuteQuery
public String getDBExecuteQuery()
Gets the query statement requested by the client.
getPreparedQueryValue
public Vector getPreparedQueryValue()
The used value for the complied query statement.
getExecuteQueryState
public String getExecuteQueryState()
Gets whether the query statement requested by the client has successfully been executed.
getQueryExecuteTime
public long getQueryExecuteTime()
Gets the time taken for the query statement requested by the client to be executed.(Unit: Milliseconds)
isPrepared
public boolean isPrepared()
Gets whether a compiled query statement was used.
getCRUDFlagName
public String getCRUDFlagName()
Gets the type of the query statement executed and requested by the client.(select, insert, update, delete)