Class XPLAINScanPropsDescriptor
java.lang.Object
org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
org.apache.derby.impl.sql.catalog.XPLAINScanPropsDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Integer
private Integer
private String
private Integer
private static final String[][]
private String
private String
private Integer
private Integer
private Integer
private Integer
private Integer
private String
private String
private String
private UUID
private String
private String
private String
(package private) static final String
-
Constructor Summary
ConstructorsConstructorDescriptionXPLAINScanPropsDescriptor
(UUID scan_rs_id, String scan_object_name, String scan_object_type, String scan_type, String isolation_level, Integer no_visited_pages, Integer no_visited_rows, Integer no_qualified_rows, Integer no_visited_deleted_rows, Integer no_fetched_columns, String bitset_of_fetched_columns, Integer btree_height, Integer fetch_size, String start_position, String stop_position, String scan_qualifiers, String next_qualifiers, String hash_key_column_numbers, Integer hash_table_size) -
Method Summary
Modifier and TypeMethodDescriptionBuilds a list of columns suitable for creating this Catalog.void
setBitset_of_fetched_columns
(String bitset_of_fetched_columns) void
setBtree_height
(Integer btree_height) void
setNo_fetched_columns
(Integer no_fetched_columns) void
setNo_qualified_rows
(Integer no_qualified_rows) void
setNo_visited_deleted_rows
(Integer no_visited_deleted_rows) void
setNo_visited_pages
(Integer no_visited_pages) void
setNo_visited_rows
(Integer no_visited_rows) void
setScan_type
(String scan_type) void
Methods inherited from class org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
getTableDDL, getTableInsert
-
Field Details
-
scan_rs_id
-
scan_object_name
-
scan_object_type
-
scan_type
-
isolation_level
-
no_visited_pages
-
no_visited_rows
-
no_qualified_rows
-
no_visited_deleted_rows
-
no_fetched_columns
-
bitset_of_fetched_columns
-
btree_height
-
fetch_size
-
start_position
-
stop_position
-
scan_qualifiers
-
next_qualifiers
-
hash_key_column_numbers
-
hash_table_size
-
TABLENAME_STRING
- See Also:
-
indexColumnNames
-
-
Constructor Details
-
XPLAINScanPropsDescriptor
public XPLAINScanPropsDescriptor() -
XPLAINScanPropsDescriptor
public XPLAINScanPropsDescriptor(UUID scan_rs_id, String scan_object_name, String scan_object_type, String scan_type, String isolation_level, Integer no_visited_pages, Integer no_visited_rows, Integer no_qualified_rows, Integer no_visited_deleted_rows, Integer no_fetched_columns, String bitset_of_fetched_columns, Integer btree_height, Integer fetch_size, String start_position, String stop_position, String scan_qualifiers, String next_qualifiers, String hash_key_column_numbers, Integer hash_table_size)
-
-
Method Details
-
setStatementParameters
- Throws:
SQLException
-
setScan_type
-
setNo_visited_pages
-
setNo_visited_rows
-
setNo_qualified_rows
-
setNo_fetched_columns
-
setNo_visited_deleted_rows
-
setBtree_height
-
setBitset_of_fetched_columns
-
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.
-