<< Click to Display Table of Contents >>
IRDBLogTarget
This interface provides information about the RDB store.
Method Detail
Alias
public string Alias
Gets the DB alias name of the Connection Pool used by the executed ODI.
Query
public string Query
Gets the query command requested by the client.
PreparedQueryValue
public IList PreparedQueryValue
Gets the used value if a complied query is used.
QueryState
public string QueryState
Gets whether the query command requested by the client has been successfully executed.
QueryExecuteTime
public long QueryExecuteTime
Gets the time it takes for the query command requested by the client to execute.
IsPrepared
public bool IsPrepared
Gets whether the compiled query has been used.
QueryType
public QueryType QueryType
Gets the type of the query executed and requested by the client.