public class XPLAINResultSetTimingsDescriptor extends XPLAINTableDescriptor
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
avg_next_time_per_row |
private java.lang.Long |
close_time |
private java.lang.Long |
constructor_time |
private java.lang.Long |
execute_time |
private static java.lang.String[][] |
indexColumnNames |
private java.lang.Long |
next_time |
private java.lang.Long |
open_time |
private java.lang.Long |
projection_time |
private java.lang.Long |
restriction_time |
(package private) static java.lang.String |
TABLENAME_STRING |
private java.lang.Long |
temp_cong_create_time |
private java.lang.Long |
temp_cong_fetch_time |
private UUID |
timing_id |
Constructor and Description |
---|
XPLAINResultSetTimingsDescriptor() |
XPLAINResultSetTimingsDescriptor(UUID timing_id,
java.lang.Long constructor_time,
java.lang.Long open_time,
java.lang.Long next_time,
java.lang.Long close_time,
java.lang.Long execute_time,
java.lang.Long avg_next_time_per_row,
java.lang.Long projection_time,
java.lang.Long restriction_time,
java.lang.Long temp_cong_create_time,
java.lang.Long temp_cong_fetch_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 constructor_time
private java.lang.Long open_time
private java.lang.Long next_time
private java.lang.Long close_time
private java.lang.Long execute_time
private java.lang.Long avg_next_time_per_row
private java.lang.Long projection_time
private java.lang.Long restriction_time
private java.lang.Long temp_cong_create_time
private java.lang.Long temp_cong_fetch_time
static final java.lang.String TABLENAME_STRING
private static final java.lang.String[][] indexColumnNames
public XPLAINResultSetTimingsDescriptor()
public XPLAINResultSetTimingsDescriptor(UUID timing_id, java.lang.Long constructor_time, java.lang.Long open_time, java.lang.Long next_time, java.lang.Long close_time, java.lang.Long execute_time, java.lang.Long avg_next_time_per_row, java.lang.Long projection_time, java.lang.Long restriction_time, java.lang.Long temp_cong_create_time, java.lang.Long temp_cong_fetch_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.