Uses of Class
com.exasol.util.AbstractTree
-
Packages that use AbstractTree Package Description com.exasol.sql com.exasol.sql.expression com.exasol.sql.expression.function com.exasol.sql.expression.function.exasol com.exasol.util -
-
Uses of AbstractTree in com.exasol.sql
Subclasses of AbstractTree in com.exasol.sql Modifier and Type Class Description classUnnamedPlaceholderThis class implements a nameless placeholder ("?") in an SQL statement -
Uses of AbstractTree in com.exasol.sql.expression
Subclasses of AbstractTree in com.exasol.sql.expression Modifier and Type Class Description classAbstractBooleanExpressionAbstract base class for all types of BooleanExpressions.classAbstractValueExpressionAbstract base class for all types of value expressionsclassAndThis class represents a logical AND predicate.classBigDecimalLiteralThis class represents BigDecimal literals.classBinaryArithmeticExpressionThis class represents a binary arithmetic expression.classBooleanLiteralThis class represents boolean literals (read "true" and "false")classBooleanTermclassColumnReferenceThis class represents column reference.classComparisonclassDefaultValueTheDefaultValueis an expression that tells the database to take the default value for a column (in case it is defined).classDoubleLiteralThis class represents double literals.classExpressionTermStatic factory methods for SQL expressions.classFloatLiteralThis class represents float literals.classIntegerLiteralThis class represents integer literals.classLikeThis class represents a logical LIKE predicate.classLongLiteralThis class represents long literals.classNotThis class implements the logical unary NOT predicate.classNullLiteralThis class represents a null literal.classOrThis class represents a logical OR predicate.classStringLiteralThis class represents string literals (or character literals in SQL terms). -
Uses of AbstractTree in com.exasol.sql.expression.function
Subclasses of AbstractTree in com.exasol.sql.expression.function Modifier and Type Class Description classAbstractFunctionThis is a base class for functions. -
Uses of AbstractTree in com.exasol.sql.expression.function.exasol
Subclasses of AbstractTree in com.exasol.sql.expression.function.exasol Modifier and Type Class Description classCastExasolFunctionThis class represents the Exasol CAST function.classExasolFunctionThis class represents a function in the Exasol database.classExasolUdfThis class represents a User Defined Function in the Exasol database. -
Uses of AbstractTree in com.exasol.util
Subclasses of AbstractTree in com.exasol.util Modifier and Type Class Description classAbstractBottomUpTreeNodeThis is an abstract base class for nodes in a tree structure.classAbstractTreeNodeThis is an abstract base class for nodes in a tree structure.
-