Uses of Class
com.exasol.adapter.sql.Predicate
-
Packages that use Predicate Package Description com.exasol.adapter.capabilities com.exasol.adapter.sql -
-
Uses of Predicate in com.exasol.adapter.capabilities
Methods in com.exasol.adapter.capabilities that return Predicate Modifier and Type Method Description PredicatePredicateCapability. getPredicate()Gets predicate. -
Uses of Predicate in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return Predicate Modifier and Type Method Description PredicateSqlPredicate. getFunction()Gets function.static PredicatePredicate. valueOf(String name)Returns the enum constant of this type with the specified name.static Predicate[]Predicate. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.adapter.sql with parameters of type Predicate Constructor Description AbstractSqlBinaryEquality(Predicate function, SqlNode left, SqlNode right)Instantiates a new Abstract sql binary equality.AbstractSqlPredicateJson(Predicate predicate, SqlNode expression, AbstractSqlPredicateJson.TypeConstraints typeConstraint, AbstractSqlPredicateJson.KeyUniquenessConstraint keyUniquenessConstraint)Instantiates a new Abstract sql predicate json.SqlPredicate(Predicate function)Instantiates a new Sql predicate.
-