Uses of Class
com.github.eikecochu.sqlbuilder.Conditionable
-
Packages that use Conditionable Package Description com.github.eikecochu.sqlbuilder com.github.eikecochu.sqlbuilder.oracle -
-
Uses of Conditionable in com.github.eikecochu.sqlbuilder
Classes in com.github.eikecochu.sqlbuilder with type parameters of type Conditionable Modifier and Type Class Description classConditionable<T extends Conditionable<T>>Abstract base class for condition like statements, generic to allow multiple origins, for example from WHERE, JOIN etc.classConditionBiValue<T extends Conditionable<T>>The ConditionBiValue is used for the BETWEEN operator, to restrict values to two.classConditionPart<T extends Conditionable<T>>The ConditionPart is a part of the conditionable expression.classConditionValue<T extends Conditionable<T>>The condition value that is used to represent values to use for conditions.classNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.Subclasses of Conditionable in com.github.eikecochu.sqlbuilder Modifier and Type Class Description classConditionCondition to multiple statements, for example WHERE, JOIN etc.classHavingThe HAVING expression.classJoinThe JOIN expression.classNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.classWhereThe WHERE expression.Methods in com.github.eikecochu.sqlbuilder that return Conditionable Modifier and Type Method Description Conditionable<Join>Join. on()Set join conditionsConstructors in com.github.eikecochu.sqlbuilder with parameters of type Conditionable Constructor Description ConditionPart(Conditionable<T> conditionable, java.lang.String name) -
Uses of Conditionable in com.github.eikecochu.sqlbuilder.oracle
Subclasses of Conditionable in com.github.eikecochu.sqlbuilder.oracle Modifier and Type Class Description classConnectByConnectBy statement Supported by Oracle 11gclassStartWithStartWith statement Supported by Oracle 11g
-