A C D E F G H I J L M N O P Q R S T U V W X Y

L

length() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression that returns the string length of this expression.
like(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "like" operator.
like(String, char) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "like" operator.
likeLower(String) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "like" operator.
likeUpper(String) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "like" operator.
lower() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a function object which converts the current expression to lower case.

A C D E F G H I J L M N O P Q R S T U V W X Y