Uses of Class
com.github.eikecochu.sqlbuilder.QueryPartImpl
-
Packages that use QueryPartImpl Package Description com.github.eikecochu.sqlbuilder com.github.eikecochu.sqlbuilder.mssql com.github.eikecochu.sqlbuilder.mysql 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>>The default QueryPart implementation used by most expressions.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.classDeleteThe DELETE expression.classExistsThe EXISTS expression.classExpressionExpressions are used to create stored procedure calls.classFromThe FROM expression.classGroupByThe GROUP BY expression.classHavingThe HAVING expression.classInsertThe INSERT expression.classJoinThe JOIN expression.classNestedCondition<T extends Conditionable<T>>Condition to multiple statements, for example WHERE, JOIN etc.classOrderByThe ORDER BY expression.classQueryThe Query class is the final class of the building process and describes a complete query.classSelectThe SELECT expression.classUnionThe UNION expression.classUpdateThe UPDATE expression.classWhereThe WHERE expression.classWithThe WITH expression. -
Uses of QueryPartImpl in com.github.eikecochu.sqlbuilder.mssql
Subclasses of QueryPartImpl in com.github.eikecochu.sqlbuilder.mssql Modifier and Type Class Description classFetchFetch statement Supported by MS SQL Server, Oracle 12c, PostgreSQLclassOffsetOffset statement Supported by MS SQL Server, Oracle 12c, PostgreSQL -
Uses of QueryPartImpl in com.github.eikecochu.sqlbuilder.mysql
Subclasses of QueryPartImpl in com.github.eikecochu.sqlbuilder.mysql Modifier and Type Class Description classLimitLimit statement Supported by MySQLclassOffsetOffset statement Supported by MySQL -
Uses of QueryPartImpl in com.github.eikecochu.sqlbuilder.oracle
Subclasses of QueryPartImpl in com.github.eikecochu.sqlbuilder.oracle Modifier and Type Class Description classConnectByConnectBy statement Supported by Oracle 11gclassStartWithStartWith statement Supported by Oracle 11g
-