org.apache.derby.iapi.services.io
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.

An object should implement the Formatable inteface 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 implementaion 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
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 ADD_JAR_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.AddJarConstantAction;
static int AGG_AVG_V01_ID
          class org.apache.derby.Database.Language.Execution.AvgAggregator
static int AGG_COUNT_STAR_V01_ID
          class org.apache.derby.Database.Language.Execution.CountStarAggregator
static int AGG_COUNT_V01_ID
          class org.apache.derby.Database.Language.Execution.CountAggregator
static int AGG_INFO_LIST_V01_ID
          class org.apache.derby.Database.Language.Execution.AggregateInfoList
static int AGG_INFO_V01_ID
          class org.apache.derby.Database.Language.Execution.AggregateInfo
static int AGG_MAX_MIN_V01_ID
          class org.apache.derby.Database.Language.Execution.MaxMinAggregator
static int AGG_MIN_V01_ID
          class org.apache.derby.Database.Language.Execution.MinAggregator
static int AGG_SUM_V01_ID
          class org.apache.derby.Database.Language.Execution.SumAggregator
static int AGG_USER_ADAPTOR_V01_ID
          class org.apache.derby.Database.Language.Execution.UserAggregatorAggregator
static int ALIAS_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.AliasDescriptorFinder
static int ALTER_SPS_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.AlterSPSConstantAction
static int BASIC_UUID
          identifiers
static int BIT_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.BitTypeId
static int BIT_TYPE_ID
          class org.apache.derby.iapi.types.BitTypeId
static int BIT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.BitTypeIdImpl
static int BITIMPL_V01_ID
          class org.apache.derby.iapi.services.io.FormatableBitSet
static 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.BooleanTypeId
static int BOOLEAN_TYPE_ID
          class org.apache.derby.iapi.types.BooleanTypeId
static int BOOLEAN_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.BooleanTypeIdImpl
static int CHAR_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.CharTypeId
static int CHAR_TYPE_ID
          class org.apache.derby.iapi.types.CharTypeId
static int CHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.CharTypeIdImpl
static int CLASS_ALIAS_INFO_V01_ID
          class org.apache.derby.catalog.types.ClassAliasInfo
static int CLOB_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.LongvarcharTypeId
static int CLOB_TYPE_ID
          class org.apache.derby.iapi.types.LongvarcharTypeId
static int CLOB_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.LongvarcharTypeIdImpl
static int COLUMN_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.ColumnDescriptorFinder
static int COLUMN_INFO_V02_ID
          class org.apache.derby.impl.sql.execute.ColumnInfo
static int COLUMNS_PERMISSION_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo
static int CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.ConglomerateDescriptorFinder
static int CONSTRAINT_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.ConstraintDescriptorFinder
static int CONSTRAINT_INFO_V01_ID
          class org.apache.derby.Database.Language.Execution.ConstraintInfo
static int CREATE_TRIGGER_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.CreateTriggerConstantAction
static int CURSOR_INFO_V01_ID
          class org.apache.derby.impl.sql.CursorInfo
static int CURSOR_TABLE_REFERENCE_V01_ID
          class org.apache.derby.impl.sql.CursorTableReference
static int DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.DataDictionaryDescriptorFinder
static 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.TypeDescriptorImpl
static 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.DateTypeId
static int DATE_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.TypesImplInstanceGetter
static int DD_ARISTOTLE_VERSION_ID
          class org.apache.derby.impl.sql.catalog.DD_AristotleVersion
static 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_BuffyVersion
static 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_IvanovaVersion
static int DD_MULAN_VERSION_ID
          class org.apache.derby.impl.sql.catalog.DD_MulanVersion
static int DD_PLATO_VERSION_ID
          class org.apache.derby.impl.sql.catalog.DD_PlatoVersion
static int DD_SOCRATES_VERSION_ID
          class org.apache.derby.impl.sql.catalog.DD_SocratesVersion
static int DD_XENA_VERSION_ID
          class org.apache.derby.impl.sql.catalog.DD_XenaVersion
static int DECIMAL_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.DecimalTypeId
static int DECIMAL_TYPE_ID
          class org.apache.derby.iapi.types.DecimalTypeId
static int DECIMAL_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.DecimalTypeIdImpl
static int DEFAULT_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.DefaultDescriptorFinder
static int DEFAULT_INFO_IMPL_V01_ID
          class org.apache.derby.catalog.types.DefaultInfoImpl
