Class Tables

java.lang.Object
com.io7m.stonesignal.server.database.internal.Tables

public class Tables extends Object
Convenience access to all tables in the default schema.
  • Field Details

    • AUDIT

      public static final Audit AUDIT
      The table AUDIT.
    • DEVICE_LOCATION_UPDATES

      public static final DeviceLocationUpdates DEVICE_LOCATION_UPDATES
      The table DEVICE_LOCATION_UPDATES.
    • DEVICES

      public static final Devices DEVICES
      The table DEVICES.
    • SCHEMA_VERSION

      public static final SchemaVersion SCHEMA_VERSION
      The table SCHEMA_VERSION.
  • Constructor Details

    • Tables

      public Tables()