public abstract class UserIDTable extends Table
Modifier and Type | Field and Description |
---|---|
protected String |
columnUserID |
protected UsersTable |
usersTable |
db, tableName, usingMySQL
Constructor and Description |
---|
UserIDTable(String name,
SQLDB db,
boolean usingMySQL) |
Modifier and Type | Method and Description |
---|---|
void |
removeUser(UUID uuid) |
addColumns, close, commit, createTable, createTable, equals, execute, executeUnsafe, getConnection, getDb, getTableName, getVersion, hashCode, removeAllData, removeColumns, toString
protected final String columnUserID
protected final UsersTable usersTable
public void removeUser(UUID uuid) throws SQLException
SQLException
Copyright © 2017. All rights reserved.