| java.lang.Object org.apache.derby.impl.sql.execute.rts.RealNoRowsResultSetStatistics org.apache.derby.impl.sql.execute.rts.RealInsertResultSetStatistics
RealInsertResultSetStatistics | public class RealInsertResultSetStatistics extends RealNoRowsResultSetStatistics (Code) | | ResultSetStatistics implemenation for InsertResultSet.
author: jerry |
Constructor Summary | |
public | RealInsertResultSetStatistics(int rowCount, boolean deferred, int indexesUpdated, boolean userSpecifiedBulkInsert, boolean bulkInsertPerformed, boolean tableLock, long executeTime, ResultSetStatistics sourceResultSetStatistics) |
bulkInsertPerformed | public boolean bulkInsertPerformed(Code) | | |
deferred | public boolean deferred(Code) | | |
indexesUpdated | public int indexesUpdated(Code) | | |
rowCount | public int rowCount(Code) | | |
tableLock | public boolean tableLock(Code) | | |
userSpecifiedBulkInsert | public boolean userSpecifiedBulkInsert(Code) | | |
RealInsertResultSetStatistics | public RealInsertResultSetStatistics(int rowCount, boolean deferred, int indexesUpdated, boolean userSpecifiedBulkInsert, boolean bulkInsertPerformed, 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. |
|
|