{ "name": "SparseRecord", "comment": "", "javadoc": "", "static": false, "implements": [], "extends": "db.DBRecord", "fields": [], "methods": [ { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "schema", "type_long": "db.Schema", "type_short": "Schema", "comment": "" }, { "name": "key", "type_long": "db.Field", "type_short": "Field", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "computeLength", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "write", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "buf", "type_long": "db.Buffer", "type_short": "Buffer", "comment": "" }, { "name": "offset", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "read", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "buf", "type_long": "db.Buffer", "type_short": "Buffer", "comment": "" }, { "name": "offset", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "changeInSparseStorage", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "newValue", "type_long": "long", "type_short": "long", "comment": "" } ], "return": { "type_long": "boolean", "type_short": "boolean", "comment": "" }, "throws": [] }, { "name": "setField", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "db.Field", "type_short": "Field", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setLongValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "long", "type_short": "long", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setIntValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setShortValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "short", "type_short": "short", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setByteValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "byte", "type_short": "byte", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setBooleanValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "colIndex", "type_long": "int", "type_short": "int", "comment": "" }, { "name": "value", "type_long": "boolean", "type_short": "boolean", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] } ] }