Uses of Class
org.apache.empire.db.expr.column.DBConvertExpr
Packages that use DBConvertExpr
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBConvertExpr in org.apache.empire.db
Methods in org.apache.empire.db that return DBConvertExprModifier and TypeMethodDescriptionfinal DBConvertExprCreates and returns a new DBFuncExpr object that will convert the current column to the destination data type specified.Creates a new DBFuncExpr object that will convert the current column to the destination data type specified.final DBConvertExprDBColumnExpr.toChar()Creates a new DBFuncExpr object (to_char SQL statement) with the parameters prefix = "to_char(" and postfix = ")"final DBConvertExprCreates a new DBFuncExpr object (to_char SQL statement) with the parameters prefix = "to_char(" and postfix = ", * '"+format+"')"