org.apache.derby.impl.sql.catalog
Class SYSSCHEMASRowFactory
- java.lang.Object
-
- org.apache.derby.iapi.sql.dictionary.CatalogRowFactory
-
- org.apache.derby.impl.sql.catalog.SYSSCHEMASRowFactory
-
public class SYSSCHEMASRowFactory extends CatalogRowFactory
Factory for creating a SYSSCHEMAS row.
-
-
Field Summary
Fields Modifier and Type Field and Description static intSYSSCHEMAS_COLUMN_COUNTstatic intSYSSCHEMAS_SCHEMAAIDstatic intSYSSCHEMAS_SCHEMAIDstatic intSYSSCHEMAS_SCHEMANAME
-
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 parentTupleDescriptor, DataDictionary dd)Make an Tuple Descriptor out of a SYSSCHEMAS rowExecRowmakeRow(TupleDescriptor td, TupleDescriptor parent)Make a SYSSCHEMAS 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
-
-
-
-
Field Detail
-
SYSSCHEMAS_COLUMN_COUNT
public static final int SYSSCHEMAS_COLUMN_COUNT
- See Also:
- Constant Field Values
-
SYSSCHEMAS_SCHEMAID
public static final int SYSSCHEMAS_SCHEMAID
- See Also:
- Constant Field Values
-
SYSSCHEMAS_SCHEMANAME
public static final int SYSSCHEMAS_SCHEMANAME
- See Also:
- Constant Field Values
-
SYSSCHEMAS_SCHEMAAID
public static final int SYSSCHEMAS_SCHEMAAID
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeRow
public ExecRow makeRow(TupleDescriptor td, TupleDescriptor parent) throws StandardException
Make a SYSSCHEMAS row- Overrides:
makeRowin classCatalogRowFactory- Returns:
- Row suitable for inserting into SYSSCHEMAS.
- Throws:
StandardException- thrown on failure
-
buildDescriptor
public TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTupleDescriptor, DataDictionary dd) throws StandardException
Make an Tuple Descriptor out of a SYSSCHEMAS row- Specified by:
buildDescriptorin classCatalogRowFactory- Parameters:
row- a SYSSCHEMAS rowparentTupleDescriptor- unuseddd- dataDictionary- Returns:
- a descriptor equivalent to a SYSSCHEMAS row
- Throws:
StandardException- thrown on failure
-
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