JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Package
org.seasar.doma.jdbc.criteria.expression
Packages that use
org.seasar.doma.jdbc.criteria.expression
Package
Description
org.seasar.doma.jdbc.criteria.expression
Provides classes that represent the SQL expressions.
Classes in
org.seasar.doma.jdbc.criteria.expression
used by
org.seasar.doma.jdbc.criteria.expression
Class and Description
AggregateFunction
AggregateFunction.AbstractFunction
AggregateFunction.Asterisk
AggregateFunction.Avg
AggregateFunction.AvgAsDouble
AggregateFunction.Count
AggregateFunction.Max
AggregateFunction.Min
AggregateFunction.Sum
AliasExpression
Used to add an alias to a column in the select clause.
ArithmeticExpression
ArithmeticExpression.AbstractArithmeticExpression
ArithmeticExpression.Add
ArithmeticExpression.Div
ArithmeticExpression.Mod
ArithmeticExpression.Mul
ArithmeticExpression.Sub
CaseExpression
CaseExpression.Declaration
LiteralExpression
SelectExpression
SelectExpression.Declaration
StringExpression
StringExpression.Concat
StringExpression.Lower
StringExpression.Ltrim
StringExpression.OneArgumentStringExpression
StringExpression.Rtrim
StringExpression.Trim
StringExpression.TwoArgumentsStringExpression
StringExpression.Upper
UserDefinedExpression
Represents a user-defined expression.
UserDefinedExpression.Declaration
Declaration of UserDefinedExpression
UserDefinedExpression.DeclarationItem
UserDefinedExpression.DeclarationItem.CutbackSql
UserDefinedExpression.DeclarationItem.Expression
UserDefinedExpression.DeclarationItem.Sql
UserDefinedExpression.DeclarationItem.Visitor
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes