| Package | Description |
|---|---|
| org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
DBConvertExpr |
DBColumnExpr.convertTo(DataType dataType)
Creates and returns a new DBFuncExpr object that will
convert the current column to the destination data type specified.
|
DBConvertExpr |
DBColumnExpr.convertTo(DataType dataType,
Object format)
Creates a new DBFuncExpr object that will convert
the current column to the destination data type specified.
|
DBConvertExpr |
DBColumnExpr.toChar()
Creates a new DBFuncExpr object (to_char SQL statement)
with the parameters prefix = "to_char(" and postfix = ")"
|
DBConvertExpr |
DBColumnExpr.toChar(String format)
Creates a new DBFuncExpr object (to_char SQL statement)
with the parameters prefix = "to_char(" and postfix = ", *
'"+format+"')"
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.