wt.util
Class TraceTimingDatastoreInfo

java.lang.Object
  extended bywt.util.TraceTimingInfo
      extended bywt.util.TraceTimingDatastoreInfo
All Implemented Interfaces:
Serializable

public class TraceTimingDatastoreInfo
extends TraceTimingInfo
implements Serializable

This class implements a holder of Trace Timing information related to a datastore event.

Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

sqlStatement

private String sqlStatement

bindParameters

private Object bindParameters

rowCount

private int rowCount
Constructor Detail

TraceTimingDatastoreInfo

public TraceTimingDatastoreInfo(String a_sqlStatement,
                                Object a_bindParameters)
Method Detail

getSqlStatement

public String getSqlStatement()
Gets the value of the attribute: sqlStatement; SQL statement.

Supported API: false

Returns:
String

setSqlStatement

public void setSqlStatement(String a_SqlStatement)
Sets the value of the attribute: sqlStatement; SQL statement.

Supported API: false

Parameters:
a_SqlStatement -

getBindParameters

public Object getBindParameters()
Gets the value of the attribute: bindParameters; Bind parameters associated with the SQL statement.

Supported API: false

Returns:
Object

setBindParameters

public void setBindParameters(Object a_BindParameters)
Sets the value of the attribute: bindParameters; Bind parameters associated with the SQL statement.

Supported API: false

Parameters:
a_BindParameters -

getRowCount

public int getRowCount()
Gets the value of the attribute: rowCount; Row count associated with the SQL statement.

Supported API: false

Returns:
int

setRowCount

public void setRowCount(int a_RowCount)
Sets the value of the attribute: rowCount; Row count associated with the SQL statement.

Supported API: false

Parameters:
a_RowCount -