Interface StoredFormatIds
-
public interface StoredFormatIds
A format id identifies a stored form of an object for the purposes of locating a class which can read the stored form and reconstruct the object using the java.io.Externalizable interface.An important aspect of the format id concept is that it does not impose an implementation on the stored object. Rather, multiple implementations of an object (or interface) may share a format id. One implementation may store (write) an object and another may restore (read) the object. The implication of this is that a format id specifies the following properties of a stored object.
- The interface(s) the stored object must support. Any implementation which reads the object must support these interfaces.
- The format of the stored object. All implementations which support the format must be able to read and write it.
An object should implement the Formatable interface to support a stored format. In addition, the module which contains the object should register the object's class with the Monitor (See FormatIdUtil.register.)
When you add a format id to this file, please include the list of interfaces an implementation must support when it supports the format id. When Derby code reads a stored form it returns an object of a Class which supports the stored form. A reader may cast this object to any interface listed in this file. It is an error for the reader to cast the object to a class or interface not listed in this file.
When you implement a class that supports a format, add a comment that states the name of the class. The first implementation of a format defines the stored form.
This interface defines all the format ids for Derby. If you define a format id please be sure to declare it in this file. If you remove support for a one please document that the format id is deprecated. Never remove or re-use a format id.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_B2I_STATIC_COMPILED_V1_ID
static int
ACCESS_B2I_V2_ID
static int
ACCESS_B2I_V3_ID
static int
ACCESS_B2I_V4_ID
static int
ACCESS_B2I_V5_ID
static int
ACCESS_B2IUNDO_V1_ID
static int
ACCESS_BTREE_BRANCHCONTROLROW_V1_ID
static int
ACCESS_BTREE_LEAFCONTROLROW_V1_ID
static int
ACCESS_FORMAT_ID
static int
ACCESS_GIST_BRANCHCONTROLROW_V1_ID
static int
ACCESS_GIST_LEAFCONTROLROW_V1_ID
static int
ACCESS_GIST_RTREE_V1_ID
static int
ACCESS_GISTUNDO_V1_ID
static int
ACCESS_HEAP_ROW_LOCATION_V1_ID
static int
ACCESS_HEAP_V2_ID
static int
ACCESS_HEAP_V3_ID
static int
ACCESS_SERIALIZABLEWRAPPER_V1_ID
static int
ACCESS_T_INTCOL_V1_ID
static int
ACCESS_T_RECTANGLE_ID
static int
ACCESS_T_STRINGCOLUMN_ID
static int
ACCESS_TREE_V1_ID
static int
ACCESS_U8_V1_ID
Access ids.static int
AGG_AVG_V01_ID
class org.apache.derby.Database.Language.Execution.AvgAggregatorstatic int
AGG_COUNT_STAR_V01_ID
class org.apache.derby.Database.Language.Execution.CountStarAggregatorstatic int
AGG_COUNT_V01_ID
class org.apache.derby.Database.Language.Execution.CountAggregatorstatic int
AGG_INFO_LIST_V01_ID
class org.apache.derby.Database.Language.Execution.AggregateInfoListstatic int
AGG_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.AggregateInfostatic int
AGG_MAX_MIN_V01_ID
class org.apache.derby.Database.Language.Execution.MaxMinAggregatorstatic int
AGG_MIN_V01_ID
class org.apache.derby.Database.Language.Execution.MinAggregatorstatic int
AGG_SUM_V01_ID
class org.apache.derby.Database.Language.Execution.SumAggregatorstatic int
AGG_USER_ADAPTOR_V01_ID
class org.apache.derby.Database.Language.Execution.UserAggregatorAggregatorstatic int
AGGREGATE_INFO_V01_ID
static int
ALIAS_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.AliasDescriptorFinderstatic int
ALTER_SPS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.AlterSPSConstantActionstatic int
BASIC_UUID
identifiersstatic int
BIGINT_TYPE_ID
class org.apache.derby.iapi.types.LongintTypeIdstatic int
BIGINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongintTypeIdImplstatic int
BIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.BitTypeIdstatic int
BIT_TYPE_ID
class org.apache.derby.iapi.types.BitTypeIdstatic int
BIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.BitTypeIdImplstatic int
BITIMPL_V01_ID
class org.apache.derby.iapi.services.io.FormatableBitSetstatic int
BLOB_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!static int
BLOB_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!static int
BLOB_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does not exist, but we do it the same way for BLOB as for Longvarbit...static int
BOOLEAN_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.BooleanTypeIdstatic int
BOOLEAN_TYPE_ID
class org.apache.derby.iapi.types.BooleanTypeIdstatic int
BOOLEAN_TYPE_ID_IMPL
class org.apache.derby.catalog.types.BooleanTypeIdImplstatic int
CHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.CharTypeIdstatic int
CHAR_TYPE_ID
class org.apache.derby.iapi.types.CharTypeIdstatic int
CHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.CharTypeIdImplstatic int
CLASS_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.ClassAliasInfostatic int
CLOB_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeIdstatic int
CLOB_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeIdstatic int
CLOB_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarcharTypeIdImplstatic int
COLUMN_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ColumnDescriptorFinderstatic int
COLUMN_INFO_V02_ID
class org.apache.derby.impl.sql.execute.ColumnInfostatic int
COLUMNS_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfostatic int
CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ConglomerateDescriptorFinderstatic int
CONSTRAINT_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ConstraintDescriptorFinderstatic int
CONSTRAINT_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.ConstraintInfostatic int
CURSOR_INFO_V01_ID
class org.apache.derby.impl.sql.CursorInfostatic int
CURSOR_TABLE_REFERENCE_V01_ID
class org.apache.derby.impl.sql.CursorTableReferencestatic int
DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.DataDictionaryDescriptorFinderstatic int
DATA_TYPE_DESCRIPTOR_V02_ID
DataTypeDescriptor (runtime type) new format from 10.4 onwards that reflects the change in role from is a TypeDescriptor to has a TypeDescriptor.static int
DATA_TYPE_IMPL_DESCRIPTOR_V01_ID
class org.apache.derby.catalog.types.TypeDescriptorImplstatic int
DATA_TYPE_SERVICES_IMPL_V01_ID
In releases prior to 10.3 this format was produced by DataTypeDescriptor.static int
DATE_TYPE_ID
class org.apache.derby.iapi.types.DateTypeIdstatic int
DATE_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetterstatic int
DD_ARISTOTLE_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_AristotleVersionstatic int
DD_ARWEN_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_Version now mapped to a single class DD_Version. 5.1 and later databases will have this as the format identifier for their catalog version number.static int
DD_BUFFY_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_BuffyVersionstatic int
DD_DB2J72_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_DB2J72 now mapped to a single class DD_Version. 5.0 databases will have this as the format identifier for their catalog version number.static int
DD_IVANOVA_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_IvanovaVersionstatic int
DD_MULAN_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_MulanVersionstatic int
DD_PLATO_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_PlatoVersionstatic int
DD_SOCRATES_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_SocratesVersionstatic int
DD_XENA_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_XenaVersionstatic int
DECIMAL_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.DecimalTypeIdstatic int
DECIMAL_TYPE_ID
class org.apache.derby.iapi.types.DecimalTypeIdstatic int
DECIMAL_TYPE_ID_IMPL
class org.apache.derby.catalog.types.DecimalTypeIdImplstatic int
DEFAULT_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.DefaultDescriptorFinderstatic int
DEFAULT_INFO_IMPL_V01_ID
class org.apache.derby.catalog.types.DefaultInfoImplstatic int
DELETE_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.DeleteConstantActionstatic int
DOUBLE_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.DoubleTypeIdstatic int
DOUBLE_TYPE_ID
class org.apache.derby.iapi.types.DoubleTypeIdstatic int
DOUBLE_TYPE_ID_IMPL
class org.apache.derby.catalog.types.DoubleTypeIdImplstatic int
DROP_STATISTICS_CONSTANT_ACTION_ID
static int
EXEC_ROW_BUILDER_ID
Class org.apache.derby.iapi.sql.execute.ExecRowBuilder.static int
FILE_INFO_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.FileInfoFinderstatic int
FILE_STREAM_LOG_FILE
Log filesstatic int
FK_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.FKInfostatic int
FORMATABLE_ARRAY_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableArrayHolderstatic int
FORMATABLE_HASHTABLE_V01_ID
class org.apache.derby.iapi.services.io.FormatableHashtablestatic int
FORMATABLE_INT_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableIntHolderstatic int
FORMATABLE_LONG_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableLongHolderstatic int
FORMATABLE_PROPERTIES_V01_ID
class org.apache.derby.iapi.services.io.FormatablePropertiesstatic int
GENERIC_COLUMN_DESCRIPTOR_V02_ID
class org.apache.derby.impl.sql.GenericColumnDescriptorstatic int
GENERIC_RESULT_DESCRIPTION_V01_ID
class org.apache.derby.impl.sql.GenericResultDescriptionstatic int
GENERIC_TYPE_DESCRIPTOR_V01_ID
class org.apache.derby.impl.sql.GenericTypeDescriptorstatic int
GENERIC_TYPE_ID_V01_ID
class org.apache.derby.impl.sql.GenericTypeIdstatic int
INDEX_COLUMN_ORDER_V01_ID
class org.apache.derby.Database.Language.Execution.IndexColumnOrderstatic int
INDEX_DESCRIPTOR_IMPL_V02_ID
class org.apache.derby.catalog.types.IndexDescriptorImplstatic int
INDEX_ROW_GENERATOR_V01_ID
class org.apache.derby.impl.sql.catalog.IndexRowGeneratorImplstatic int
INSERT_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.InsertConstantActionstatic int
INT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.IntTypeIdstatic int
INT_TYPE_ID
class org.apache.derby.iapi.types.IntTypeIdstatic int
INT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.IntTypeIdImplstatic int
JSQLTYPEIMPL_ID
class org.apache.derby.iapi.types.JSQLTypestatic int
LOG_COUNTER
static int
LOG_RECORD
Log recordstatic int
LOGOP_ALLOC_PAGE
static int
LOGOP_BEGIN_XACT
static int
LOGOP_CHAIN_ALLOC_PAGE
Raw Store Log operation Idsstatic int
LOGOP_CHECKPOINT
static int
LOGOP_CHECKSUM
static int
LOGOP_COMPRESS_SPACE
static int
LOGOP_COMPRESS10_2_SPACE
static int
LOGOP_CONTAINER
static int
LOGOP_CONTAINER_UNDO
static int
LOGOP_COPY_ROWS
static int
LOGOP_DELETE
static int
LOGOP_ENCRYPT_CONTAINER
static int
LOGOP_ENCRYPT_CONTAINER_UNDO
static int
LOGOP_END_XACT
static int
LOGOP_INIT_PAGE
static int
LOGOP_INSERT
static int
LOGOP_INVALIDATE_PAGE
static int
LOGOP_PAGE_LOGICAL_UNDO
static int
LOGOP_PAGE_PHYSICAL_UNDO
static int
LOGOP_PURGE
static int
LOGOP_REMOVE_FILE
static int
LOGOP_SET_RESERVED_SPACE
static int
LOGOP_UPDATE
static int
LOGOP_UPDATE_FIELD
static int
LONGINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongintTypeIdstatic int
LONGVARBIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!static int
LONGVARBIT_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!static int
LONGVARBIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does nto existstatic int
LONGVARCHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeIdstatic int
LONGVARCHAR_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeIdstatic int
LONGVARCHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarcharTypeIdImplstatic int
MATCHING_CLAUSE_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.MatchingClauseConstantActionstatic int
MAX_ID_2
UDPATE MAX_ID_2 WHEN YOU ADD A NEW FORMATABLEstatic int
MAX_ID_4
static int
MAX_TWO_BYTE_FORMAT_ID
Maximum value for a two byte format id.static int
MERGE_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.MatchingClauseConstantActionstatic int
METHOD_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.MethodAliasInfostatic int
MIN_ID_2
static int
MIN_ID_4
static int
MIN_TWO_BYTE_FORMAT_ID
Minimum value for a two byte format id.static int
NULL_FORMAT_ID
Special format id for any null referancestatic int
OIDIMPL_V01_ID
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || || DEPRECATED || |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| class org.apache.derby.impl.sql.catalog.OIDImplstatic int
PARAMETER_DESCRIPTOR_V01_ID
class org.apache.derby.impl.sql.catalog.ParameterDescriptorImplstatic int
PC_XENA_VERSION_ID
class org.apache.derby.impl.store.access.PropertyConglomeratestatic int
PERM_DESCRIPTOR_FINDER_V01_ID
static int
PROVIDER_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.ProviderInfostatic int
PROVIDER_INFO_V02_ID
class org.apache.derby.Database.Language.DependencySystem.Generic.ProviderInfostatic int
RAW_STORE_ALLOC_PAGE
static int
RAW_STORE_GLOBAL_XACT_ID_NEW
static int
RAW_STORE_GLOBAL_XACT_ID_V20
static int
RAW_STORE_SINGLE_CONTAINER_FILE
container typesstatic int
RAW_STORE_SINGLE_CONTAINER_STREAM_FILE
static int
RAW_STORE_STORED_PAGE
page typesstatic int
RAW_STORE_TRANSACTION_TABLE
static int
RAW_STORE_TRANSACTION_TABLE_ENTRY
static int
RAW_STORE_XACT_ID
static int
REAL_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.RealTypeIdstatic int
REAL_TYPE_ID
class org.apache.derby.iapi.types.RealTypeIdstatic int
REAL_TYPE_ID_IMPL
class org.apache.derby.catalog.types.RealTypeIdImplstatic int
REF_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.RefTypeIdstatic int
REF_TYPE_ID
class org.apache.derby.iapi.types.RefTypeIdstatic int
REF_TYPE_ID_IMPL
class org.apache.derby.catalog.types.RefTypeIdImplstatic int
REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
class org.apache.derby.catalog.types.ReferencedColumnsDescriptorImplstatic int
RENAME_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.RenameConstantActionstatic int
REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Replication.Database.Language.Execution.RepSetTriggersConstantActionstatic int
ROLE_GRANT_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfostatic int
ROUTINE_INFO_V01_ID
static int
ROUTINE_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfostatic int
ROW_LIST_V01_ID
class org.apache.derby.impl.sql.catalog.RowListImplstatic int
ROW_MULTISET_TYPE_ID_IMPL
static int
SAVEPOINT_V01_ID
class org.apache.derby.impl.sql.execute.SavepointConstantActionstatic int
SCHEMA_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SchemaDescriptorFinderstatic int
SEQUENCE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SequenceDescriptorFinderstatic int
SERIALIZABLE_FORMAT_ID
Special format id for tagging Serializable objects.static int
SET_SCHEMA_CONSTANT_ACTION_V02_ID
class org.apache.derby.Database.Language.Execution.SetSchemaConstantActionstatic int
SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
class org.apache.derby.Database.Language.Execution.SetTransactionIsolationConstantActionstatic int
SET_TRIGGERS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.SetTriggersConstantActionstatic int
SMALLINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.SmallintTypeIdstatic int
SMALLINT_TYPE_ID
class org.apache.derby.iapi.types.SmallintTypeIdstatic int
SMALLINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.SmallintTypeIdImplstatic int
SPS_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SPSDescriptorFinderstatic int
SQL_BIT_ID
static int
SQL_BLOB_ID
static int
SQL_BOOLEAN_ID
Type system id'sstatic int
SQL_CHAR_ID
static int
SQL_CLOB_ID
static int
SQL_DATE_ID
static int
SQL_DECIMAL_ID
static int
SQL_DOUBLE_ID
static int
SQL_INTEGER_ID
static int
SQL_LONGINT_ID
static int
SQL_LONGVARBIT_ID
static int
SQL_LONGVARCHAR_ID
static int
SQL_REAL_ID
static int
SQL_REF_ID
static int
SQL_SMALLINT_ID
static int
SQL_TIME_ID
static int
SQL_TIMESTAMP_ID
static int
SQL_TINYINT_ID
static int
SQL_USERTYPE_ID_V3
static int
SQL_VARBIT_ID
static int
SQL_VARCHAR_ID
static int
STATISTICS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.StatisticsConstantActionstatic int
STATISTICS_IMPL_V01_ID
static int
STORABLE_PREPARED_STATEMENT_V01_ID
class org.apache.derby.impl.sql.GenericStorablePreparedStatementstatic int
STRING_FORMAT_ID
Special format id for tagging UTF8 stringsstatic int
SYNONYM_INFO_V01_ID
static int
TABLE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.TableDescriptorFinderstatic int
TABLE_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfostatic int
TIME_TYPE_ID
class org.apache.derby.iapi.types.TimeTypeIdstatic int
TIME_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetterstatic int
TIMESTAMP_TYPE_ID
class org.apache.derby.iapi.types.TimestampTypeIdstatic int
TIMESTAMP_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetterstatic int
TINYINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.TinyintTypeIdstatic int
TINYINT_TYPE_ID
class org.apache.derby.iapi.types.TinyintTypeIdstatic int
TINYINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TinyintTypeIdImplstatic int
TRANSACTION_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.TransactionConstantActionstatic int
TRIGGER_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinderstatic int
TRIGGER_DESCRIPTOR_V01_ID
Class org.apache.derby.impl.sql.catalog.TriggerDescriptor.static int
TRIGGER_INFO_V01_ID
class org.apache.derby.impl.sql.execute.TriggerInfostatic int
TWO_BYTE_FORMAT_ID_BYTE_LENGTH
Byte length of a two byt format id.static int
UDT_INFO_V01_ID
static int
UNUSED_2_141
class org.apache.derby.Database.Language.Execution.CreateSchemaConstantActionstatic int
UNUSED_2_142
static int
UNUSED_2_143
class org.apache.derby.Database.Language.Execution.CreateViewConstantActionstatic int
UNUSED_2_144
static int
UNUSED_2_204
static int
UNUSED_2_215
UNUSEDstatic int
UNUSED_2_221
class org.apache.derby.Database.Language.Execution.CreateSPSConstantActionstatic int
UNUSED_2_222
class org.apache.derby.Database.Language.Execution.CreateSPSConstantActionstatic int
UNUSED_2_275
class org.apache.derby.Database.Language.Execution.LockTableConstantActionstatic int
UNUSED_2_280
static int
UNUSED_2_289
static int
UNUSED_2_41
UNUSEDstatic int
UNUSED_2_42
class org.apache.derby.Database.Language.Execution.DropAliasConstantActionstatic int
UNUSED_243
Unused 243static int
UPDATABLE_VTI_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.UpdateConstantActionstatic int
UPDATE_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.UpdateConstantActionstatic int
UPDATE_STATISTICS_CONSTANT_ACTION_ID
static int
USER_AGGREGATE_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.UserAggregateAliasInfostatic int
USERDEFINED_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.UserDefinedTypeIdstatic int
USERDEFINED_COMPILATION_TYPE_ID_V2
class org.apache.derby.iapi.types.UserDefinedTypeIdV2static int
USERDEFINED_TYPE_ID_IMPL_V3
class org.apache.derby.catalog.types.UserDefinedTypeIdImplstatic int
USERDEFINED_TYPE_ID_V3
class org.apache.derby.iapi.types.UserDefinedTypeIdV3static int
VARBIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.VarbitTypeIdstatic int
VARBIT_TYPE_ID
class org.apache.derby.iapi.types.VarbitTypeIdstatic int
VARBIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.VarbitTypeIdImplstatic int
VARCHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.VarcharTypeIdstatic int
VARCHAR_TYPE_ID
class org.apache.derby.iapi.types.VarcharTypeIdstatic int
VARCHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.VarcharTypeIdImplstatic int
VIEW_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ViewDescriptorFinderstatic int
WORK_UNIT_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.WorkUnitAliasInfostatic int
WRITE_CURSOR_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.DeleteConstantAction This class is abstract so it doesn't need a format id!static int
XML_ID
static int
XML_TYPE_ID
Instance of TypeId for XML data types.static int
XML_TYPE_ID_IMPL
class org.apache.derby.iapi.types.XML (implementation of org.apache.derby.iapi.types.XMLDataValue).
-
-
-
Field Detail
-
TWO_BYTE_FORMAT_ID_BYTE_LENGTH
static final int TWO_BYTE_FORMAT_ID_BYTE_LENGTH
Byte length of a two byt format id.- See Also:
- Constant Field Values
-
MIN_TWO_BYTE_FORMAT_ID
static final int MIN_TWO_BYTE_FORMAT_ID
Minimum value for a two byte format id.- See Also:
- Constant Field Values
-
MAX_TWO_BYTE_FORMAT_ID
static final int MAX_TWO_BYTE_FORMAT_ID
Maximum value for a two byte format id.- See Also:
- Constant Field Values
-
MIN_ID_2
static final int MIN_ID_2
- See Also:
- Constant Field Values
-
MIN_ID_4
static final int MIN_ID_4
- See Also:
- Constant Field Values
-
NULL_FORMAT_ID
static final int NULL_FORMAT_ID
Special format id for any null referance- See Also:
- Constant Field Values
-
STRING_FORMAT_ID
static final int STRING_FORMAT_ID
Special format id for tagging UTF8 strings- See Also:
- Constant Field Values
-
SERIALIZABLE_FORMAT_ID
static final int SERIALIZABLE_FORMAT_ID
Special format id for tagging Serializable objects.- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_ID
static final int BOOLEAN_TYPE_ID
class org.apache.derby.iapi.types.BooleanTypeId- See Also:
- Constant Field Values
-
BOOLEAN_COMPILATION_TYPE_ID
static final int BOOLEAN_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.BooleanTypeId- See Also:
- Constant Field Values
-
CHAR_TYPE_ID
static final int CHAR_TYPE_ID
class org.apache.derby.iapi.types.CharTypeId- See Also:
- Constant Field Values
-
CHAR_COMPILATION_TYPE_ID
static final int CHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.CharTypeId- See Also:
- Constant Field Values
-
DOUBLE_TYPE_ID
static final int DOUBLE_TYPE_ID
class org.apache.derby.iapi.types.DoubleTypeId- See Also:
- Constant Field Values
-
DOUBLE_COMPILATION_TYPE_ID
static final int DOUBLE_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.DoubleTypeId- See Also:
- Constant Field Values
-
INT_TYPE_ID
static final int INT_TYPE_ID
class org.apache.derby.iapi.types.IntTypeId- See Also:
- Constant Field Values
-
INT_COMPILATION_TYPE_ID
static final int INT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.IntTypeId- See Also:
- Constant Field Values
-
REAL_TYPE_ID
static final int REAL_TYPE_ID
class org.apache.derby.iapi.types.RealTypeId- See Also:
- Constant Field Values
-
REAL_COMPILATION_TYPE_ID
static final int REAL_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.RealTypeId- See Also:
- Constant Field Values
-
REF_TYPE_ID
static final int REF_TYPE_ID
class org.apache.derby.iapi.types.RefTypeId- See Also:
- Constant Field Values
-
REF_COMPILATION_TYPE_ID
static final int REF_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.RefTypeId- See Also:
- Constant Field Values
-
SMALLINT_TYPE_ID
static final int SMALLINT_TYPE_ID
class org.apache.derby.iapi.types.SmallintTypeId- See Also:
- Constant Field Values
-
SMALLINT_COMPILATION_TYPE_ID
static final int SMALLINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.SmallintTypeId- See Also:
- Constant Field Values
-
BIGINT_TYPE_ID
static final int BIGINT_TYPE_ID
class org.apache.derby.iapi.types.LongintTypeId- See Also:
- Constant Field Values
-
LONGINT_COMPILATION_TYPE_ID
static final int LONGINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongintTypeId- See Also:
- Constant Field Values
-
USERDEFINED_TYPE_ID_V3
static final int USERDEFINED_TYPE_ID_V3
class org.apache.derby.iapi.types.UserDefinedTypeIdV3- See Also:
- Constant Field Values
-
USERDEFINED_COMPILATION_TYPE_ID
static final int USERDEFINED_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.UserDefinedTypeId- See Also:
- Constant Field Values
-
USERDEFINED_COMPILATION_TYPE_ID_V2
static final int USERDEFINED_COMPILATION_TYPE_ID_V2
class org.apache.derby.iapi.types.UserDefinedTypeIdV2- See Also:
- Constant Field Values
-
VARCHAR_TYPE_ID
static final int VARCHAR_TYPE_ID
class org.apache.derby.iapi.types.VarcharTypeId- See Also:
- Constant Field Values
-
VARCHAR_COMPILATION_TYPE_ID
static final int VARCHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.VarcharTypeId- See Also:
- Constant Field Values
-
DATA_TYPE_IMPL_DESCRIPTOR_V01_ID
static final int DATA_TYPE_IMPL_DESCRIPTOR_V01_ID
class org.apache.derby.catalog.types.TypeDescriptorImpl- See Also:
- Constant Field Values
-
DATA_TYPE_SERVICES_IMPL_V01_ID
static final int DATA_TYPE_SERVICES_IMPL_V01_ID
In releases prior to 10.3 this format was produced by DataTypeDescriptor. The format was incorrect used in system catalogs for routine parameter and return types. The format contained repeated information. DERBY-2775 changed the code so that these catalog types were written as TypeDescriptor (which is what always had occurred for the types in SYSCOLUMNS).This format now maps to OldRoutineType and is solely used to read old routine types.
- See Also:
- Constant Field Values
-
CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
static final int CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ConglomerateDescriptorFinder- See Also:
- Constant Field Values
-
CONSTRAINT_DESCRIPTOR_FINDER_V01_ID
static final int CONSTRAINT_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ConstraintDescriptorFinder- See Also:
- Constant Field Values
-
DEFAULT_DESCRIPTOR_FINDER_V01_ID
static final int DEFAULT_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.DefaultDescriptorFinder- See Also:
- Constant Field Values
-
ALIAS_DESCRIPTOR_FINDER_V01_ID
static final int ALIAS_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.AliasDescriptorFinder- See Also:
- Constant Field Values
-
TABLE_DESCRIPTOR_FINDER_V01_ID
static final int TABLE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.TableDescriptorFinder- See Also:
- Constant Field Values
-
ROUTINE_PERMISSION_FINDER_V01_ID
static final int ROUTINE_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo- See Also:
- Constant Field Values
-
TABLE_PERMISSION_FINDER_V01_ID
static final int TABLE_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo- See Also:
- Constant Field Values
-
COLUMNS_PERMISSION_FINDER_V01_ID
static final int COLUMNS_PERMISSION_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo- See Also:
- Constant Field Values
-
ROLE_GRANT_FINDER_V01_ID
static final int ROLE_GRANT_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo- See Also:
- Constant Field Values
-
DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
static final int DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.DataDictionaryDescriptorFinder- See Also:
- Constant Field Values
-
VIEW_DESCRIPTOR_FINDER_V01_ID
static final int VIEW_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ViewDescriptorFinder- See Also:
- Constant Field Values
-
SPS_DESCRIPTOR_FINDER_V01_ID
static final int SPS_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SPSDescriptorFinder- See Also:
- Constant Field Values
-
FILE_INFO_FINDER_V01_ID
static final int FILE_INFO_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.FileInfoFinder- See Also:
- Constant Field Values
-
TRIGGER_DESCRIPTOR_FINDER_V01_ID
static final int TRIGGER_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinder- See Also:
- Constant Field Values
-
TRIGGER_DESCRIPTOR_V01_ID
static final int TRIGGER_DESCRIPTOR_V01_ID
Class org.apache.derby.impl.sql.catalog.TriggerDescriptor.- See Also:
- Constant Field Values
-
DD_SOCRATES_VERSION_ID
static final int DD_SOCRATES_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_SocratesVersion- See Also:
- Constant Field Values
-
REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
static final int REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
class org.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl- See Also:
- Constant Field Values
-
DD_PLATO_VERSION_ID
static final int DD_PLATO_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_PlatoVersion- See Also:
- Constant Field Values
-
DD_ARISTOTLE_VERSION_ID
static final int DD_ARISTOTLE_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_AristotleVersion- See Also:
- Constant Field Values
-
DD_XENA_VERSION_ID
static final int DD_XENA_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_XenaVersion- See Also:
- Constant Field Values
-
DD_BUFFY_VERSION_ID
static final int DD_BUFFY_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_BuffyVersion- See Also:
- Constant Field Values
-
DD_MULAN_VERSION_ID
static final int DD_MULAN_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_MulanVersion- See Also:
- Constant Field Values
-
DD_IVANOVA_VERSION_ID
static final int DD_IVANOVA_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_IvanovaVersion- See Also:
- Constant Field Values
-
DD_DB2J72_VERSION_ID
static final int DD_DB2J72_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_DB2J72 now mapped to a single class DD_Version. 5.0 databases will have this as the format identifier for their catalog version number.- See Also:
- Constant Field Values
-
DD_ARWEN_VERSION_ID
static final int DD_ARWEN_VERSION_ID
class org.apache.derby.impl.sql.catalog.DD_Version now mapped to a single class DD_Version. 5.1 and later databases will have this as the format identifier for their catalog version number.- See Also:
- Constant Field Values
-
LONGVARCHAR_TYPE_ID
static final int LONGVARCHAR_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeId- See Also:
- Constant Field Values
-
LONGVARCHAR_COMPILATION_TYPE_ID
static final int LONGVARCHAR_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeId- See Also:
- Constant Field Values
-
CLOB_TYPE_ID
static final int CLOB_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeId- See Also:
- Constant Field Values
-
CLOB_COMPILATION_TYPE_ID
static final int CLOB_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarcharTypeId- See Also:
- Constant Field Values
-
LONGVARBIT_TYPE_ID
static final int LONGVARBIT_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!- See Also:
- Constant Field Values
-
LONGVARBIT_COMPILATION_TYPE_ID
static final int LONGVARBIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!- See Also:
- Constant Field Values
-
BLOB_TYPE_ID
static final int BLOB_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!! But for BLOB we do the same as for LONGVARBIT, only need different ids- See Also:
- Constant Field Values
-
BLOB_COMPILATION_TYPE_ID
static final int BLOB_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!! But for BLOB we do the same as for LONGVARBIT, only need different ids- See Also:
- Constant Field Values
-
XML_TYPE_ID
static final int XML_TYPE_ID
Instance of TypeId for XML data types.- See Also:
- Constant Field Values
-
JSQLTYPEIMPL_ID
static final int JSQLTYPEIMPL_ID
class org.apache.derby.iapi.types.JSQLType- See Also:
- Constant Field Values
-
ROW_LIST_V01_ID
static final int ROW_LIST_V01_ID
class org.apache.derby.impl.sql.catalog.RowListImpl- See Also:
- Constant Field Values
-
DATA_TYPE_DESCRIPTOR_V02_ID
static final int DATA_TYPE_DESCRIPTOR_V02_ID
DataTypeDescriptor (runtime type) new format from 10.4 onwards that reflects the change in role from is a TypeDescriptor to has a TypeDescriptor. Fixes the format so that information is not duplicated. Old format number was DATA_TYPE_SERVICES_IMPL_V01_ID (259).- See Also:
- Constant Field Values
-
INDEX_ROW_GENERATOR_V01_ID
static final int INDEX_ROW_GENERATOR_V01_ID
class org.apache.derby.impl.sql.catalog.IndexRowGeneratorImpl- See Also:
- Constant Field Values
-
BITIMPL_V01_ID
static final int BITIMPL_V01_ID
class org.apache.derby.iapi.services.io.FormatableBitSet- See Also:
- Constant Field Values
-
FORMATABLE_ARRAY_HOLDER_V01_ID
static final int FORMATABLE_ARRAY_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableArrayHolder- See Also:
- Constant Field Values
-
FORMATABLE_PROPERTIES_V01_ID
static final int FORMATABLE_PROPERTIES_V01_ID
class org.apache.derby.iapi.services.io.FormatableProperties- See Also:
- Constant Field Values
-
FORMATABLE_INT_HOLDER_V01_ID
static final int FORMATABLE_INT_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableIntHolder- See Also:
- Constant Field Values
-
FORMATABLE_LONG_HOLDER_V01_ID
static final int FORMATABLE_LONG_HOLDER_V01_ID
class org.apache.derby.iapi.services.io.FormatableLongHolder- See Also:
- Constant Field Values
-
FORMATABLE_HASHTABLE_V01_ID
static final int FORMATABLE_HASHTABLE_V01_ID
class org.apache.derby.iapi.services.io.FormatableHashtable- See Also:
- Constant Field Values
-
SCHEMA_DESCRIPTOR_FINDER_V01_ID
static final int SCHEMA_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SchemaDescriptorFinder- See Also:
- Constant Field Values
-
COLUMN_DESCRIPTOR_FINDER_V01_ID
static final int COLUMN_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.ColumnDescriptorFinder- See Also:
- Constant Field Values
-
SEQUENCE_DESCRIPTOR_FINDER_V01_ID
static final int SEQUENCE_DESCRIPTOR_FINDER_V01_ID
class org.apache.derby.impl.sql.catalog.SequenceDescriptorFinder- See Also:
- Constant Field Values
-
PERM_DESCRIPTOR_FINDER_V01_ID
static final int PERM_DESCRIPTOR_FINDER_V01_ID
- See Also:
- Constant Field Values
-
UNUSED_243
static final int UNUSED_243
Unused 243- See Also:
- Constant Field Values
-
OIDIMPL_V01_ID
static final int OIDIMPL_V01_ID
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || || DEPRECATED || |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| class org.apache.derby.impl.sql.catalog.OIDImpl- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_ID_IMPL
static final int BOOLEAN_TYPE_ID_IMPL
class org.apache.derby.catalog.types.BooleanTypeIdImpl- See Also:
- Constant Field Values
-
CHAR_TYPE_ID_IMPL
static final int CHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.CharTypeIdImpl- See Also:
- Constant Field Values
-
DOUBLE_TYPE_ID_IMPL
static final int DOUBLE_TYPE_ID_IMPL
class org.apache.derby.catalog.types.DoubleTypeIdImpl- See Also:
- Constant Field Values
-
INT_TYPE_ID_IMPL
static final int INT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.IntTypeIdImpl- See Also:
- Constant Field Values
-
REAL_TYPE_ID_IMPL
static final int REAL_TYPE_ID_IMPL
class org.apache.derby.catalog.types.RealTypeIdImpl- See Also:
- Constant Field Values
-
REF_TYPE_ID_IMPL
static final int REF_TYPE_ID_IMPL
class org.apache.derby.catalog.types.RefTypeIdImpl- See Also:
- Constant Field Values
-
SMALLINT_TYPE_ID_IMPL
static final int SMALLINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.SmallintTypeIdImpl- See Also:
- Constant Field Values
-
BIGINT_TYPE_ID_IMPL
static final int BIGINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongintTypeIdImpl- See Also:
- Constant Field Values
-
USERDEFINED_TYPE_ID_IMPL_V3
static final int USERDEFINED_TYPE_ID_IMPL_V3
class org.apache.derby.catalog.types.UserDefinedTypeIdImpl- See Also:
- Constant Field Values
-
DATE_TYPE_ID_IMPL
static final int DATE_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetter- See Also:
- Constant Field Values
-
TIME_TYPE_ID_IMPL
static final int TIME_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetter- See Also:
- Constant Field Values
-
TIMESTAMP_TYPE_ID_IMPL
static final int TIMESTAMP_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TypesImplInstanceGetter- See Also:
- Constant Field Values
-
AGG_MIN_V01_ID
static final int AGG_MIN_V01_ID
class org.apache.derby.Database.Language.Execution.MinAggregator- See Also:
- Constant Field Values
-
AGG_COUNT_STAR_V01_ID
static final int AGG_COUNT_STAR_V01_ID
class org.apache.derby.Database.Language.Execution.CountStarAggregator- See Also:
- Constant Field Values
-
VARCHAR_TYPE_ID_IMPL
static final int VARCHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.VarcharTypeIdImpl- See Also:
- Constant Field Values
-
PARAMETER_DESCRIPTOR_V01_ID
static final int PARAMETER_DESCRIPTOR_V01_ID
class org.apache.derby.impl.sql.catalog.ParameterDescriptorImpl- See Also:
- Constant Field Values
-
BIT_TYPE_ID
static final int BIT_TYPE_ID
class org.apache.derby.iapi.types.BitTypeId- See Also:
- Constant Field Values
-
BIT_TYPE_ID_IMPL
static final int BIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.BitTypeIdImpl- See Also:
- Constant Field Values
-
VARBIT_TYPE_ID
static final int VARBIT_TYPE_ID
class org.apache.derby.iapi.types.VarbitTypeId- See Also:
- Constant Field Values
-
VARBIT_COMPILATION_TYPE_ID
static final int VARBIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.VarbitTypeId- See Also:
- Constant Field Values
-
VARBIT_TYPE_ID_IMPL
static final int VARBIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.VarbitTypeIdImpl- See Also:
- Constant Field Values
-
INDEX_DESCRIPTOR_IMPL_V02_ID
static final int INDEX_DESCRIPTOR_IMPL_V02_ID
class org.apache.derby.catalog.types.IndexDescriptorImpl- See Also:
- Constant Field Values
-
TINYINT_TYPE_ID
static final int TINYINT_TYPE_ID
class org.apache.derby.iapi.types.TinyintTypeId- See Also:
- Constant Field Values
-
TINYINT_TYPE_ID_IMPL
static final int TINYINT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.TinyintTypeIdImpl- See Also:
- Constant Field Values
-
DECIMAL_TYPE_ID
static final int DECIMAL_TYPE_ID
class org.apache.derby.iapi.types.DecimalTypeId- See Also:
- Constant Field Values
-
DATE_TYPE_ID
static final int DATE_TYPE_ID
class org.apache.derby.iapi.types.DateTypeId- See Also:
- Constant Field Values
-
TIME_TYPE_ID
static final int TIME_TYPE_ID
class org.apache.derby.iapi.types.TimeTypeId- See Also:
- Constant Field Values
-
TIMESTAMP_TYPE_ID
static final int TIMESTAMP_TYPE_ID
class org.apache.derby.iapi.types.TimestampTypeId- See Also:
- Constant Field Values
-
DECIMAL_TYPE_ID_IMPL
static final int DECIMAL_TYPE_ID_IMPL
class org.apache.derby.catalog.types.DecimalTypeIdImpl- See Also:
- Constant Field Values
-
LONGVARCHAR_TYPE_ID_IMPL
static final int LONGVARCHAR_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarcharTypeIdImpl- See Also:
- Constant Field Values
-
CLOB_TYPE_ID_IMPL
static final int CLOB_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarcharTypeIdImpl- See Also:
- Constant Field Values
-
LONGVARBIT_TYPE_ID_IMPL
static final int LONGVARBIT_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does nto exist- See Also:
- Constant Field Values
-
BLOB_TYPE_ID_IMPL
static final int BLOB_TYPE_ID_IMPL
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does not exist, but we do it the same way for BLOB as for Longvarbit...- See Also:
- Constant Field Values
-
BIT_COMPILATION_TYPE_ID
static final int BIT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.BitTypeId- See Also:
- Constant Field Values
-
DECIMAL_COMPILATION_TYPE_ID
static final int DECIMAL_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.DecimalTypeId- See Also:
- Constant Field Values
-
TINYINT_COMPILATION_TYPE_ID
static final int TINYINT_COMPILATION_TYPE_ID
class org.apache.derby.iapi.types.TinyintTypeId- See Also:
- Constant Field Values
-
XML_TYPE_ID_IMPL
static final int XML_TYPE_ID_IMPL
class org.apache.derby.iapi.types.XML (implementation of org.apache.derby.iapi.types.XMLDataValue).- See Also:
- Constant Field Values
-
ROW_MULTISET_TYPE_ID_IMPL
static final int ROW_MULTISET_TYPE_ID_IMPL
- See Also:
- Constant Field Values
-
RENAME_CONSTANT_ACTION_V01_ID
static final int RENAME_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.RenameConstantAction- See Also:
- Constant Field Values
-
DELETE_CONSTANT_ACTION_V01_ID
static final int DELETE_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.DeleteConstantAction- See Also:
- Constant Field Values
-
INSERT_CONSTANT_ACTION_V01_ID
static final int INSERT_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.InsertConstantAction- See Also:
- Constant Field Values
-
UPDATABLE_VTI_CONSTANT_ACTION_V01_ID
static final int UPDATABLE_VTI_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.UpdateConstantAction- See Also:
- Constant Field Values
-
UPDATE_CONSTANT_ACTION_V01_ID
static final int UPDATE_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.UpdateConstantAction- See Also:
- Constant Field Values
-
MATCHING_CLAUSE_CONSTANT_ACTION_V01_ID
static final int MATCHING_CLAUSE_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.MatchingClauseConstantAction- See Also:
- Constant Field Values
-
MERGE_CONSTANT_ACTION_V01_ID
static final int MERGE_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.MatchingClauseConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_204
static final int UNUSED_2_204
- See Also:
- Constant Field Values
-
UNUSED_2_41
static final int UNUSED_2_41
UNUSED- See Also:
- Constant Field Values
-
UNUSED_2_42
static final int UNUSED_2_42
class org.apache.derby.Database.Language.Execution.DropAliasConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_141
static final int UNUSED_2_141
class org.apache.derby.Database.Language.Execution.CreateSchemaConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_142
static final int UNUSED_2_142
- See Also:
- Constant Field Values
-
UNUSED_2_143
static final int UNUSED_2_143
class org.apache.derby.Database.Language.Execution.CreateViewConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_144
static final int UNUSED_2_144
- See Also:
- Constant Field Values
-
PROVIDER_INFO_V01_ID
static final int PROVIDER_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.ProviderInfo- See Also:
- Constant Field Values
-
AGG_AVG_V01_ID
static final int AGG_AVG_V01_ID
class org.apache.derby.Database.Language.Execution.AvgAggregator- See Also:
- Constant Field Values
-
AGG_COUNT_V01_ID
static final int AGG_COUNT_V01_ID
class org.apache.derby.Database.Language.Execution.CountAggregator- See Also:
- Constant Field Values
-
AGG_MAX_MIN_V01_ID
static final int AGG_MAX_MIN_V01_ID
class org.apache.derby.Database.Language.Execution.MaxMinAggregator- See Also:
- Constant Field Values
-
AGG_SUM_V01_ID
static final int AGG_SUM_V01_ID
class org.apache.derby.Database.Language.Execution.SumAggregator- See Also:
- Constant Field Values
-
AGG_USER_ADAPTOR_V01_ID
static final int AGG_USER_ADAPTOR_V01_ID
class org.apache.derby.Database.Language.Execution.UserAggregatorAggregator- See Also:
- Constant Field Values
-
STATISTICS_CONSTANT_ACTION_V01_ID
static final int STATISTICS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.StatisticsConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_275
static final int UNUSED_2_275
class org.apache.derby.Database.Language.Execution.LockTableConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_221
static final int UNUSED_2_221
class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction- See Also:
- Constant Field Values
-
UNUSED_2_222
static final int UNUSED_2_222
class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction- See Also:
- Constant Field Values
-
ALTER_SPS_CONSTANT_ACTION_V01_ID
static final int ALTER_SPS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.AlterSPSConstantAction- See Also:
- Constant Field Values
-
INDEX_COLUMN_ORDER_V01_ID
static final int INDEX_COLUMN_ORDER_V01_ID
class org.apache.derby.Database.Language.Execution.IndexColumnOrder- See Also:
- Constant Field Values
-
AGG_INFO_V01_ID
static final int AGG_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.AggregateInfo- See Also:
- Constant Field Values
-
AGG_INFO_LIST_V01_ID
static final int AGG_INFO_LIST_V01_ID
class org.apache.derby.Database.Language.Execution.AggregateInfoList- See Also:
- Constant Field Values
-
WRITE_CURSOR_CONSTANT_ACTION_V01_ID
static final int WRITE_CURSOR_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.DeleteConstantAction This class is abstract so it doesn't need a format id!- See Also:
- Constant Field Values
-
CONSTRAINT_INFO_V01_ID
static final int CONSTRAINT_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.ConstraintInfo- See Also:
- Constant Field Values
-
EXEC_ROW_BUILDER_ID
static final int EXEC_ROW_BUILDER_ID
Class org.apache.derby.iapi.sql.execute.ExecRowBuilder.- See Also:
- Constant Field Values
-
UNUSED_2_280
static final int UNUSED_2_280
- See Also:
- Constant Field Values
-
FK_INFO_V01_ID
static final int FK_INFO_V01_ID
class org.apache.derby.Database.Language.Execution.FKInfo- See Also:
- Constant Field Values
-
UNUSED_2_289
static final int UNUSED_2_289
- See Also:
- Constant Field Values
-
TRIGGER_INFO_V01_ID
static final int TRIGGER_INFO_V01_ID
class org.apache.derby.impl.sql.execute.TriggerInfo- See Also:
- Constant Field Values
-
TRANSACTION_CONSTANT_ACTION_V01_ID
static final int TRANSACTION_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.TransactionConstantAction- See Also:
- Constant Field Values
-
SET_TRIGGERS_CONSTANT_ACTION_V01_ID
static final int SET_TRIGGERS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Database.Language.Execution.SetTriggersConstantAction- See Also:
- Constant Field Values
-
REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
static final int REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
class org.apache.derby.Replication.Database.Language.Execution.RepSetTriggersConstantAction- See Also:
- Constant Field Values
-
SET_SCHEMA_CONSTANT_ACTION_V02_ID
static final int SET_SCHEMA_CONSTANT_ACTION_V02_ID
class org.apache.derby.Database.Language.Execution.SetSchemaConstantAction- See Also:
- Constant Field Values
-
SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
static final int SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
class org.apache.derby.Database.Language.Execution.SetTransactionIsolationConstantAction- See Also:
- Constant Field Values
-
COLUMN_INFO_V02_ID
static final int COLUMN_INFO_V02_ID
class org.apache.derby.impl.sql.execute.ColumnInfo- See Also:
- Constant Field Values
-
PROVIDER_INFO_V02_ID
static final int PROVIDER_INFO_V02_ID
class org.apache.derby.Database.Language.DependencySystem.Generic.ProviderInfo- See Also:
- Constant Field Values
-
SAVEPOINT_V01_ID
static final int SAVEPOINT_V01_ID
class org.apache.derby.impl.sql.execute.SavepointConstantAction- See Also:
- Constant Field Values
-
STORABLE_PREPARED_STATEMENT_V01_ID
static final int STORABLE_PREPARED_STATEMENT_V01_ID
class org.apache.derby.impl.sql.GenericStorablePreparedStatement- See Also:
- Constant Field Values
-
GENERIC_RESULT_DESCRIPTION_V01_ID
static final int GENERIC_RESULT_DESCRIPTION_V01_ID
class org.apache.derby.impl.sql.GenericResultDescription- See Also:
- Constant Field Values
-
UNUSED_2_215
static final int UNUSED_2_215
UNUSED- See Also:
- Constant Field Values
-
GENERIC_TYPE_DESCRIPTOR_V01_ID
static final int GENERIC_TYPE_DESCRIPTOR_V01_ID
class org.apache.derby.impl.sql.GenericTypeDescriptor- See Also:
- Constant Field Values
-
GENERIC_TYPE_ID_V01_ID
static final int GENERIC_TYPE_ID_V01_ID
class org.apache.derby.impl.sql.GenericTypeId- See Also:
- Constant Field Values
-
CURSOR_TABLE_REFERENCE_V01_ID
static final int CURSOR_TABLE_REFERENCE_V01_ID
class org.apache.derby.impl.sql.CursorTableReference- See Also:
- Constant Field Values
-
CURSOR_INFO_V01_ID
static final int CURSOR_INFO_V01_ID
class org.apache.derby.impl.sql.CursorInfo- See Also:
- Constant Field Values
-
CLASS_ALIAS_INFO_V01_ID
static final int CLASS_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.ClassAliasInfo- See Also:
- Constant Field Values
-
METHOD_ALIAS_INFO_V01_ID
static final int METHOD_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.MethodAliasInfo- See Also:
- Constant Field Values
-
WORK_UNIT_ALIAS_INFO_V01_ID
static final int WORK_UNIT_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.WorkUnitAliasInfo- See Also:
- Constant Field Values
-
USER_AGGREGATE_ALIAS_INFO_V01_ID
static final int USER_AGGREGATE_ALIAS_INFO_V01_ID
class org.apache.derby.catalog.types.UserAggregateAliasInfo- See Also:
- Constant Field Values
-
ROUTINE_INFO_V01_ID
static final int ROUTINE_INFO_V01_ID
- See Also:
- Constant Field Values
-
SYNONYM_INFO_V01_ID
static final int SYNONYM_INFO_V01_ID
- See Also:
- Constant Field Values
-
UDT_INFO_V01_ID
static final int UDT_INFO_V01_ID
- See Also:
- Constant Field Values
-
AGGREGATE_INFO_V01_ID
static final int AGGREGATE_INFO_V01_ID
- See Also:
- Constant Field Values
-
DEFAULT_INFO_IMPL_V01_ID
static final int DEFAULT_INFO_IMPL_V01_ID
class org.apache.derby.catalog.types.DefaultInfoImpl- See Also:
- Constant Field Values
-
GENERIC_COLUMN_DESCRIPTOR_V02_ID
static final int GENERIC_COLUMN_DESCRIPTOR_V02_ID
class org.apache.derby.impl.sql.GenericColumnDescriptor- See Also:
- Constant Field Values
-
SQL_BOOLEAN_ID
static final int SQL_BOOLEAN_ID
Type system id's- See Also:
- Constant Field Values
-
SQL_CHAR_ID
static final int SQL_CHAR_ID
- See Also:
- Constant Field Values
-
SQL_DOUBLE_ID
static final int SQL_DOUBLE_ID
- See Also:
- Constant Field Values
-
SQL_INTEGER_ID
static final int SQL_INTEGER_ID
- See Also:
- Constant Field Values
-
SQL_REAL_ID
static final int SQL_REAL_ID
- See Also:
- Constant Field Values
-
SQL_REF_ID
static final int SQL_REF_ID
- See Also:
- Constant Field Values
-
SQL_SMALLINT_ID
static final int SQL_SMALLINT_ID
- See Also:
- Constant Field Values
-
SQL_LONGINT_ID
static final int SQL_LONGINT_ID
- See Also:
- Constant Field Values
-
SQL_VARCHAR_ID
static final int SQL_VARCHAR_ID
- See Also:
- Constant Field Values
-
SQL_USERTYPE_ID_V3
static final int SQL_USERTYPE_ID_V3
- See Also:
- Constant Field Values
-
SQL_DATE_ID
static final int SQL_DATE_ID
- See Also:
- Constant Field Values
-
SQL_TIME_ID
static final int SQL_TIME_ID
- See Also:
- Constant Field Values
-
SQL_TIMESTAMP_ID
static final int SQL_TIMESTAMP_ID
- See Also:
- Constant Field Values
-
SQL_BIT_ID
static final int SQL_BIT_ID
- See Also:
- Constant Field Values
-
SQL_VARBIT_ID
static final int SQL_VARBIT_ID
- See Also:
- Constant Field Values
-
SQL_TINYINT_ID
static final int SQL_TINYINT_ID
- See Also:
- Constant Field Values
-
SQL_DECIMAL_ID
static final int SQL_DECIMAL_ID
- See Also:
- Constant Field Values
-
SQL_LONGVARCHAR_ID
static final int SQL_LONGVARCHAR_ID
- See Also:
- Constant Field Values
-
SQL_CLOB_ID
static final int SQL_CLOB_ID
- See Also:
- Constant Field Values
-
SQL_LONGVARBIT_ID
static final int SQL_LONGVARBIT_ID
- See Also:
- Constant Field Values
-
SQL_BLOB_ID
static final int SQL_BLOB_ID
- See Also:
- Constant Field Values
-
XML_ID
static final int XML_ID
- See Also:
- Constant Field Values
-
ACCESS_U8_V1_ID
static final int ACCESS_U8_V1_ID
Access ids.- See Also:
- Constant Field Values
-
ACCESS_HEAP_ROW_LOCATION_V1_ID
static final int ACCESS_HEAP_ROW_LOCATION_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_HEAP_V2_ID
static final int ACCESS_HEAP_V2_ID
- See Also:
- Constant Field Values
-
ACCESS_B2I_V2_ID
static final int ACCESS_B2I_V2_ID
- See Also:
- Constant Field Values
-
ACCESS_FORMAT_ID
static final int ACCESS_FORMAT_ID
- See Also:
- Constant Field Values
-
ACCESS_T_STRINGCOLUMN_ID
static final int ACCESS_T_STRINGCOLUMN_ID
- See Also:
- Constant Field Values
-
ACCESS_B2IUNDO_V1_ID
static final int ACCESS_B2IUNDO_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_BTREE_LEAFCONTROLROW_V1_ID
static final int ACCESS_BTREE_LEAFCONTROLROW_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_BTREE_BRANCHCONTROLROW_V1_ID
static final int ACCESS_BTREE_BRANCHCONTROLROW_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_SERIALIZABLEWRAPPER_V1_ID
static final int ACCESS_SERIALIZABLEWRAPPER_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_B2I_STATIC_COMPILED_V1_ID
static final int ACCESS_B2I_STATIC_COMPILED_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_TREE_V1_ID
static final int ACCESS_TREE_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_B2I_V3_ID
static final int ACCESS_B2I_V3_ID
- See Also:
- Constant Field Values
-
ACCESS_GISTUNDO_V1_ID
static final int ACCESS_GISTUNDO_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_GIST_LEAFCONTROLROW_V1_ID
static final int ACCESS_GIST_LEAFCONTROLROW_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_GIST_BRANCHCONTROLROW_V1_ID
static final int ACCESS_GIST_BRANCHCONTROLROW_V1_ID
- See Also:
- Constant Field Values
-
STATISTICS_IMPL_V01_ID
static final int STATISTICS_IMPL_V01_ID
- See Also:
- Constant Field Values
-
UPDATE_STATISTICS_CONSTANT_ACTION_ID
static final int UPDATE_STATISTICS_CONSTANT_ACTION_ID
- See Also:
- Constant Field Values
-
DROP_STATISTICS_CONSTANT_ACTION_ID
static final int DROP_STATISTICS_CONSTANT_ACTION_ID
- See Also:
- Constant Field Values
-
ACCESS_GIST_RTREE_V1_ID
static final int ACCESS_GIST_RTREE_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_T_RECTANGLE_ID
static final int ACCESS_T_RECTANGLE_ID
- See Also:
- Constant Field Values
-
ACCESS_T_INTCOL_V1_ID
static final int ACCESS_T_INTCOL_V1_ID
- See Also:
- Constant Field Values
-
ACCESS_B2I_V4_ID
static final int ACCESS_B2I_V4_ID
- See Also:
- Constant Field Values
-
ACCESS_HEAP_V3_ID
static final int ACCESS_HEAP_V3_ID
- See Also:
- Constant Field Values
-
ACCESS_B2I_V5_ID
static final int ACCESS_B2I_V5_ID
- See Also:
- Constant Field Values
-
PC_XENA_VERSION_ID
static final int PC_XENA_VERSION_ID
class org.apache.derby.impl.store.access.PropertyConglomerate- See Also:
- Constant Field Values
-
LOGOP_CHAIN_ALLOC_PAGE
static final int LOGOP_CHAIN_ALLOC_PAGE
Raw Store Log operation Ids- See Also:
- Constant Field Values
-
LOGOP_BEGIN_XACT
static final int LOGOP_BEGIN_XACT
- See Also:
- Constant Field Values
-
LOGOP_CHECKPOINT
static final int LOGOP_CHECKPOINT
- See Also:
- Constant Field Values
-
LOGOP_CONTAINER
static final int LOGOP_CONTAINER
- See Also:
- Constant Field Values
-
LOGOP_DELETE
static final int LOGOP_DELETE
- See Also:
- Constant Field Values
-
LOGOP_END_XACT
static final int LOGOP_END_XACT
- See Also:
- Constant Field Values
-
LOGOP_INSERT
static final int LOGOP_INSERT
- See Also:
- Constant Field Values
-
LOGOP_PAGE_LOGICAL_UNDO
static final int LOGOP_PAGE_LOGICAL_UNDO
- See Also:
- Constant Field Values
-
LOGOP_PAGE_PHYSICAL_UNDO
static final int LOGOP_PAGE_PHYSICAL_UNDO
- See Also:
- Constant Field Values
-
LOGOP_PURGE
static final int LOGOP_PURGE
- See Also:
- Constant Field Values
-
LOGOP_CONTAINER_UNDO
static final int LOGOP_CONTAINER_UNDO
- See Also:
- Constant Field Values
-
LOGOP_UPDATE
static final int LOGOP_UPDATE
- See Also:
- Constant Field Values
-
LOGOP_UPDATE_FIELD
static final int LOGOP_UPDATE_FIELD
- See Also:
- Constant Field Values
-
LOGOP_COPY_ROWS
static final int LOGOP_COPY_ROWS
- See Also:
- Constant Field Values
-
LOGOP_ALLOC_PAGE
static final int LOGOP_ALLOC_PAGE
- See Also:
- Constant Field Values
-
LOGOP_INIT_PAGE
static final int LOGOP_INIT_PAGE
- See Also:
- Constant Field Values
-
LOGOP_INVALIDATE_PAGE
static final int LOGOP_INVALIDATE_PAGE
- See Also:
- Constant Field Values
-
LOGOP_SET_RESERVED_SPACE
static final int LOGOP_SET_RESERVED_SPACE
- See Also:
- Constant Field Values
-
LOGOP_REMOVE_FILE
static final int LOGOP_REMOVE_FILE
- See Also:
- Constant Field Values
-
LOGOP_CHECKSUM
static final int LOGOP_CHECKSUM
- See Also:
- Constant Field Values
-
LOGOP_COMPRESS10_2_SPACE
static final int LOGOP_COMPRESS10_2_SPACE
- See Also:
- Constant Field Values
-
LOGOP_COMPRESS_SPACE
static final int LOGOP_COMPRESS_SPACE
- See Also:
- Constant Field Values
-
LOGOP_ENCRYPT_CONTAINER
static final int LOGOP_ENCRYPT_CONTAINER
- See Also:
- Constant Field Values
-
LOGOP_ENCRYPT_CONTAINER_UNDO
static final int LOGOP_ENCRYPT_CONTAINER_UNDO
- See Also:
- Constant Field Values
-
RAW_STORE_SINGLE_CONTAINER_FILE
static final int RAW_STORE_SINGLE_CONTAINER_FILE
container types- See Also:
- Constant Field Values
-
RAW_STORE_SINGLE_CONTAINER_STREAM_FILE
static final int RAW_STORE_SINGLE_CONTAINER_STREAM_FILE
- See Also:
- Constant Field Values
-
RAW_STORE_STORED_PAGE
static final int RAW_STORE_STORED_PAGE
page types- See Also:
- Constant Field Values
-
RAW_STORE_ALLOC_PAGE
static final int RAW_STORE_ALLOC_PAGE
- See Also:
- Constant Field Values
-
FILE_STREAM_LOG_FILE
static final int FILE_STREAM_LOG_FILE
Log files- See Also:
- Constant Field Values
-
LOG_RECORD
static final int LOG_RECORD
Log record- See Also:
- Constant Field Values
-
LOG_COUNTER
static final int LOG_COUNTER
- See Also:
- Constant Field Values
-
BASIC_UUID
static final int BASIC_UUID
identifiers- See Also:
- Constant Field Values
-
RAW_STORE_GLOBAL_XACT_ID_V20
static final int RAW_STORE_GLOBAL_XACT_ID_V20
- See Also:
- Constant Field Values
-
RAW_STORE_XACT_ID
static final int RAW_STORE_XACT_ID
- See Also:
- Constant Field Values
-
RAW_STORE_GLOBAL_XACT_ID_NEW
static final int RAW_STORE_GLOBAL_XACT_ID_NEW
- See Also:
- Constant Field Values
-
RAW_STORE_TRANSACTION_TABLE_ENTRY
static final int RAW_STORE_TRANSACTION_TABLE_ENTRY
- See Also:
- Constant Field Values
-
RAW_STORE_TRANSACTION_TABLE
static final int RAW_STORE_TRANSACTION_TABLE
- See Also:
- Constant Field Values
-
MAX_ID_2
static final int MAX_ID_2
UDPATE MAX_ID_2 WHEN YOU ADD A NEW FORMATABLE- See Also:
- Constant Field Values
-
MAX_ID_4
static final int MAX_ID_4
- See Also:
- Constant Field Values
-
-