public class SYSSTATISTICSRowFactory extends CatalogRowFactory
Modifier and Type | Field | Description |
---|---|---|
private static int[][] |
indexColumnPositions |
|
protected static int |
SYSSTATISTICS_COLCOUNT |
|
protected static int |
SYSSTATISTICS_COLUMN_COUNT |
|
protected static int |
SYSSTATISTICS_ID |
|
protected static int |
SYSSTATISTICS_INDEX1_ID |
|
protected static int |
SYSSTATISTICS_REFERENCEID |
|
protected static int |
SYSSTATISTICS_STAT |
|
protected static int |
SYSSTATISTICS_TABLEID |
|
protected static int |
SYSSTATISTICS_TIMESTAMP |
|
protected static int |
SYSSTATISTICS_TYPE |
|
protected static int |
SYSSTATISTICS_VALID |
|
(package 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 |
---|---|
SYSSTATISTICSRowFactory(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 parentDesc,
DataDictionary dd) |
builds a tuple descriptor from a row
|
ExecRow |
makeRow(TupleDescriptor td,
TupleDescriptor parent) |
Make a SYSSTATISTICS row
|
generateIndexName, getCanonicalHeapName, getCanonicalHeapUUID, getCanonicalIndexUUID, getCanonicalTableUUID, getCatalogName, getCreateHeapProperties, getCreateIndexProperties, getDataValueFactory, getExecutionFactory, getHeapColumnCount, getIndexColumnCount, getIndexColumnPositions, getIndexName, getNumIndexes, getPrimaryKeyIndexNumber, getUUIDFactory, initInfo, isIndexUnique, makeEmptyRow, makeEmptyRowForCurrentVersion
static final java.lang.String TABLENAME_STRING
protected static final int SYSSTATISTICS_ID
protected static final int SYSSTATISTICS_REFERENCEID
protected static final int SYSSTATISTICS_TABLEID
protected static final int SYSSTATISTICS_TIMESTAMP
protected static final int SYSSTATISTICS_TYPE
protected static final int SYSSTATISTICS_VALID
protected static final int SYSSTATISTICS_COLCOUNT
protected static final int SYSSTATISTICS_STAT
protected static final int SYSSTATISTICS_COLUMN_COUNT
protected static final int SYSSTATISTICS_INDEX1_ID
private static final boolean[] uniqueness
private static final int[][] indexColumnPositions
private static final java.lang.String[] uuids
SYSSTATISTICSRowFactory(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 parentDesc, DataDictionary dd) throws StandardException
CatalogRowFactory
buildDescriptor
in class CatalogRowFactory
StandardException
public SystemColumn[] buildColumnList() throws StandardException
buildColumnList
in class CatalogRowFactory
StandardException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.