|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FarragoSessionExecutingStmtInfo
FarragoSessionExecuctingStmtInfo contains information about executing statements.
Method Summary | |
---|---|
long |
getId()
Returns the unique identifier for this executing statement. |
List<String> |
getObjectsInUse()
Returns an array of catalog object mofIds in use by this statement. |
List<Object> |
getParameters()
Returns any dynamic parameters used to execute this statement. |
String |
getSql()
Returns the SQL statement being executed. |
long |
getStartTime()
Returns time the statement began executing, in ms. |
FarragoSessionStmtContext |
getStmtContext()
|
Method Detail |
---|
FarragoSessionStmtContext getStmtContext()
long getId()
String getSql()
List<Object> getParameters()
long getStartTime()
List<String> getObjectsInUse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |