org.apache.derby.iapi.services.io
Interface TypedFormat

All Known Subinterfaces:
BitDataValue, BooleanDataValue, Compensation, ConcatableDataValue, Conglomerate, ConsInfo, DataValueDescriptor, DateTimeDataValue, ExecAggregator, Formatable, GlobalTransactionId, Loggable, LogicalUndoable, LogInstant, NumberDataValue, ProviderInfo, RefDataValue, RowLocation, StaticCompiledOpenConglomInfo, Storable, StringDataValue, TransactionId, Undoable, UserDataValue
All Known Implementing Classes:
AggregatorInfo, AggregatorInfoList, B2IStaticCompiledInfo, B2IUndo, BasePage, BaseTypeIdImpl, BasicProviderInfo, BasicUUID, BeginXact, BinaryOrderableWrapper, CheckpointOperation, ColumnInfo, ConstraintInfo, ContainerBasicOperation, ContainerOperation, ContainerUndoOperation, ControlRow, CursorInfo, CursorTableReference, DataType, DataTypeDescriptor, DD_Version, DDdependableFinder, DefaultInfoImpl, DependableList, EndXact, FileContainer, FKInfo, FormatableArrayHolder, FormatableBitSet, FormatableHashtable, FormatableIntHolder, FormatableLongHolder, FormatableProperties, GenericColumnDescriptor, GenericConglomerate, GenericResultDescription, GenericStorablePreparedStatement, GlobalXactId, Heap, HeapRowLocation, IndexColumnOrder, IndexDescriptorImpl, IndexRowGenerator, JSQLType, LogCounter, LogicalPageOperation, LogicalUndoOperation, LogRecord, MethodAliasInfo, NumberDataType, PageBasicOperation, PC_XenaVersion, PhysicalPageOperation, PhysicalUndoOperation, ReferencedColumnsDescriptorImpl, RemoveFileOperation, RowList, SQLBinary, SQLBoolean, SQLChar, SQLDate, SQLRef, SQLTime, SQLTimestamp, StatisticsImpl, StreamFileContainer, SystemAggregator, TransactionTable, TransactionTableEntry, TriggerDescriptor, TriggerInfo, TypeDescriptorImpl, TypeId, UserType, ValueRow, WriteCursorConstantAction, XactId

public interface TypedFormat

Cloudscape interface for identifying the format id for the stored form of an object. Objects of different classes may have the same format id if:


Method Summary
 int getTypeFormatId()
          Get a universally unique identifier for the type of this object.
 

Method Detail

getTypeFormatId

public int getTypeFormatId()
Get a universally unique identifier for the type of this object.

Returns:
The identifier. (A UUID stuffed in an array of 16 bytes).


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.