public class XPLAINStatementTimingsDescriptor extends XPLAINTableDescriptor
Modifier and Type | Field and Description |
---|---|
private java.sql.Timestamp |
begin_comp_time |
private java.sql.Timestamp |
begin_exe_time |
private java.lang.Long |
bind_time |
private java.lang.Long |
compile_time |
private java.sql.Timestamp |
end_comp_time |
private java.sql.Timestamp |
end_exe_time |
private java.lang.Long |
execute_time |
private java.lang.Long |
generate_time |
private static java.lang.String[][] |
indexColumnNames |
private java.lang.Long |
optimize_time |
private java.lang.Long |
parse_time |
(package private) static java.lang.String |
TABLENAME_STRING |
private UUID |
timing_id |
Constructor and Description |
---|
XPLAINStatementTimingsDescriptor() |
XPLAINStatementTimingsDescriptor(UUID timing_id,
java.lang.Long parse_time,
java.lang.Long bind_time,
java.lang.Long optimize_time,
java.lang.Long generate_time,
java.lang.Long compile_time,
java.lang.Long execute_time,
java.sql.Timestamp begin_comp_time,
java.sql.Timestamp end_comp_time,
java.sql.Timestamp begin_exe_time,
java.sql.Timestamp end_exe_time) |
Modifier and Type | Method and Description |
---|---|
SystemColumn[] |
buildColumnList()
Builds a list of columns suitable for creating this Catalog.
|
java.lang.String |
getCatalogName() |
void |
setStatementParameters(java.sql.PreparedStatement ps) |
getTableDDL, getTableInsert
private UUID timing_id
private java.lang.Long parse_time
private java.lang.Long bind_time
private java.lang.Long optimize_time
private java.lang.Long generate_time
private java.lang.Long compile_time
private java.lang.Long execute_time
private java.sql.Timestamp begin_comp_time
private java.sql.Timestamp end_comp_time
private java.sql.Timestamp begin_exe_time
private java.sql.Timestamp end_exe_time
static final java.lang.String TABLENAME_STRING
private static final java.lang.String[][] indexColumnNames
public XPLAINStatementTimingsDescriptor()
public XPLAINStatementTimingsDescriptor(UUID timing_id, java.lang.Long parse_time, java.lang.Long bind_time, java.lang.Long optimize_time, java.lang.Long generate_time, java.lang.Long compile_time, java.lang.Long execute_time, java.sql.Timestamp begin_comp_time, java.sql.Timestamp end_comp_time, java.sql.Timestamp begin_exe_time, java.sql.Timestamp end_exe_time)
public void setStatementParameters(java.sql.PreparedStatement ps) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getCatalogName()
getCatalogName
in class XPLAINTableDescriptor
public SystemColumn[] buildColumnList()
buildColumnList
in class XPLAINTableDescriptor
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.