static int DELETE_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.DeleteConstantAction
static int DOUBLE_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.DoubleTypeId
static int DOUBLE_TYPE_ID
          class org.apache.derby.iapi.types.DoubleTypeId
static int DOUBLE_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.DoubleTypeIdImpl
static int DROP_JAR_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.DropJarConstantAction;
static int DROP_STATISTICS_CONSTANT_ACTION_ID
           
static int DROP_TRIGGER_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.DropTriggerConstantAction
static int EXTERNALIZABLE_CONNECTION_ID
          LocalDriver Formatables.
static int FILE_INFO_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.FileInfoFinder
static int FILE_STREAM_LOG_FILE
          Log files
static int FK_INFO_V01_ID
          class org.apache.derby.Database.Language.Execution.FKInfo
static int FORMATABLE_ARRAY_HOLDER_V01_ID
          class org.apache.derby.iapi.services.io.FormatableArrayHolder
static int FORMATABLE_BYTE_ARRAY_V01_ID
          InternalUtils MODULE CLASSES
static int FORMATABLE_HASHTABLE_V01_ID
          class org.apache.derby.iapi.services.io.FormatableHashtable
static int FORMATABLE_INT_HOLDER_V01_ID
          class org.apache.derby.iapi.services.io.FormatableIntHolder
static int FORMATABLE_LONG_HOLDER_V01_ID
          class org.apache.derby.iapi.services.io.FormatableLongHolder
static int FORMATABLE_PROPERTIES_V01_ID
          class org.apache.derby.iapi.services.io.FormatableProperties
static int GENERIC_COLUMN_DESCRIPTOR_V02_ID
          class org.apache.derby.impl.sql.GenericColumnDescriptor
static int GENERIC_RESULT_DESCRIPTION_V01_ID
          class org.apache.derby.impl.sql.GenericResultDescription
static int GENERIC_TYPE_DESCRIPTOR_V01_ID
          class org.apache.derby.impl.sql.GenericTypeDescriptor
static int GENERIC_TYPE_ID_V01_ID
          class org.apache.derby.impl.sql.GenericTypeId
static int INDEX_COLUMN_ORDER_V01_ID
          class org.apache.derby.Database.Language.Execution.IndexColumnOrder
static int INDEX_DESCRIPTOR_IMPL_V02_ID
          class org.apache.derby.catalog.types.IndexDescriptorImpl
static int INDEX_ROW_GENERATOR_V01_ID
          class org.apache.derby.impl.sql.catalog.IndexRowGeneratorImpl
static int INSERT_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.InsertConstantAction
static int INT_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.IntTypeId
static int INT_TYPE_ID
          class org.apache.derby.iapi.types.IntTypeId
static int INT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.IntTypeIdImpl
static int JSQLTYPEIMPL_ID
          class org.apache.derby.iapi.types.JSQLType
static int LOG_COUNTER
           
static int LOG_RECORD
          Log record
static int LOGOP_ALLOC_PAGE
           
static int LOGOP_BEGIN_XACT
           
static int LOGOP_CHAIN_ALLOC_PAGE
          Raw Store Log operation Ids
static 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.LongintTypeId
static int LONGINT_TYPE_ID
          class org.apache.derby.iapi.types.LongintTypeId
static int LONGINT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.LongintTypeIdImpl
static 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 exist
static int LONGVARCHAR_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.LongvarcharTypeId
static int LONGVARCHAR_TYPE_ID
          class org.apache.derby.iapi.types.LongvarcharTypeId
static int LONGVARCHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.LongvarcharTypeIdImpl
static int MAX_ID_2
          UDPATE MAX_ID_2 WHEN YOU ADD A NEW FORMATABLE
static int MAX_ID_4
           
static int MAX_TWO_BYTE_FORMAT_ID
          Maximum value for a two byte format id.
static int METHOD_ALIAS_INFO_V01_ID
          class org.apache.derby.catalog.types.MethodAliasInfo
static 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 referance
static int OIDIMPL_V01_ID
          |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || || DEPRECATED || |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| class org.apache.derby.impl.sql.catalog.OIDImpl
static int PARAMETER_DESCRIPTOR_V01_ID
          class org.apache.derby.impl.sql.catalog.ParameterDescriptorImpl
static int PC_XENA_VERSION_ID
          class org.apache.derby.impl.store.access.PropertyConglomerate
