|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hsqldb
Interface DatabaseRowInputInterface

- All Known Implementing Classes:
- BinaryDatabaseRowInput, BinaryServerRowInput, TextDatabaseRowInput
- interface DatabaseRowInputInterface
Public interface for reading the data for a database row.
- Version:
- 1.7.0
| Method Summary | |
int |
available()
|
int |
getNextPos()
|
int |
getPos()
|
int |
getSize()
|
java.lang.Object[] |
readData(int[] colTypes)
|
int |
readIntData()
|
java.lang.String |
readString()
|
int |
readType()
|
| Method Detail |
getPos
public int getPos()
throws java.io.IOException
getNextPos
public int getNextPos()
throws java.io.IOException
getSize
public int getSize()
readType
public int readType()
throws java.io.IOException
readString
public java.lang.String readString() throws java.io.IOException
readIntData
public int readIntData()
throws java.io.IOException
available
public int available()
throws java.io.IOException
readData
public java.lang.Object[] readData(int[] colTypes) throws java.io.IOException, java.sql.SQLException
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC