Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.empire.db.expr.column Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
DBAbstractFuncExprThis implements some basic functionality for SQL functions based on a column expressionSee Also:Serialized FormClassorg.apache.empire.db.expr.columnApache Empire DB
DBAliasExprThis class allows column renaming in SQL.Classorg.apache.empire.db.expr.columnApache Empire DB
DBCalcExprThis class is used for performing calculations in SQL It handles the mathematical operations ("+", "-", "*", "/") for the current column.Classorg.apache.empire.db.expr.columnApache Empire DB
DBCaseExprThis class is used to add the "case when ?=A then X else Y end" statement to the SQL-Command.Classorg.apache.empire.db.expr.columnApache Empire DB
DBConcatExprThis class is used for performing string concatenation in SQL There is no need to explicitly create instances of this class.Classorg.apache.empire.db.expr.columnApache Empire DB
DBConvertExprThis class is used to convert a value to a different data type.Classorg.apache.empire.db.expr.columnApache Empire DB
DBCountExprThis class is used to add the "count" statement to the SQL-Command.Classorg.apache.empire.db.expr.columnApache Empire DB
DBDecodeExprThis class is used to decode a set of keys to the corresponding target values.Classorg.apache.empire.db.expr.columnApache Empire DB
DBFuncExprThis class is used for performing various SQL functions on a column or column expression.Classorg.apache.empire.db.expr.columnApache Empire DB
DBValueExprThis class is used for declaring constant values in SQL.Classorg.apache.empire.db.expr.columnApache Empire DB