static int PERM_DESCRIPTOR_FINDER_V01_ID
           
static int PROVIDER_INFO_V01_ID
          class org.apache.derby.Database.Language.Execution.ProviderInfo
static int PROVIDER_INFO_V02_ID
          class org.apache.derby.Database.Language.DependencySystem.Generic.ProviderInfo
static 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 types
static int RAW_STORE_SINGLE_CONTAINER_STREAM_FILE
           
static int RAW_STORE_STORED_PAGE
          page types
static int RAW_STORE_TRANSACTION_TABLE
           
static int RAW_STORE_TRANSACTION_TABLE_ENTRY
           
static int RAW_STORE_XACT_ID
           
static int REAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealAnyResultSetStatistics
static int REAL_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.RealTypeId
static int REAL_CURRENT_OF_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealCurrentOfStatistics
static int REAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID
          org.apache.derby.impl.sql.execute.rts.RealDeleteCascadeResultSetStatistics"
static int REAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics
static int REAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics
static int REAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealDistinctScalarAggregateStatistics
static int REAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealDistinctScanStatistics
static int REAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealGroupedAggregateStatistics
static int REAL_HASH_JOIN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealHashJoinStatistics
static int REAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealHashLeftOuterJoinStatistics
static int REAL_HASH_SCAN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealHashScanStatistics
static int REAL_HASH_TABLE_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealHashTableStatistics
static int REAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealIndexRowToBaseRowStatistics
static int REAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealInsertResultSetStatistics
static int REAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealInsertVTIResultSetStatistics
static int REAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealLastIndexKeyScanStatistics
static int REAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealMaterializedResultSetStatistics
static int REAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealNestedLoopJoinStatistics
static int REAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealNestedLoopLeftOuterJoinStatistics
static int REAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealNormalizeResultSetStatistics
static int REAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealOnceResultSetStatistics
static int REAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealProjectRestrictStatistics
static int REAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealRowResultSetStatistics
static int REAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealScalarAggregateStatistics
static int REAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealScrollInsensitiveResultSetStatistics
static int REAL_SORT_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealSortStatistics
static int REAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealTableScanStatistics
static int REAL_TYPE_ID
          class org.apache.derby.iapi.types.RealTypeId
static int REAL_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.RealTypeIdImpl
static int REAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealUnionResultSetStatistics
static int REAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealUpdateResultSetStatistics
static int REAL_VTI_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RealVTIStatistics
static int REF_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.RefTypeId
static int REF_TYPE_ID
          class org.apache.derby.iapi.types.RefTypeId
static int REF_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.RefTypeIdImpl
static int REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
          class org.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl
static int RENAME_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.RenameConstantAction
static int REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Replication.Database.Language.Execution.RepSetTriggersConstantAction
static int REPLACE_JAR_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.ReplaceJarConstantAction;
static int ROLE_GRANT_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo
static int ROUTINE_INFO_V01_ID
           
static int ROUTINE_PERMISSION_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo
static int ROW_LIST_V01_ID
          class org.apache.derby.impl.sql.catalog.RowListImpl
static int ROW_MULTISET_TYPE_ID_IMPL
           
static int RUN_TIME_STATISTICS_IMPL_V01_ID
          class org.apache.derby.impl.sql.execute.RunTimeStatisticsImpl
static int SAVEPOINT_V01_ID
          class org.apache.derby.impl.sql.execute.SavepointConstantAction
static int SCHEMA_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.SchemaDescriptorFinder
static int SEQUENCE_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.SequenceDescriptorFinder
static 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.SetSchemaConstantAction
static int SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
          class org.apache.derby.Database.Language.Execution.SetTransactionIsolationConstantAction
static int SET_TRIGGERS_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.SetTriggersConstantAction
static int SMALLINT_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.SmallintTypeId
static int SMALLINT_TYPE_ID
          class org.apache.derby.iapi.types.SmallintTypeId
static int SMALLINT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.SmallintTypeIdImpl
static int SPS_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.SPSDescriptorFinder
static int SQL_BIT_ID
           
static int SQL_BLOB_ID
           
static int SQL_BOOLEAN_ID
          Type system id's
static 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 SQL_XML_UTIL_V01_ID
          class org.apache.derby.iapi.types.SqlXmlUtil
