Class XPLAINStatementDescriptor
java.lang.Object
org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
org.apache.derby.impl.sql.catalog.XPLAINStatementDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate static final String[][]private Stringprivate Stringprivate Stringprivate UUIDprivate Stringprivate Stringprivate String(package private) static final Stringprivate Stringprivate UUIDprivate Stringprivate Stringprivate Timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a list of columns suitable for creating this Catalog.voidMethods inherited from class 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:
getCatalogNamein classXPLAINTableDescriptor
-
buildColumnList
Builds a list of columns suitable for creating this Catalog.- Specified by:
buildColumnListin classXPLAINTableDescriptor- Returns:
- array of SystemColumn suitable for making this catalog.
-