class SYSCHECKSRowFactory extends CatalogRowFactory
| Modifier and Type | Field | Description |
|---|---|---|
private static int[][] |
indexColumnPositions |
|
private static int |
SYSCHECKS_CHECKDEFINITION |
|
private static int |
SYSCHECKS_COLUMN_COUNT |
|
private static int |
SYSCHECKS_CONSTRAINTID |
|
(package private) static int |
SYSCHECKS_INDEX1_ID |
|
private static int |
SYSCHECKS_REFERENCEDCOLUMNS |
|
private static java.lang.String |
TABLENAME_STRING |
|
private static boolean[] |
uniqueness |
|
private static java.lang.String[] |
uuids |
dvf, heapUUID, indexNames, indexUniqueness, indexUUID, tableUUID| Constructor | Description |
|---|---|
SYSCHECKSRowFactory(UUIDFactory uuidf,
ExecutionFactory ef,
DataValueFactory dvf) |
| Modifier and Type | Method | Description |
|---|---|---|
SystemColumn[] |
buildColumnList() |
Builds a list of columns suitable for creating this Catalog.
|
TupleDescriptor |
buildDescriptor(ExecRow row,
TupleDescriptor parentTupleDescriptor,
DataDictionary dd) |
Make a ViewDescriptor out of a SYSCHECKS row
|
ExecRow |
makeRow(TupleDescriptor td,
TupleDescriptor parent) |
Make a SYSCHECKS row
|
generateIndexName, getCanonicalHeapName, getCanonicalHeapUUID, getCanonicalIndexUUID, getCanonicalTableUUID, getCatalogName, getCreateHeapProperties, getCreateIndexProperties, getDataValueFactory, getExecutionFactory, getHeapColumnCount, getIndexColumnCount, getIndexColumnPositions, getIndexName, getNumIndexes, getPrimaryKeyIndexNumber, getUUIDFactory, initInfo, isIndexUnique, makeEmptyRow, makeEmptyRowForCurrentVersionprivate static final java.lang.String TABLENAME_STRING
private static final int SYSCHECKS_COLUMN_COUNT
private static final int SYSCHECKS_CONSTRAINTID
private static final int SYSCHECKS_CHECKDEFINITION
private static final int SYSCHECKS_REFERENCEDCOLUMNS
static final int SYSCHECKS_INDEX1_ID
private static final boolean[] uniqueness
private static final int[][] indexColumnPositions
private static final java.lang.String[] uuids
SYSCHECKSRowFactory(UUIDFactory uuidf, ExecutionFactory ef, DataValueFactory dvf)
public ExecRow makeRow(TupleDescriptor td, TupleDescriptor parent) throws StandardException
makeRow in class CatalogRowFactorytd - CheckConstraintDescriptorImplStandardException - thrown on failurepublic TupleDescriptor buildDescriptor(ExecRow row, TupleDescriptor parentTupleDescriptor, DataDictionary dd) throws StandardException
buildDescriptor in class CatalogRowFactoryrow - a SYSCHECKS rowparentTupleDescriptor - Null for this kind of descriptor.dd - dataDictionaryStandardException - thrown on failurepublic SystemColumn[] buildColumnList() throws StandardException
buildColumnList in class CatalogRowFactoryStandardExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.