SparseRecord

Package: db
Type: class

10.3_PUBLIC

modifiedmethod: read
added throws IndexOutOfBoundsException
- void read(db.Buffer buf, int offset) throws IOException
+ void read(db.Buffer buf, int offset) throws IndexOutOfBoundsException, IOException
modifiedmethod: write
added throws IndexOutOfBoundsException
- void write(db.Buffer buf, int offset) throws IOException
+ void write(db.Buffer buf, int offset) throws IndexOutOfBoundsException, IOException

10.2_PUBLIC

addedmethod: setBinaryData
void setBinaryData(int colIndex, byte[] bytes)
addedmethod: setNull
void setNull(int colIndex)

10.1_PUBLIC

addedmethod: setField
void setField(int colIndex, db.Field value)

10.0_PUBLIC

introducedInitial version