{ "name": "FixedField10", "comment": "FixedField10 provide an unsigned 10-byte fixed-length field value.\n The most-significant byte corresponds to index-0 (i.e., data[0]).", "javadoc": "\u003ccode\u003eFixedField10\u003c/code\u003e provide an unsigned 10-byte fixed-length field value.\n The most-significant byte corresponds to index-0 (i.e., data[0]).", "static": false, "implements": [], "extends": "db.FixedField", "fields": [ { "name": "ZERO_VALUE", "comment": "Zero fixed10 field value", "javadoc": "Zero fixed10 field value", "static": true, "type_long": "db.FixedField10", "type_short": "FixedField10", "constant_value": null }, { "name": "MIN_VALUE", "comment": "Minimum long field value", "javadoc": "Minimum long field value", "static": true, "type_long": "db.FixedField10", "type_short": "FixedField10", "constant_value": null }, { "name": "MAX_VALUE", "comment": "Maximum long field value", "javadoc": "Maximum long field value", "static": true, "type_long": "db.FixedField10", "type_short": "FixedField10", "constant_value": null }, { "name": "INSTANCE", "comment": "Instance intended for defining a Table Schema", "javadoc": "Instance intended for defining a {@link Table} {@link Schema}", "static": true, "type_long": "db.FixedField10", "type_short": "FixedField10", "constant_value": null }, { "name": "lo2", "comment": "", "javadoc": "", "static": false, "type_long": "short", "type_short": "short", "constant_value": null }, { "name": "hi8", "comment": "", "javadoc": "", "static": false, "type_long": "long", "type_short": "long", "constant_value": null } ], "methods": [ { "name": "\u003cinit\u003e", "comment": "Construct a 10-byte fixed-length field with an initial value of 0.", "javadoc": "Construct a 10-byte fixed-length field with an initial value of 0.", "static": false, "params": [], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "\u003cinit\u003e", "comment": "Construct a 10-byte fixed-length field with an initial value of data.", "javadoc": "Construct a 10-byte fixed-length field with an initial value of data.\n@param data initial 10-byte binary value. A null corresponds to zero value \n and does not affect the null-state (see {@link #setNull()} and {@link #isNull()}).\n@throws IllegalArgumentException thrown if data is not 10-bytes in length", "static": false, "params": [ { "name": "data", "type_long": "byte[]", "type_short": "byte[]", "comment": "initial 10-byte binary value. A null corresponds to zero value \n and does not affect the null-state (see #setNull() and #isNull())." } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "\u003cinit\u003e", "comment": "Construct a 10-byte fixed-length binary field with an initial value of data.", "javadoc": "Construct a 10-byte fixed-length binary field with an initial value of data.\n@param data initial 10-byte binary value. A null corresponds to zero value \n and does not affect the null-state (see {@link #setNull()} and {@link #isNull()}).\n@param immutable true if field value is immutable\n@throws IllegalArgumentException thrown if data is not 10-bytes in length", "static": false, "params": [ { "name": "data", "type_long": "byte[]", "type_short": "byte[]", "comment": "initial 10-byte binary value. A null corresponds to zero value \n and does not affect the null-state (see #setNull() and #isNull())." }, { "name": "immutable", "type_long": "boolean", "type_short": "boolean", "comment": "true if field value is immutable" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "hi8", "type_long": "long", "type_short": "long", "comment": "" }, { "name": "lo2", "type_long": "short", "type_short": "short", "comment": "" }, { "name": "immutable", "type_long": "boolean", "type_short": "boolean", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "compareTo", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "o", "type_long": "db.Field", "type_short": "Field", "comment": "" } ], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "compareTo", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "buffer", "type_long": "db.buffers.DataBuffer", "type_short": "DataBuffer", "comment": "" }, { "name": "offset", "type_long": "int", "type_short": "int", "comment": "" } ], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "copyField", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.FixedField", "type_short": "FixedField", "comment": "" }, "throws": [] }, { "name": "newField", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.FixedField", "type_short": "FixedField", "comment": "" }, "throws": [] }, { "name": "getMinValue", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.FixedField", "type_short": "FixedField", "comment": "" }, "throws": [] }, { "name": "getMaxValue", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "db.FixedField", "type_short": "FixedField", "comment": "" }, "throws": [] }, { "name": "getBinaryData", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "byte[]", "type_short": "byte[]", "comment": "" }, "throws": [] }, { "name": "setBinaryData", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "d", "type_long": "byte[]", "type_short": "byte[]", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "updatePrimitiveValue", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "d", "type_long": "byte[]", "type_short": "byte[]", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "setNull", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "getFieldType", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "byte", "type_short": "byte", "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": "int", "type_short": "int", "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": "int", "type_short": "int", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "readLength", "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": "int", "type_short": "int", "comment": "" }, "throws": [ { "type_long": "java.io.IOException", "type_short": "IOException", "comment": "" } ] }, { "name": "length", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "hashCode", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "int", "type_short": "int", "comment": "" }, "throws": [] }, { "name": "equals", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "obj", "type_long": "java.lang.Object", "type_short": "Object", "comment": "" } ], "return": { "type_long": "boolean", "type_short": "boolean", "comment": "" }, "throws": [] }, { "name": "getValueAsString", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "java.lang.String", "type_short": "String", "comment": "" }, "throws": [] } ] }