Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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 value.
|
DBValueExpr |
DBDatabase.getValueExpr(String value)
Creates and returns a value object for the given string value.
|
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.