Class Tables
java.lang.Object
com.soulfiremc.server.database.generated.Tables
Convenience access to all tables in the default schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstanceAuditLogsThe tableINSTANCE_AUDIT_LOGS.static final InstancesThe tableINSTANCES.static final ScriptsThe tableSCRIPTS.static final ServerConfigThe tableSERVER_CONFIG.static final UsersThe tableUSERS. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE_AUDIT_LOGS
The tableINSTANCE_AUDIT_LOGS. -
INSTANCES
The tableINSTANCES. -
SCRIPTS
The tableSCRIPTS. -
SERVER_CONFIG
The tableSERVER_CONFIG. -
USERS
The tableUSERS.
-
-
Constructor Details
-
Tables
public Tables()
-