Class Tables
java.lang.Object
com.io7m.sunburst.inventory.internal.Tables
Convenience access to all tables in the default schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlobsThe tableBLOBS.static final PackageBlobsThe tablePACKAGE_BLOBS.static final PackageMetaThe tablePACKAGE_META.static final PackagesThe tablePACKAGES.static final SchemaVersionThe tableSCHEMA_VERSION. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOBS
The tableBLOBS. -
PACKAGE_BLOBS
The tablePACKAGE_BLOBS. -
PACKAGE_META
The tablePACKAGE_META. -
PACKAGES
The tablePACKAGES. -
SCHEMA_VERSION
The tableSCHEMA_VERSION.
-
-
Constructor Details
-
Tables
public Tables()
-