Package cppclassanalyzer.database.tables
Class ArchivedGnuVtableDatabaseTable
java.lang.Object
cppclassanalyzer.database.tables.ArchivedGnuVtableDatabaseTable
- All Implemented Interfaces:
DatabaseTable<ArchivedGnuVtableSchema>
public class ArchivedGnuVtableDatabaseTable extends Object
-
Constructor Summary
Constructors Constructor Description ArchivedGnuVtableDatabaseTable(Table table)
-
Method Summary
Modifier and Type Method Description String
getName()
protected DBRecord
getRawRecord(long key)
protected DBRecord
getRawRecord(Field key)
ArchivedGnuVtableRecord
getRecord(long key)
ArchivedGnuVtableRecord
getRecord(Field key)
ArchivedGnuVtableSchema
getSchema()
Table
getTable()
-
Constructor Details
-
ArchivedGnuVtableDatabaseTable
-
-
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
-