Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DBValueExpr |
DBDatabase.getNullExpr()
Creates and returns a value expression for NULL
|
DBValueExpr |
DBDatabase.getParamExpr(DBCmdParam param)
Creates and returns a value expression for a command parameter
|
DBValueExpr |
DBDatabase.getSystemDateExpr()
Creates and returns a value object for the database systems
current date and time.
|
DBValueExpr |
DBDatabase.getValueExpr(boolean value)
Creates and returns a value object for the given boolean value.
|
DBValueExpr |
DBDatabase.getValueExpr(int value)
Creates and returns a value object for the given integer value.
|
DBValueExpr |
DBDatabase.getValueExpr(long value)
Creates and returns a value object for the given long value.
|
DBValueExpr |
DBDatabase.getValueExpr(Object value,
DataType dataType)
Creates and returns a value object for the given scalar value.
|
DBValueExpr |
DBDatabase.getValueExpr(String value)
Creates and returns a value object for the given string value.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.