{ "name": "LegacyIndexField", "comment": "LegacyIndexField supports legacy index tables where the indexed\n field was a LongField and improperly employed a variable-length\n index storage scheme when the primary key was a LongField.", "javadoc": "\u003ccode\u003eLegacyIndexField\u003c/code\u003e supports legacy index tables where the indexed\n field was a {@link LongField} and improperly employed a variable-length\n index storage scheme when the primary key was a LongField.", "static": false, "implements": [], "extends": "db.IndexField", "fields": [], "methods": [ { "name": "\u003cinit\u003e", "comment": "Constructor", "javadoc": "Constructor\n@param indexField primary table field type being indexed", "static": false, "params": [ { "name": "indexField", "type_long": "db.Field", "type_short": "Field", "comment": "primary table field type being indexed" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "\u003cinit\u003e", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "indexField", "type_long": "db.Field", "type_short": "Field", "comment": "" }, { "name": "primaryKey", "type_long": "db.LongField", "type_short": "LongField", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "isVariableLength", "comment": "", "javadoc": "", "static": false, "params": [], "return": { "type_long": "boolean", "type_short": "boolean", "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": "newIndexField", "comment": "", "javadoc": "", "static": false, "params": [ { "name": "indexValue", "type_long": "db.Field", "type_short": "Field", "comment": "" }, { "name": "primaryKey", "type_long": "db.Field", "type_short": "Field", "comment": "" } ], "return": { "type_long": "db.LegacyIndexField", "type_short": "LegacyIndexField", "comment": "" }, "throws": [] } ] }