class SYSALIASESRowFactory extends CatalogRowFactory
Modifier and Type | Field and Description |
---|---|
private static int[][] |
indexColumnPositions |
private static int |
SYSALIASES_ALIAS |
private static int |
SYSALIASES_ALIASID |
static int |
SYSALIASES_ALIASINFO |
private static int |
SYSALIASES_ALIASTYPE |
private static int |
SYSALIASES_COLUMN_COUNT |
protected static int |
SYSALIASES_INDEX1_ID |
protected static int |
SYSALIASES_INDEX2_ID |
protected static int |
SYSALIASES_INDEX3_ID |
private static int |
SYSALIASES_JAVACLASSNAME |
private static int |
SYSALIASES_NAMESPACE |
private static int |
SYSALIASES_SCHEMAID |
private static int |
SYSALIASES_SPECIFIC_NAME |
private static int |
SYSALIASES_SYSTEMALIAS |
private static boolean[] |
uniqueness |
private static java.lang.String[] |
uuids |
dvf, heapUUID, indexNames, indexUniqueness, indexUUID, tableUUID
Constructor and Description |
---|
SYSALIASESRowFactory(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 AliasDescriptor out of a SYSALIASES row
|
ExecRow |
makeRow(TupleDescriptor td,
TupleDescriptor parent)
Make a SYSALIASES 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 int SYSALIASES_COLUMN_COUNT
private static final int SYSALIASES_ALIASID
private static final int SYSALIASES_ALIAS
private static final int SYSALIASES_SCHEMAID
private static final int SYSALIASES_JAVACLASSNAME
private static final int SYSALIASES_ALIASTYPE
private static final int SYSALIASES_NAMESPACE
private static final int SYSALIASES_SYSTEMALIAS
public static final int SYSALIASES_ALIASINFO
private static final int SYSALIASES_SPECIFIC_NAME
protected static final int SYSALIASES_INDEX1_ID
protected static final int SYSALIASES_INDEX2_ID
protected static final int SYSALIASES_INDEX3_ID
private static final boolean[] uniqueness
private static int[][] indexColumnPositions
private static final java.lang.String[] uuids
SYSALIASESRowFactory(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 SYSALIASES 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.