Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Interface StoredFormatIds  view StoredFormatIds download StoredFormatIds.java


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 Cloudscape 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 Cloudscape software. 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_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_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!!! But for BLOB we do the same as for LONGVARBIT, only need different ids
static 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
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 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_IMPL_DESCRIPTOR_V01_ID
          class org.apache.derby.catalog.types.TypeDescriptorImpl
static int DATA_TYPE_SERVICES_IMPL_V01_ID
          class com.ibm.db2j.protcol.Datatypes.Execution.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.
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.
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 INDEX_ROW_V01_ID
          class org.apache.derby.Database.Language.Execution.IndexRow
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_CONTAINER
           
static int LOGOP_CONTAINER_UNDO
           
static int LOGOP_COPY_ROWS
           
static int LOGOP_DELETE
           
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 NATIONAL_CHAR_TYPE_ID
          class org.apache.derby.iapi.types.NationalCharTypeId
static int NATIONAL_CHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.NationalCharTypeIdImpl
static int NATIONAL_LONGVARCHAR_TYPE_ID
          class org.apache.derby.iapi.types.NationalLongvarcharTypeId
static int NATIONAL_LONGVARCHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.NationalLongVarcharTypeIdImpl
static int NATIONAL_VARCHAR_TYPE_ID
          class org.apache.derby.iapi.types.NationalVarcharTypeId
static int NATIONAL_VARCHAR_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.NationalVarcharTypeIdImpl
static int NCLOB_TYPE_ID
          class org.apache.derby.iapi.types.NationalLongvarcharTypeId
static int NCLOB_TYPE_ID_IMPL
          class org.apache.derby.catalog.types.NationalLongVarcharTypeIdImpl
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 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 ROUTINE_INFO_V01_ID
           
static int ROW_LIST_V01_ID
          class org.apache.derby.impl.sql.catalog.RowListImpl
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 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_NATIONAL_CHAR_ID
           
static int SQL_NATIONAL_LONGVARCHAR_ID
           
static int SQL_NATIONAL_VARCHAR_ID
           
static int SQL_NCLOB_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.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 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 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_240
          class org.apache.derby.impl.sql.catalog.ListOfRowListsImpl
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 VALUE_ROW_V01_ID
          class org.apache.derby.Database.Language.Execution.ValueRow
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
         &