Class XPLAINResultSetTimingsDescriptor
java.lang.Object
org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
org.apache.derby.impl.sql.catalog.XPLAINResultSetTimingsDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a list of columns suitable for creating this Catalog.void
Methods inherited from class org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
getTableDDL, getTableInsert
-
Field Details
-
timing_id
-
constructor_time
-
open_time
-
next_time
-
close_time
-
execute_time
-
avg_next_time_per_row
-
projection_time
-
restriction_time
-
temp_cong_create_time
-
temp_cong_fetch_time
-
TABLENAME_STRING
- See Also:
-
indexColumnNames
-
-
Constructor Details
-
XPLAINResultSetTimingsDescriptor
public XPLAINResultSetTimingsDescriptor() -
XPLAINResultSetTimingsDescriptor
-
-
Method Details
-
setStatementParameters
- Throws:
SQLException
-
getCatalogName
- Specified by:
getCatalogName
in classXPLAINTableDescriptor
-
buildColumnList
Builds a list of columns suitable for creating this Catalog.- Specified by:
buildColumnList
in classXPLAINTableDescriptor
- Returns:
- array of SystemColumn suitable for making this catalog.
-