| Package | Description |
|---|---|
| org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
DBAliasExpr |
DBColumnExpr.as(DBColumn column)
creates a new DBAliasExpr which renames the current expression to the name of the supplied column.
|
DBAliasExpr |
DBColumnExpr.as(String alias)
creates a new DBAliasExpr which renames the current expression to the supplied name.
|
DBAliasExpr |
DBColumn.coalesceColumn(Object nullValue)
Creates a column expression with coalesce and renames it to this column
|
DBAliasExpr |
DBColumnExpr.qualified()
returns an expression that renames the column with its alias name
|
DBAliasExpr |
DBColumn.qualified()
returns an expression that renames the column with its alias name
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.