com.interfaces.core.IStatementQueryInfoProvider
. This interface provides the following functions:
-
public String getPreparedQueryId();
This function gets the ID of the query used when the statement was prepared. It returns the prepared query ID if available, or a null value if the ID is unavailable. -
public String getQueryId();
This function gets the ID of the executed query. It returns the query ID if available, or a null value if the ID is unavailable.
Statement
object might be used:
PreparedStatement
object might be used: