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.classConditionPart<T extends Conditionable<T>>classConditionValue<T extends Conditionable<T>>static classConditionValue.ConditionBiValue<T extends Conditionable<T>>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.classHavingclassJoinclassNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.classWhereMethods 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 classConnectByclassStartWith
-