| Package | Description |
|---|---|
| me.saharnooby.lib.query.query | |
| me.saharnooby.lib.query.query.impl |
| Modifier and Type | Method and Description |
|---|---|
static Update |
Query.update(@NonNull String tableName) |
static Update |
Query.update(@NonNull String database,
@NonNull String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.value(@NonNull String column,
@NonNull Object value)
Adds a value to be set for the specified column.
|
Update |
Update.valueExpr(@NonNull String column,
@NonNull String expr,
Object... params)
Adds an SQL expression value to be set for the specified column.
|
Update |
Update.valueNull(@NonNull String column)
Adds a
NULL value for the specified column. |
Update |
Update.valueNullable(@NonNull String column,
Object value)
If specified value is null, adds a
NULL value for the specified column,
otherwise adds specified value as value for the column. |
Copyright © 2021. All rights reserved.