class SYSFILESRowFactory extends CatalogRowFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
GENERATION_ID_COL_NAME |
private static int |
GENERATION_ID_COL_NUM |
private static java.lang.String |
ID_COL_NAME |
private static int |
ID_COL_NUM |
private static int[][] |
indexColumnPositions |
private static java.lang.String |
NAME_COL_NAME |
private static int |
NAME_COL_NUM |
private static java.lang.String |
SCHEMA_ID_COL_NAME |
private static int |
SCHEMA_ID_COL_NUM |
private static int |
SYSFILES_COLUMN_COUNT |
(package private) static int |
SYSFILES_INDEX1_ID |
(package private) static int |
SYSFILES_INDEX2_ID |
private static java.lang.String |
TABLENAME_STRING |
private static boolean[] |
uniqueness |
private static java.lang.String[] |
uuids |
dvf, heapUUID, indexNames, indexUniqueness, indexUUID, tableUUID
Constructor and Description |
---|
SYSFILESRowFactory(UUIDFactory uuidf,
ExecutionFactory ef,
DataValueFactory dvf) |
Modifier and Type | Method and Description |
---|---|
SystemColumn[] |
buildColumnList()
Builds a list of columns suitable for creating this Catalog.
|
TupleDescriptor |
buildDescriptor(ExecRow row,
TupleDescriptor parentTupleDescriptor,
DataDictionary dd)
Make a descriptor out of a SYSFILES row
|
ExecRow |
makeRow(TupleDescriptor td,
TupleDescriptor parent)
Make a SYSFILES row
|
generateIndexName, getCanonicalHeapName, getCanonicalHeapUUID, getCanonicalIndexUUID, getCanonicalTableUUID, getCatalogName, getCreateHeapProperties, getCreateIndexProperties, getDataValueFactory, getExecutionFactory, getHeapColumnCount, getIndexColumnCount, getIndexColumnPositions, getIndexName, getNumIndexes, getPrimaryKeyIndexNumber, getUUIDFactory, initInfo, isIndexUnique, makeEmptyRow, makeEmptyRowForCurrentVersion
private static final java.lang.String TABLENAME_STRING
private static final int SYSFILES_COLUMN_COUNT
private static final int ID_COL_NUM
private static final java.lang.String ID_COL_NAME
private static final int SCHEMA_ID_COL_NUM
private static final java.lang.String SCHEMA_ID_COL_NAME
private static final int NAME_COL_NUM
private static final java.lang.String NAME_COL_NAME
private static final int GENERATION_ID_COL_NUM
private static final java.lang.String GENERATION_ID_COL_NAME
static final int SYSFILES_INDEX1_ID
static final int SYSFILES_INDEX2_ID
private static final int[][] indexColumnPositions
private static final boolean[] uniqueness
private static final java.lang.String[] uuids
SYSFILESRowFactory(UUIDFactory uuidf, ExecutionFactory ef, DataValueFactory dvf)
public ExecRow makeRow(TupleDescriptor td, TupleDescriptor parent) throws StandardException
makeRow
in class CatalogRowFactory
StandardException
- thrown on failurepublic TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTupleDescriptor, DataDictionary dd) throws StandardException
buildDescriptor
in class CatalogRowFactory
row
- a rowparentTupleDescriptor
- Null for this kind of descriptor.dd
- dataDictionaryStandardException
- thrown on failurepublic SystemColumn[] buildColumnList() throws StandardException
buildColumnList
in class CatalogRowFactory
StandardException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.