|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.io
Interface Storable

- All Superinterfaces:
- java.io.Externalizable, Formatable, java.io.Serializable, TypedFormat
- public interface Storable
- extends Formatable
Formatable for holding SQL data (which may be null).
| 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
public boolean isNull()
- Return whether the value is null or not.
restoreToNull
public void restoreToNull()
- Restore this object to its (SQL)null value.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC