Uses of Class
io.github.ajevans.dbcode.data.structures.Table
Package | Description |
---|---|
io.github.ajevans.dbcode.filesuppliers |
Provides the classes for parsing different
data file types.
|
-
Uses of Table in io.github.ajevans.dbcode.filesuppliers
Methods in io.github.ajevans.dbcode.filesuppliers with parameters of type Table Modifier and Type Method Description private ArrayList<IRecord>
CruTs2pt1Supplier. getParsedDataBlockAsRows(Table table)
Deprecated.Reads a data block and turns it into records.void
CruTs2pt1Supplier. readTable(Table table)
Deprecated.Fills a table with data.