Class XPLAINStatementDescriptor
java.lang.Object
org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
org.apache.derby.impl.sql.catalog.XPLAINStatementDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private static final String[][]
private String
private String
private String
private UUID
private String
private String
private String
(package private) static final String
private String
private UUID
private String
private String
private Timestamp
-
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
-
stmt_id
-
stmt_name
-
stmt_type
-
stmt_text
-
jvm_id
-
os_id
-
xplain_mode
-
xplain_time
-
thread_id
-
xa_id
-
session_id
-
db_name
-
drda_id
-
timing_id
-
TABLENAME_STRING
- See Also:
-
indexColumnNames
-
-
Constructor Details
-
XPLAINStatementDescriptor
public XPLAINStatementDescriptor() -
XPLAINStatementDescriptor
-
-
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.
-