Uses of Package
io.github.ajevans.dbcode.data.structures
Package | Description |
---|---|
io.github.ajevans.dbcode.data.io |
Provides the interfaces and classes for links between abstract data
suppliers and consumers.
|
io.github.ajevans.dbcode.data.structures |
Provides the interfaces and classes for transferable data structures.
|
io.github.ajevans.dbcode.dbconsumers |
Provides the classes necessary to write to various
database / file system types.
|
io.github.ajevans.dbcode.filesuppliers |
Provides the classes for parsing different
data file types.
|
-
Classes in io.github.ajevans.dbcode.data.structures used by io.github.ajevans.dbcode.data.io Class Description IDataset Interface for classes that will contain one or more indexed objects implementingIRecordHolder
.IRecord Interface for records containing one or more indexed values. -
Classes in io.github.ajevans.dbcode.data.structures used by io.github.ajevans.dbcode.data.structures Class Description IDataset Interface for classes that will contain one or more indexed objects implementingIRecordHolder
.IMetadata Minimal interface for metadata objects.IRecord Interface for records containing one or more indexed values.IRecordHolder Interface for a container for one or more indexed records implementingIRecord
.Metadata Class for generic metadata (i.e. -
Classes in io.github.ajevans.dbcode.data.structures used by io.github.ajevans.dbcode.dbconsumers Class Description IDataset Interface for classes that will contain one or more indexed objects implementingIRecordHolder
.IMetadata Minimal interface for metadata objects.IRecord Interface for records containing one or more indexed values. -
Classes in io.github.ajevans.dbcode.data.structures used by io.github.ajevans.dbcode.filesuppliers Class Description IDataset Interface for classes that will contain one or more indexed objects implementingIRecordHolder
.IRecord Interface for records containing one or more indexed values.Table Generic table class containing one or moreIRecord
objects, usually but not by necessity,Rows
.TabulatedDataset Dataset containing one or moreIRecordHolder
objects, usually but not by necessity,Table
objects.