| org.hsqldb.rowio.RowOutputInterface
All known Subclasses: org.hsqldb.rowio.RowOutputBase,
RowOutputInterface | public interface RowOutputInterface (Code) | | Public interface for writing the data for a database row.
author: sqlbob@users (RMP) author: fredt@users version: 1.7.2 since: 1.7.0 |
writeEnd | void writeEnd()(Code) | | |
writeIntData | void writeIntData(int i)(Code) | | |
writeIntData | void writeIntData(int i, int position)(Code) | | |
writeLongData | void writeLongData(long i)(Code) | | |
writeShortData | void writeShortData(short i)(Code) | | |
writeSize | void writeSize(int size)(Code) | | |
writeType | void writeType(int type)(Code) | | |
|
|