Uses of Interface
com.querydsl.sql.SQLCommonQuery
Packages that use SQLCommonQuery
Package
Description
SQL/JDBC support
SQL Server support
MySQL support
Oracle support
PostgreSQL support
Teradata support
-
Uses of SQLCommonQuery in com.querydsl.sql
Classes in com.querydsl.sql with type parameters of type SQLCommonQueryModifier and TypeClassDescriptionclassAbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>AbstractSQLQueryFactoryis the base class forSQLCommonQueryFactoryimplementationsinterfaceSQLCommonQuery<Q extends SQLCommonQuery<Q>>SQLCommonQueryis a common interface for SQLQuery and SQLSubQueryinterfaceSQLCommonQueryFactory<Q extends SQLCommonQuery<?>,D extends SQLDeleteClause, U extends SQLUpdateClause, I extends SQLInsertClause, M extends SQLMergeClause> Factory interface for query and clause creation.Classes in com.querydsl.sql that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractSQLQuery<T,Q extends AbstractSQLQuery<T, Q>> AbstractSQLQueryis the base type for SQL query implementationsclassProjectableSQLQuery<T,Q extends ProjectableSQLQuery<T, Q> & Query<Q>> ProjectableSQLQueryis the base type for SQL query implementationsclassSQLQuery<T>SQLQueryis a JDBC based implementation of theSQLCommonQueryinterface -
Uses of SQLCommonQuery in com.querydsl.sql.mssql
Classes in com.querydsl.sql.mssql that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractSQLServerQuery<T,C extends AbstractSQLServerQuery<T, C>> AbstractSQLServerQueryprovides SQL Server related extensions to SQLQueryclassSQLServerQueryprovides SQL Server related extensions to SQLQuery If you need to subtype this, use the base class instead. -
Uses of SQLCommonQuery in com.querydsl.sql.mysql
Classes in com.querydsl.sql.mysql that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractMySQLQuery<T,C extends AbstractMySQLQuery<T, C>> MySQLQueryprovides MySQL related extensions to SQLQuery.classMySQLQuery<T>MySQLQueryprovides MySQL related extensions to SQLQuery. -
Uses of SQLCommonQuery in com.querydsl.sql.oracle
Classes in com.querydsl.sql.oracle that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractOracleQuery<T,C extends AbstractOracleQuery<T, C>> OracleQueryprovides Oracle specific extensions to the base SQL query typeclassOracleQuery<T>OracleQueryprovides Oracle specific extensions to the base SQL query type If you need to subtype this, use the base class instead. -
Uses of SQLCommonQuery in com.querydsl.sql.postgresql
Classes in com.querydsl.sql.postgresql that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractPostgreSQLQuery<T,C extends AbstractPostgreSQLQuery<T, C>> PostgreSQLQueryprovides PostgreSQL related extensions to SQLQueryclassPostgreSQLQueryprovides Postgres related extensions to SQLQuery. -
Uses of SQLCommonQuery in com.querydsl.sql.teradata
Classes in com.querydsl.sql.teradata that implement SQLCommonQueryModifier and TypeClassDescriptionclassAbstractTeradataQuery<T,C extends AbstractTeradataQuery<T, C>> AbstractTeradataQueryprovides Teradata related extensions to SQLQueryclassTeradataQueryprovides Teradata related extensions to SQLQuery If you need to subtype this, use the base class instead.