Package cppclassanalyzer.database.schema
Class VtableSchema
java.lang.Object
db.Schema
cppclassanalyzer.database.schema.AbstractSchema<VtableRecord>
cppclassanalyzer.database.schema.VtableSchema
- All Implemented Interfaces:
DatabaseSchema<VtableRecord>
public final class VtableSchema extends AbstractSchema<VtableRecord>
-
Field Summary
Fields Modifier and Type Field Description static int[]
INDEXED_COLUMNS
static VtableSchema
SCHEMA
-
Method Summary
Modifier and Type Method Description VtableRecord
getRecord(DBRecord record)
Methods inherited from class cppclassanalyzer.database.schema.AbstractSchema
getNewRecord, getNewRecord
Methods inherited from class db.Schema
createRecord, createRecord, equals, getFieldCount, getFieldNames, getFields, getFixedLength, getKeyFieldType, getKeyName, getVersion, hashCode, hasSparseColumns, isSparseColumn, isVariableLength, toString
-
Field Details
-
SCHEMA
-
INDEXED_COLUMNS
public static final int[] INDEXED_COLUMNS
-
-
Method Details
-
getRecord
-