Uses of Class
com.github.eikecochu.sqlbuilder.QueryPartImpl
-
Packages that use QueryPartImpl Package Description com.github.eikecochu.sqlbuilder com.github.eikecochu.sqlbuilder.oracle -
-
Uses of QueryPartImpl in com.github.eikecochu.sqlbuilder
Classes in com.github.eikecochu.sqlbuilder with type parameters of type QueryPartImpl Modifier and Type Class Description classQueryPartImpl<T extends QueryPartImpl<T>>Subclasses of QueryPartImpl in com.github.eikecochu.sqlbuilder Modifier and Type Class Description classConditionCondition to multiple statements, for example WHERE, JOIN etc.classConditionable<T extends Conditionable<T>>Abstract base class for condition like statements, generic to allow multiple origins, for example from WHERE, JOIN etc.classDeleteclassExistsclassFromclassGroupByclassHavingclassInsertclassJoinclassNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.classOrderByclassQueryclassSelectclassUnionclassUpdateclassWhereclassWithMethods in com.github.eikecochu.sqlbuilder with type parameters of type QueryPartImpl Modifier and Type Method Description <U extends QueryPartImpl<U>>
UQueryPartImpl. ext(U ext)Continue the building chain with any element, for example custom implemented expressions. -
Uses of QueryPartImpl in com.github.eikecochu.sqlbuilder.oracle
Subclasses of QueryPartImpl in com.github.eikecochu.sqlbuilder.oracle Modifier and Type Class Description classConnectByclassStartWith
-