Constant Field Values
Contents
dev.plex.*
-
Modifier and TypeConstant FieldValue
private static final String
"INSERT INTO `permissions` (`uuid`, `permission`, `allowed`) VALUES(?, ?, ?)"
private static final String
"DELETE FROM `permissions` WHERE uuid=? AND permission=?"
private static final String
"SELECT * FROM `permissions` WHERE uuid=?"
private static final String
"UPDATE `permissions` SET allowed=? WHERE uuid=? AND permission=?"
-
Modifier and TypeConstant FieldValue
private final String
"INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `rank`, `adminActive`, `ips`, `coins`, `vanished`, `commandspy`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);"
private final String
"SELECT * FROM `players` WHERE uuid=?"
private final String
"UPDATE `players` SET name=?, login_msg=?, prefix=?, rank=?, adminActive=?, ips=?, coins=?, vanished=?, commandspy=? WHERE uuid=?"
-
Modifier and TypeConstant FieldValue
private static final String
"INSERT INTO `punishments` (`punished`, `punisher`, `punishedUsername`, `ip`, `type`, `reason`, `customTime`, `active`, `endDate`) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)"
private static final String
"SELECT * FROM `punishments` WHERE punished=?"
private static final String
"SELECT * FROM `punishments` WHERE punisher=?"
private static final String
"UPDATE `punishments` SET active=? WHERE active=? AND punished=? AND type=?"