Uses of Class
org.apache.empire.db.expr.column.DBFuncExpr
Packages that use DBFuncExpr
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains SQL-generator classes for compare expressions used in the where and having clause.
-
Uses of DBFuncExpr in org.apache.empire.db
Methods in org.apache.empire.db that return DBFuncExprModifier and TypeMethodDescriptionfinal DBFuncExprDBColumnExpr.abs()Creates and returns a sql-expression for the absolute abs() function.final DBFuncExprDBColumnExpr.avg()Creates and returns an aggregation function object which returns the average value for the current expression over a group of rows.final DBFuncExprDBColumnExpr.ceiling()Create and returns an expression for the SQL-function ceil()final DBFuncExprDBColumnExpr.day()Creates and returns an function object that calculates the day of a date value.final DBFuncExprDBColumnExpr.floor()Create and returns an expression for the SQL-function floor()final DBFuncExprFormats a column-expression using a format string This function is intended for formatting numbers.protected final DBFuncExprDBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase, Object[] params) protected DBFuncExprDBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase, Object[] params, DataType dataType) Creates a new DBFuncExpr from a given SQL-PRHASE and optional additional parameters.final DBFuncExprCreates and returns a sql-expression that returns the position of a string in the current column expression.final DBFuncExprOverloaded.final DBFuncExprCreates and returns a sql-expression that returns the position of a string in the current column expression.final DBFuncExprDBColumnExpr.length()Creates and returns a sql-expression that returns the string length of this expression.final DBFuncExprDBColumnExpr.lower()Creates and returns a function object which converts the current expression to lower case.final DBFuncExprDBColumnExpr.max()Creates and returns an aggregation function object which returns the maximum value for the current expression over a group of rows.final DBFuncExprDBColumnExpr.min()Creates and returns an aggregation function object which returns the minimum value for the current expression over a group of rows.final DBFuncExprCreates a sql-expression for the modulo or mod() function.final DBFuncExprDBColumnExpr.month()Creates and returns an function object that calculates the month of a date value.Puts a value or expression before the current expressionfinal DBFuncExprCreates and returns a sql-expression for the replace(...) function.final DBFuncExprDBColumnExpr.reverse()Creates and returns a sql-expression for the reverse(...) function.final DBFuncExprDBColumnExpr.round(int decimals) Creates and returns an function object that rounds a number espression with the given decimals.final DBFuncExprCreates and returns string aggregation expressionfinal DBFuncExprDBColumnExpr.stringAgg(String separator, DBOrderByExpr orderBy) Creates and returns string aggregation expressionDBColumnExpr.substring(int pos) Overloaded.DBColumnExpr.substring(int pos, int count) Overloaded.Overloaded.final DBFuncExprCreates and returns a sql-expression for the substring(...) function.Overloaded.final DBFuncExprCreates and returns a sql-expression for the substring(...) function.final DBFuncExprDBColumnExpr.sum()Creates and returns an aggregation function object which calculates the sum for the current expression over a group of rows.final DBFuncExprDBColumnExpr.trim()Creates and returns a sql-expression for the trim() function.final DBFuncExprDBColumnExpr.trimLeft()Creates and returns a sql-expression for the ltrim() function.final DBFuncExprDBColumnExpr.trimRight()Creates and returns a sql-expression for the rtrim() function.final DBFuncExprDBColumnExpr.trunc(int decimals) Creates and returns an function object that truncates a number espression with the given decimals.final DBFuncExprDBColumnExpr.upper()Creates and returns a function object which converts the current expression to upper case.final DBFuncExprDBColumnExpr.year()Creates and returns an function object that calculates the year of a date value. -
Uses of DBFuncExpr in org.apache.empire.db.expr.compare
Fields in org.apache.empire.db.expr.compare declared as DBFuncExpr