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, XMLDataValue
All Known Implementing Classes:
AggregatorInfo, AggregatorInfoList, B2IStaticCompiledInfo, B2IUndo, BaseTypeIdImpl, BasicProviderInfo, BasicUUID, BeginXact, BinaryOrderableWrapper, CheckpointOperation, ChecksumOperation, ColumnInfo, ConstraintInfo, ContainerBasicOperation, ContainerOperation, ContainerUndoOperation, CursorInfo, CursorTableReference, DataType, DataTypeDescriptor, DD_Version, DDdependableFinder, DefaultInfoImpl, 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, SQLBinary, SQLBoolean, SQLChar, SQLDate, SQLRef, SQLTime, SQLTimestamp, StatisticsImpl, SynonymAliasInfo, SystemAggregator, TransactionTable, TransactionTableEntry, TriggerDescriptor, TriggerInfo, TypeDescriptorImpl, TypeId, UserType, ValueRow, WriteCursorConstantAction, XactId, XML

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
 


Built on Tue 2006-10-10 19:23:47+0200, from revision exported

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