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