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

All Superinterfaces:
java.io.Externalizable, java.io.Serializable, TypedFormat
All Known Subinterfaces:
BitDataValue, BooleanDataValue, Compensation, ConcatableDataValue, Conglomerate, ConsInfo, DataValueDescriptor, DateTimeDataValue, ExecAggregator, GlobalTransactionId, Loggable, LogicalUndoable, LogInstant, NumberDataValue, ProviderInfo, RefDataValue, RowLocation, StaticCompiledOpenConglomInfo, Storable, StringDataValue, TransactionId, Undoable, UserDataValue
All Known Implementing Classes:
AggregatorInfo, AggregatorInfoList, B2IStaticCompiledInfo, B2IUndo, BaseTypeIdImpl, BasicProviderInfo, BasicUUID, BeginXact, BinaryOrderableWrapper, CheckpointOperation, ColumnInfo, ConstraintInfo, ContainerBasicOperation, ContainerOperation, ContainerUndoOperation, CursorInfo, CursorTableReference, DataType, DataTypeDescriptor, DD_Version, DDdependableFinder, DefaultInfoImpl, DependableList, EndXact, 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, SystemAggregator, TransactionTable, TransactionTableEntry, TriggerDescriptor, TriggerInfo, TypeDescriptorImpl, TypeId, UserType, ValueRow, WriteCursorConstantAction, XactId

public interface Formatable
extends java.io.Externalizable, TypedFormat

Cloudscape interface for creating a stored form for an object and re-constructing an equivalent object from this stored form. The object which creates the stored form and the re-constructed object need not be the same or related classes. They must share the same TypedFormat.


Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
 



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