Modifier and Type |
Method and Description |
static Update |
create() |
static Update |
create(Class<? extends IEntity> entityClass) |
static Update |
create(IDatabase owner) |
static Update |
create(IDatabase owner,
String dataSourceName) |
static Update |
create(IDatabase owner,
String dataSourceName,
Class<? extends IEntity> entityClass) |
static Update |
create(IDatabase owner,
String dataSourceName,
String tableName) |
static Update |
create(IDatabase owner,
String dataSourceName,
String tableName,
boolean safePrefix) |
static Update |
create(IDatabase owner,
String dataSourceName,
String prefix,
Class<? extends IEntity> entityClass) |
static Update |
create(IDatabase owner,
String dataSourceName,
String prefix,
Class<? extends IEntity> entityClass,
String alias) |
static Update |
create(IDatabase owner,
String dataSourceName,
String tableName,
String alias) |
static Update |
create(IDatabase owner,
String dataSourceName,
String tableName,
String alias,
boolean safePrefix) |
static Update |
create(IDatabase owner,
String dataSourceName,
String prefix,
String tableName,
String alias) |
static Update |
create(IDatabase owner,
String dataSourceName,
String prefix,
String tableName,
String alias,
boolean safePrefix) |
static Update |
create(Query<?> query) |
static Update |
create(Query<?> query,
String prefix,
String tableName,
String alias,
boolean safePrefix) |
static Update |
create(String tableName) |
static Update |
create(String tableName,
boolean safePrefix) |
static Update |
create(String prefix,
Class<? extends IEntity> entityClass) |
static Update |
create(String prefix,
Class<? extends IEntity> entityClass,
String alias) |
static Update |
create(String tableName,
String alias) |
static Update |
create(String tableName,
String alias,
boolean safePrefix) |
static Update |
create(String prefix,
String tableName,
String alias) |
static Update |
create(String prefix,
String tableName,
String alias,
boolean safePrefix) |
int |
execute() |
Update |
field(Fields fields) |
Update |
field(Fields fields,
boolean wrapIdentifier) |
Update |
field(String field) |
Update |
field(String field,
boolean wrapIdentifier) |
Update |
field(String prefix,
Fields fields) |
Update |
field(String prefix,
Fields fields,
boolean wrapIdentifier) |
Update |
field(String prefix,
String field) |
Update |
field(String prefix,
String field,
boolean wrapIdentifier) |
Update |
field(String prefix,
String field,
String alias) |
Update |
field(String prefix,
String field,
String alias,
boolean wrapIdentifier) |
Fields |
fields() |
Update |
innerJoin(Select select,
Cond on) |
Update |
innerJoin(String from,
Cond on) |
Update |
innerJoin(String from,
String alias,
Cond on) |
Update |
innerJoin(String prefix,
String from,
String alias,
Cond on) |
Update |
innerJoin(String prefix,
String from,
String alias,
Cond on,
boolean safePrefix) |
Update |
join(Join join) |
Update |
leftJoin(Select select,
Cond on) |
Update |
leftJoin(String from,
Cond on) |
Update |
leftJoin(String from,
String alias,
Cond on) |
Update |
leftJoin(String prefix,
String from,
String alias,
Cond on) |
Update |
leftJoin(String prefix,
String from,
String alias,
Cond on,
boolean safePrefix) |
Update |
param(Object param) |
Update |
param(Params params) |
Params |
params() |
Update |
rightJoin(Select select,
Cond on) |
Update |
rightJoin(String from,
Cond on) |
Update |
rightJoin(String from,
String alias,
Cond on) |
Update |
rightJoin(String prefix,
String from,
String alias,
Cond on) |
Update |
rightJoin(String prefix,
String from,
String alias,
Cond on,
boolean safePrefix) |
Update |
table(Class<? extends IEntity> entityClass) |
Update |
table(Class<? extends IEntity> entityClass,
boolean safePrefix) |
Update |
table(Class<? extends IEntity> entityClass,
String alias) |
Update |
table(Class<? extends IEntity> entityClass,
String alias,
boolean safePrefix) |
Update |
table(String tableName) |
Update |
table(String prefix,
Class<? extends IEntity> entityClass,
String alias) |
Update |
table(String prefix,
Class<? extends IEntity> entityClass,
String alias,
boolean safePrefix) |
Update |
table(String tableName,
String alias) |
Update |
table(String prefix,
String from,
String alias) |
Update |
table(String prefix,
String from,
String alias,
boolean safePrefix) |
SQL |
toSQL() |
String |
toString() |
Where |
where() |
Update |
where(Cond cond) |
Update |
where(Where where) |