static int STATISTICS_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.StatisticsConstantAction
static int STATISTICS_IMPL_V01_ID
           
static int STORABLE_PREPARED_STATEMENT_V01_ID
          class org.apache.derby.impl.sql.GenericStorablePreparedStatement
static int STRING_FORMAT_ID
          Special format id for tagging UTF8 strings
static int SYNONYM_INFO_V01_ID
           
static int TABLE_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.TableDescriptorFinder
static int TABLE_PERMISSION_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo
static int TIME_TYPE_ID
          class org.apache.derby.iapi.types.TimeTypeId
static int TIME_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.TypesImplInstanceGetter
static int TIMESTAMP_TYPE_ID
          class org.apache.derby.iapi.types.TimestampTypeId
static int TIMESTAMP_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.TypesImplInstanceGetter
static int TINYINT_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.TinyintTypeId
static int TINYINT_TYPE_ID
          class org.apache.derby.iapi.types.TinyintTypeId
static int TINYINT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.TinyintTypeIdImpl
static int TRANSACTION_CONSTANT_ACTION_V01_ID
          class org.apache.derby.impl.sql.execute.TransactionConstantAction
static int TRIGGER_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinder
static int TRIGGER_DESCRIPTOR_V01_ID
          class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinder
static int TRIGGER_INFO_V01_ID
          class org.apache.derby.impl.sql.execute.TriggerInfo
static 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.CreateSchemaConstantAction
static int UNUSED_2_142
           
static int UNUSED_2_143
          class org.apache.derby.Database.Language.Execution.CreateViewConstantAction
static int UNUSED_2_144
           
static int UNUSED_2_204
           
static int UNUSED_2_215
          UNUSED
static int UNUSED_2_221
          class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction
static int UNUSED_2_222
          class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction
static int UNUSED_2_275
          class org.apache.derby.Database.Language.Execution.LockTableConstantAction
static int UNUSED_2_280
           
static int UNUSED_2_289
           
static int UNUSED_2_41
          UNUSED
static int UNUSED_2_42
          class org.apache.derby.Database.Language.Execution.DropAliasConstantAction
static int UNUSED_243
          Unused 243
static int UPDATABLE_VTI_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.UpdateConstantAction
static int UPDATE_CONSTANT_ACTION_V01_ID
          class org.apache.derby.Database.Language.Execution.UpdateConstantAction
static int UPDATE_STATISTICS_CONSTANT_ACTION_ID
           
static int USER_AGGREGATE_ALIAS_INFO_V01_ID
          class org.apache.derby.catalog.types.UserAggregateAliasInfo
static int USERDEFINED_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.UserDefinedTypeId
static int USERDEFINED_COMPILATION_TYPE_ID_V2
          class org.apache.derby.iapi.types.UserDefinedTypeIdV2
static int USERDEFINED_TYPE_ID_IMPL_V3
          class org.apache.derby.catalog.types.UserDefinedTypeIdImpl
static int USERDEFINED_TYPE_ID_V3
          class org.apache.derby.iapi.types.UserDefinedTypeIdV3
static int VARBIT_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.VarbitTypeId
static int VARBIT_TYPE_ID
          class org.apache.derby.iapi.types.VarbitTypeId
static int VARBIT_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.VarbitTypeIdImpl
static int VARCHAR_COMPILATION_TYPE_ID
          class org.apache.derby.iapi.types.VarcharTypeId
static int VARCHAR_TYPE_ID
          class org.apache.derby.iapi.types.VarcharTypeId
static int VARCHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.VarcharTypeIdImpl
static int VIEW_DESCRIPTOR_FINDER_V01_ID
          class org.apache.derby.impl.sql.catalog.ViewDescriptorFinder
static int WORK_UNIT_ALIAS_INFO_V01_ID
          class org.apache.derby.catalog.types.WorkUnitAliasInfo
static 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

LONGINT_TYPE_ID

static final int LONGINT_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.TriggerDescriptorFinder

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

SQL_XML_UTIL_V01_ID

static final int SQL_XML_UTIL_V01_ID
class org.apache.derby.iapi.types.SqlXmlUtil

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

LONGINT_TYPE_ID_IMPL

static final int LONGINT_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

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

RUN_TIME_STATISTICS_IMPL_V01_ID

static final int RUN_TIME_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RunTimeStatisticsImpl

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

REAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID

static final int REAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealProjectRestrictStatistics

See Also:
Constant Field Values

REAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID

static final int REAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealDistinctScalarAggregateStatistics

See Also:
Constant Field Values

REAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID

static final int REAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealScalarAggregateStatistics

See Also:
Constant Field Values

REAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID

static final int REAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealGroupedAggregateStatistics

See Also:
Constant Field Values

REAL_SORT_STATISTICS_IMPL_V01_ID

static final int REAL_SORT_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealSortStatistics

See Also:
Constant Field Values

REAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID

static final int REAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealTableScanStatistics

See Also:
Constant Field Values

REAL_HASH_JOIN_STATISTICS_IMPL_V01_ID

static final int REAL_HASH_JOIN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealHashJoinStatistics

See Also:
Constant Field Values

REAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID

static final int REAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealNestedLoopJoinStatistics

See Also:
Constant Field Values

REAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID

static final int REAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealIndexRowToBaseRowStatistics

See Also:
Constant Field Values

REAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealAnyResultSetStatistics

See Also:
Constant Field Values

REAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealOnceResultSetStatistics

See Also:
Constant Field Values

REAL_CURRENT_OF_STATISTICS_IMPL_V01_ID

static final int REAL_CURRENT_OF_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealCurrentOfStatistics

See Also:
Constant Field Values

REAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealRowResultSetStatistics

See Also:
Constant Field Values

REAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealUnionResultSetStatistics

See Also:
Constant Field Values

REAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID

static final int REAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealHashLeftOuterJoinStatistics

See Also:
Constant Field Values

REAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID

static final int REAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealNestedLoopLeftOuterJoinStatistics

See Also:
Constant Field Values

REAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealNormalizeResultSetStatistics

See Also:
Constant Field Values

REAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealInsertResultSetStatistics

See Also:
Constant Field Values

REAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealInsertVTIResultSetStatistics

See Also:
Constant Field Values

REAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealUpdateResultSetStatistics

See Also:
Constant Field Values

REAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics

See Also:
Constant Field Values

REAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics

See Also:
Constant Field Values

REAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID
org.apache.derby.impl.sql.execute.rts.RealDeleteCascadeResultSetStatistics"

See Also:
Constant Field Values

REAL_HASH_SCAN_STATISTICS_IMPL_V01_ID

static final int REAL_HASH_SCAN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealHashScanStatistics

See Also:
Constant Field Values

REAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID

static final int REAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealDistinctScanStatistics

See Also:
Constant Field Values

REAL_HASH_TABLE_STATISTICS_IMPL_V01_ID

static final int REAL_HASH_TABLE_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealHashTableStatistics

See Also:
Constant Field Values

REAL_VTI_STATISTICS_IMPL_V01_ID

static final int REAL_VTI_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealVTIStatistics

See Also:
Constant Field Values

REAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealMaterializedResultSetStatistics

See Also:
Constant Field Values

REAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID

static final int REAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealScrollInsensitiveResultSetStatistics

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

ADD_JAR_CONSTANT_ACTION_V01_ID

static final int ADD_JAR_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.AddJarConstantAction;

See Also:
Constant Field Values

DROP_JAR_CONSTANT_ACTION_V01_ID

static final int DROP_JAR_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.DropJarConstantAction;

See Also:
Constant Field Values

REPLACE_JAR_CONSTANT_ACTION_V01_ID

static final int REPLACE_JAR_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.ReplaceJarConstantAction;

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

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

CREATE_TRIGGER_CONSTANT_ACTION_V01_ID

static final int CREATE_TRIGGER_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.CreateTriggerConstantAction

See Also:
Constant Field Values

DROP_TRIGGER_CONSTANT_ACTION_V01_ID

static final int DROP_TRIGGER_CONSTANT_ACTION_V01_ID
class org.apache.derby.impl.sql.execute.DropTriggerConstantAction

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

REAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID

static final int REAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID
class org.apache.derby.impl.sql.execute.RealLastIndexKeyScanStatistics

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

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

EXTERNALIZABLE_CONNECTION_ID

static final int EXTERNALIZABLE_CONNECTION_ID
LocalDriver Formatables.

See Also:
Constant Field Values

FORMATABLE_BYTE_ARRAY_V01_ID

static final int FORMATABLE_BYTE_ARRAY_V01_ID
InternalUtils MODULE CLASSES

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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.