DBRecord

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: setNull
void setNull(int colIndex)

10.1_PUBLIC

modifiedmethod: hasSameSchema
param 1 renamed: schema → otherSchema
- boolean hasSameSchema(db.Schema schema)
+ boolean hasSameSchema(db.Schema otherSchema)

10.0_PUBLIC

introducedInitial version