|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Interface
org.hsqldb.DatabaseRowOutputInterface
| Uses of DatabaseRowOutputInterface in org.hsqldb |
| Classes in org.hsqldb that implement DatabaseRowOutputInterface | |
(package private) class |
BinaryDatabaseRowOutput
Provides methods for writing the data for a row to a byte array. |
(package private) class |
BinaryServerRowOutput
Provides methods for writing the data for a row to a byte array. |
(package private) class |
DatabaseRowOutput
Base class for writing the data for a database row in different formats. |
(package private) class |
QuotedTextDatabaseRowOutput
|
(package private) class |
TextDatabaseRowOutput
Class for writing the data for a database row in text table format. |
| Fields in org.hsqldb declared as DatabaseRowOutputInterface | |
private DatabaseRowOutputInterface |
TextCache.out
|
| Methods in org.hsqldb with parameters of type DatabaseRowOutputInterface | |
(package private) abstract void |
Node.write(DatabaseRowOutputInterface out)
Writes out the node in an implementation dependent way. |
(package private) void |
MemoryNode.write(DatabaseRowOutputInterface out)
Method declaration |
(package private) void |
DiskNode.write(DatabaseRowOutputInterface out)
|
(package private) void |
CachedRow.write(DatabaseRowOutputInterface out)
Method declaration |
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||