public class SYSSEQUENCESRowFactory extends CatalogRowFactory
Modifier and Type | Field and Description |
---|---|
private static int[][] |
indexColumnPositions |
static int |
SYSSEQUENCES_COLUMN_COUNT |
static int |
SYSSEQUENCES_CURRENT_VALUE |
static int |
SYSSEQUENCES_CYCLE_OPTION |
static int |
SYSSEQUENCES_INCREMENT |
(package private) static int |
SYSSEQUENCES_INDEX1_ID |
(package private) static int |
SYSSEQUENCES_INDEX2_ID |
static int |
SYSSEQUENCES_MAXIMUM_VALUE |
static int |
SYSSEQUENCES_MINIMUM_VALUE |
static int |
SYSSEQUENCES_SCHEMAID |
static int |
SYSSEQUENCES_SEQUENCEDATATYPE |
static int |
SYSSEQUENCES_SEQUENCEID |
static int |
SYSSEQUENCES_SEQUENCENAME |
static int |
SYSSEQUENCES_START_VALUE |
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 |
---|
SYSSEQUENCESRowFactory(UUIDFactory uuidf,
ExecutionFactory ef,
DataValueFactory dvf)
Constructor
|
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 an Tuple Descriptor out of a SYSSEQUENCES row
|
ExecRow |
makeRow(TupleDescriptor td,
TupleDescriptor parent)
Make a SYSSEQUENCES row
|
generateIndexName, getCanonicalHeapName, getCanonicalHeapUUID, getCanonicalIndexUUID, getCanonicalTableUUID, getCatalogName, getCreateHeapProperties, getCreateIndexProperties, getDataValueFactory, getExecutionFactory, getHeapColumnCount, getIndexColumnCount, getIndexColumnPositions, getIndexName, getNumIndexes, getPrimaryKeyIndexNumber, getUUIDFactory, initInfo, isIndexUnique, makeEmptyRow, makeEmptyRowForCurrentVersion
public static final java.lang.String TABLENAME_STRING
public static final int SYSSEQUENCES_COLUMN_COUNT
public static final int SYSSEQUENCES_SEQUENCEID
public static final int SYSSEQUENCES_SEQUENCENAME
public static final int SYSSEQUENCES_SCHEMAID
public static final int SYSSEQUENCES_SEQUENCEDATATYPE
public static final int SYSSEQUENCES_CURRENT_VALUE
public static final int SYSSEQUENCES_START_VALUE
public static final int SYSSEQUENCES_MINIMUM_VALUE
public static final int SYSSEQUENCES_MAXIMUM_VALUE
public static final int SYSSEQUENCES_INCREMENT
public static final int SYSSEQUENCES_CYCLE_OPTION
private static final int[][] indexColumnPositions
static final int SYSSEQUENCES_INDEX1_ID
static final int SYSSEQUENCES_INDEX2_ID
private static final boolean[] uniqueness
private static final java.lang.String[] uuids
SYSSEQUENCESRowFactory(UUIDFactory uuidf, ExecutionFactory ef, DataValueFactory dvf)
uuidf
- UUIDFactoryef
- ExecutionFactorydvf
- DataValueFactorypublic ExecRow makeRow(TupleDescriptor td, TupleDescriptor parent) throws StandardException
makeRow
in class CatalogRowFactory
td
- a sequence descriptorparent
- unusedStandardException
- thrown on failurepublic TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTupleDescriptor, DataDictionary dd) throws StandardException
buildDescriptor
in class CatalogRowFactory
row
- a SYSSEQUENCES rowparentTupleDescriptor
- unuseddd
- 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.