Dieser Commit ist enthalten in:
Ursprung
eedc949672
Commit
f07ad1cbf5
@ -36,7 +36,7 @@ public class Script {
|
|||||||
|
|
||||||
private static final SelectStatement<Script> select = table.select(Table.PRIMARY);
|
private static final SelectStatement<Script> select = table.select(Table.PRIMARY);
|
||||||
private static final SelectStatement<Script> selectNameUser = table.select("nameUser");
|
private static final SelectStatement<Script> selectNameUser = table.select("nameUser");
|
||||||
private static final SelectStatement<Script> list = new SelectStatement<Script>(table, "SELECT Id, User, Name FROM Script WHERE User = ?");
|
private static final SelectStatement<Script> list = new SelectStatement<>(table, "SELECT Id, User, Name FROM Script WHERE User = ?");
|
||||||
|
|
||||||
private static final Statement update = table.updateFields(new String[]{"name"}, Table.PRIMARY);
|
private static final Statement update = table.updateFields(new String[]{"name"}, Table.PRIMARY);
|
||||||
private static final Statement insert = table.insertAll();
|
private static final Statement insert = table.insertAll();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren