Uses of Interface
com.github.eikecochu.sqlbuilder.QueryPart
-
Packages that use QueryPart Package Description com.github.eikecochu.sqlbuilder com.github.eikecochu.sqlbuilder.oracle -
-
Uses of QueryPart in com.github.eikecochu.sqlbuilder
Subinterfaces of QueryPart in com.github.eikecochu.sqlbuilder Modifier and Type Interface Description interfaceBeforeDeleteImplemented by keywords that precede the DELETE statement.interfaceBeforeFromImplemented by keywords that precede the FROM statement.interfaceBeforeGroupByImplemented by keywords that precede the GROUP BY statement.interfaceBeforeHavingImplemented by keywords that precede the HAVING statement.interfaceBeforeInsertImplemented by keywords that precede the INSERT statement.interfaceBeforeJoinImplemented by keywords that precede the JOIN statement.interfaceBeforeOrderByImplemented by keywords that precede the ORDER BY statement.interfaceBeforeSelectImplemented by keywords that precede the SELECT statement.interfaceBeforeUnioninterfaceBeforeUpdateImplemented by keywords that precede the UPDATE statement.interfaceBeforeWhereImplemented by keywords that precede the WHERE statement.interfaceBeforeWithImplemented by keywords that precede the WITH statement.interfaceQueryBuilderClasses in com.github.eikecochu.sqlbuilder that implement QueryPart 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.static classConditionable.OperatorclassConditionPart<T extends Conditionable<T>>static classConditionPart.Operatorstatic classConditionValue.ConditionValueTypeclassDeleteclassExistsclassExpressionclassFromclassGroupByclassHavingclassInsertclassJoinstatic classJoin.JoinModeclassNameclassNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.classOrderByclassQueryclassQueryPartImpl<T extends QueryPartImpl<T>>classSelectclassUnionclassUpdateclassWhereclassWithMethods in com.github.eikecochu.sqlbuilder with parameters of type QueryPart Modifier and Type Method Description TQueryPartImpl. parent(QueryPart parent)Set the parent of this expressionConstructors in com.github.eikecochu.sqlbuilder with parameters of type QueryPart Constructor Description Conditionable(QueryPart parent)QueryPartImpl(QueryPart parent) -
Uses of QueryPart in com.github.eikecochu.sqlbuilder.oracle
Classes in com.github.eikecochu.sqlbuilder.oracle that implement QueryPart Modifier and Type Class Description classConnectByclassStartWithConstructors in com.github.eikecochu.sqlbuilder.oracle with parameters of type QueryPart Constructor Description ConnectBy(QueryPart parent)
-