org.apache.derby.impl.sql.catalog
Class SYSSTATISTICSRowFactory
- java.lang.Object
-
- org.apache.derby.iapi.sql.dictionary.CatalogRowFactory
-
- org.apache.derby.impl.sql.catalog.SYSSTATISTICSRowFactory
-
public class SYSSTATISTICSRowFactory extends CatalogRowFactory
Factory for creating a SYSSTATISTICS row.
-
-
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.TupleDescriptorbuildDescriptor(ExecRow row, TupleDescriptor parentDesc, DataDictionary dd)builds a tuple descriptor from a rowExecRowmakeRow(TupleDescriptor td, TupleDescriptor parent)Make a SYSSTATISTICS row-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.CatalogRowFactory
generateIndexName, getCanonicalHeapName, getCanonicalHeapUUID, getCanonicalIndexUUID, getCanonicalTableUUID, getCatalogName, getCreateHeapProperties, getCreateIndexProperties, getDataValueFactory, getExecutionFactory, getHeapColumnCount, getIndexColumnCount, getIndexColumnPositions, getIndexName, getNumIndexes, getPrimaryKeyIndexNumber, getUUIDFactory, initInfo, isIndexUnique, makeEmptyRow, makeEmptyRowForCurrentVersion
-
-
-
-
Method Detail
-
makeRow
public ExecRow makeRow(TupleDescriptor td, TupleDescriptor parent) throws StandardException
Make a SYSSTATISTICS row- Overrides:
makeRowin classCatalogRowFactory- Returns:
- Row suitable for inserting into SYSSTATISTICS.
- Throws:
StandardException- thrown on failure
-
buildDescriptor
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentDesc, DataDictionary dd) throws StandardException
Description copied from class:CatalogRowFactorybuilds a tuple descriptor from a row- Specified by:
buildDescriptorin classCatalogRowFactory- Throws:
StandardException
-
buildColumnList
public SystemColumn[] buildColumnList() throws StandardException
Builds a list of columns suitable for creating this Catalog.- Specified by:
buildColumnListin classCatalogRowFactory- Returns:
- array of SystemColumn suitable for making this catalog.
- Throws:
StandardException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG