Uses of Interface
com.mckoi.database.RawDiagnosticTable
-
Packages that use RawDiagnosticTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of RawDiagnosticTable in com.mckoi.database
Methods in com.mckoi.database that return RawDiagnosticTable Modifier and Type Method Description RawDiagnosticTable
TableDataConglomerate. getDiagnosticTable(java.lang.String table_file_name)
Returns a RawDiagnosticTable object that is used for diagnostics of the table with the given file name.
-