org.apache.derby.impl.sql.catalog
Class XPLAINResultSetTimingsDescriptor
- java.lang.Object
-
- org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
-
- org.apache.derby.impl.sql.catalog.XPLAINResultSetTimingsDescriptor
-
public class XPLAINResultSetTimingsDescriptor extends XPLAINTableDescriptor
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description SystemColumn[]buildColumnList()Builds a list of columns suitable for creating this Catalog.java.lang.StringgetCatalogName()voidsetStatementParameters(java.sql.PreparedStatement ps)-
Methods inherited from class org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
getTableDDL, getTableInsert
-
-
-
-
Constructor Detail
-
XPLAINResultSetTimingsDescriptor
public XPLAINResultSetTimingsDescriptor()
-
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)
-
-
Method Detail
-
setStatementParameters
public void setStatementParameters(java.sql.PreparedStatement ps) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
getCatalogName
public java.lang.String getCatalogName()
- Specified by:
getCatalogNamein classXPLAINTableDescriptor
-
buildColumnList
public SystemColumn[] buildColumnList()
Builds a list of columns suitable for creating this Catalog.- Returns:
- array of SystemColumn suitable for making this catalog.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG