| java.lang.Object org.apache.derby.impl.sql.execute.rts.RealNoRowsResultSetStatistics org.apache.derby.impl.sql.execute.rts.RealUpdateResultSetStatistics
RealUpdateResultSetStatistics | public class RealUpdateResultSetStatistics extends RealNoRowsResultSetStatistics (Code) | | ResultSetStatistics implemenation for UpdateResultSet.
author: jerry |
deferred | public boolean deferred(Code) | | |
indexesUpdated | public int indexesUpdated(Code) | | |
rowCount | public int rowCount(Code) | | |
tableLock | public boolean tableLock(Code) | | |
RealUpdateResultSetStatistics | public RealUpdateResultSetStatistics(int rowCount, boolean deferred, int indexesUpdated, boolean tableLock, long executeTime, ResultSetStatistics sourceResultSetStatistics)(Code) | | |
getNodeName | public String getNodeName()(Code) | | Format for display, a name for this node.
|
getScanStatisticsText | public String getScanStatisticsText(String tableName, int depth)(Code) | | Return information on the scan nodes from the statement execution
plan as a String.
Parameters: depth - Indentation level. Parameters: tableName - if not NULL then print information for this table only String The information on the scan nodes from the statement execution plan as a String. |
getStatementExecutionPlanText | public String getStatementExecutionPlanText(int depth)(Code) | | Return the statement execution plan as a String.
Parameters: depth - Indentation level. String The statement execution plan as a String. |
|
|