Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<DBSetExpr> |
DBCommand.set |
Modifier and Type | Method and Description |
---|---|
DBSetExpr |
DBColumn.to(Object value)
Creates and returns a new DBSetExpr object.
|
Modifier and Type | Method and Description |
---|---|
List<DBSetExpr> |
DBCommand.getSetExpressions()
Returns all set expressions as unmodifiable list
|
Modifier and Type | Method and Description |
---|---|
void |
DBCommand.set(DBSetExpr... exprs)
Adds a list of set expressions to this command
Use column.to(...) to create a set expression
|
void |
DBCommand.set(DBSetExpr expr)
Adds a single set expressions to this command
Use column.to(...) to create a set expression
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.