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

All Superinterfaces:
java.io.Externalizable, Formatable, java.io.Serializable, TypedFormat
All Known Subinterfaces:
BitDataValue, BooleanDataValue, ConcatableDataValue, Conglomerate, DataValueDescriptor, DateTimeDataValue, NumberDataValue, RefDataValue, RowLocation, StaticCompiledOpenConglomInfo, StringDataValue, UserDataValue, XMLDataValue
All Known Implementing Classes:
B2I, B2I_10_3, B2I_v10_2, B2IStaticCompiledInfo, BigIntegerDecimal, BinaryDecimal, BinaryOrderableWrapper, BTree, CollatorSQLChar, CollatorSQLClob, CollatorSQLLongvarchar, CollatorSQLVarchar, DataType, GenericConglomerate, Heap, Heap_v10_2, HeapRowLocation, NumberDataType, SQLBinary, SQLBit, SQLBlob, SQLBoolean, SQLChar, SQLClob, SQLDate, SQLDecimal, SQLDouble, SQLInteger, SQLLongint, SQLLongVarbit, SQLLongvarchar, SQLReal, SQLRef, SQLSmallint, SQLTime, SQLTimestamp, SQLTinyint, SQLVarbit, SQLVarchar, StorableFormatId, UserType, UTF, XML

public interface Storable
extends Formatable

Formatable for holding SQL data (which may be null).

See Also:
Formatable

Method Summary
 boolean isNull()
          Return whether the value is null or not.
 void restoreToNull()
          Restore this object to its (SQL)null value.
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
 

Method Detail

isNull

boolean isNull()
Return whether the value is null or not.

Returns:
true if the value is null and false otherwise.

restoreToNull

void restoreToNull()
Restore this object to its (SQL)null value.


Built on Thu 2011-03-10 11:54:14+0000, from revision ???

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