Uses of Class
com.exasol.adapter.sql.SqlPredicate
-
Packages that use SqlPredicate Package Description com.exasol.adapter.sql -
-
Uses of SqlPredicate in com.exasol.adapter.sql
Subclasses of SqlPredicate in com.exasol.adapter.sql Modifier and Type Class Description classAbstractSqlBinaryEqualityAbstract base for comparison operators with two operands.classAbstractSqlPredicateJsonThis class contains a common behavior for theSqlNodeType.PREDICATE_IS_JSONandSqlNodeType.PREDICATE_IS_NOT_JSONpredicates.classSqlPredicateAndANDpredicate.classSqlPredicateBetweenBetween predicate.classSqlPredicateEqualEqual predicate.classSqlPredicateInConstListThe type Sql predicate in const list.classSqlPredicateIsJsonThis class represents thePredicate.IS_JSONpredicate.classSqlPredicateIsNotJsonThis class represents thePredicate.IS_NOT_JSONpredicate.classSqlPredicateIsNotNullThe type Sql predicate is not null.classSqlPredicateIsNullThe type Sql predicate is null.classSqlPredicateLessLess predicate.classSqlPredicateLessEqualThe type Sql predicate less equal.classSqlPredicateLikeLIKEpredicateclassSqlPredicateLikeRegexpREGEXP_LIKEpredicate.classSqlPredicateNotNot predicate.classSqlPredicateNotEqualNot equal predicate.classSqlPredicateOrORpredicate.
-