Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb
Interface DatabaseRowInputInterface  view DatabaseRowInputInterface download DatabaseRowInputInterface.java

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