Package cppclassanalyzer.database.tables
Class VtableDatabaseTable
java.lang.Object
cppclassanalyzer.database.tables.VtableDatabaseTable
- All Implemented Interfaces:
DatabaseTable<VtableSchema>
public class VtableDatabaseTable extends Object
-
Constructor Summary
Constructors Constructor Description VtableDatabaseTable(Table table)
-
Method Summary
Modifier and Type Method Description String
getName()
protected DBRecord
getRawRecord(long key)
protected DBRecord
getRawRecord(Field key)
VtableRecord
getRecord(long key)
VtableRecord
getRecord(Field key)
VtableSchema
getSchema()
Table
getTable()
-
Constructor Details
-
VtableDatabaseTable
-
-
Method Details
-
getSchema
-
getRecord
- Throws:
IOException
-
getRecord
- Throws:
IOException
-
getTable
- Specified by:
getTable
in interfaceDatabaseTable<T extends AbstractSchema<?>>
-
getName
- Specified by:
getName
in interfaceDatabaseTable<T extends AbstractSchema<?>>
-
getRawRecord
- Throws:
IOException
-
getRawRecord
- Throws:
IOException
-