org.apache.derby.impl.sql.catalog
Class XPLAINResultSetTimingsDescriptor

java.lang.Object
  extended by org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
      extended by org.apache.derby.impl.sql.catalog.XPLAINResultSetTimingsDescriptor

public class XPLAINResultSetTimingsDescriptor
extends XPLAINTableDescriptor


Field Summary
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 Summary
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
 SystemColumn[] buildColumnList()
          Builds a list of columns suitable for creating this Catalog.
 java.lang.String getCatalogName()
           
 void setStatementParameters(java.sql.PreparedStatement ps)
           
 
Methods inherited from class org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
getTableDDL, getTableInsert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timing_id

private UUID timing_id

constructor_time

private java.lang.Long constructor_time

open_time

private java.lang.Long open_time

next_time

private java.lang.Long next_time

close_time

private java.lang.Long close_time

execute_time

private java.lang.Long execute_time

avg_next_time_per_row

private java.lang.Long avg_next_time_per_row

projection_time

private java.lang.Long projection_time

restriction_time

private java.lang.Long restriction_time

temp_cong_create_time

private java.lang.Long temp_cong_create_time

temp_cong_fetch_time

private java.lang.Long temp_cong_fetch_time

TABLENAME_STRING

static final java.lang.String TABLENAME_STRING
See Also:
Constant Field Values

indexColumnNames

private static final java.lang.String[][] indexColumnNames
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:
getCatalogName in class XPLAINTableDescriptor

buildColumnList

public SystemColumn[] buildColumnList()
Builds a list of columns suitable for creating this Catalog.

Specified by:
buildColumnList in class XPLAINTableDescriptor
Returns:
array of SystemColumn suitable for making this catalog.

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.