|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.TraceTimingInfo
wt.util.TraceTimingDatastoreInfo
This class implements a holder of Trace Timing information related to
a datastore event.
Supported API: false
Extendable: false
Field Summary | |
private Object |
bindParameters
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private int |
rowCount
|
private String |
sqlStatement
|
Fields inherited from class wt.util.TraceTimingInfo |
|
Constructor Summary | |
TraceTimingDatastoreInfo(String a_sqlStatement,
Object a_bindParameters)
|
Method Summary | |
Object |
getBindParameters()
Gets the value of the attribute: bindParameters; Bind parameters associated with the SQL statement. |
int |
getRowCount()
Gets the value of the attribute: rowCount; Row count associated with the SQL statement. |
String |
getSqlStatement()
Gets the value of the attribute: sqlStatement; SQL statement. |
void |
setBindParameters(Object a_BindParameters)
Sets the value of the attribute: bindParameters; Bind parameters associated with the SQL statement. |
void |
setRowCount(int a_RowCount)
Sets the value of the attribute: rowCount; Row count associated with the SQL statement. |
void |
setSqlStatement(String a_SqlStatement)
Sets the value of the attribute: sqlStatement; SQL statement. |
Methods inherited from class wt.util.TraceTimingInfo |
getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String sqlStatement
private Object bindParameters
private int rowCount
Constructor Detail |
public TraceTimingDatastoreInfo(String a_sqlStatement, Object a_bindParameters)
Method Detail |
public String getSqlStatement()
public void setSqlStatement(String a_SqlStatement)
a_SqlStatement
- public Object getBindParameters()
public void setBindParameters(Object a_BindParameters)
a_BindParameters
- public int getRowCount()
public void setRowCount(int a_RowCount)
a_RowCount
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |