Uses of Class
com.querydsl.sql.AbstractSQLQuery
Packages that use AbstractSQLQuery
Package
Description
SQL/JDBC support
SQL Server support
MySQL support
Oracle support
PostgreSQL support
Teradata support
-
Uses of AbstractSQLQuery in com.querydsl.sql
Classes in com.querydsl.sql with type parameters of type AbstractSQLQueryModifier and TypeClassDescriptionclassAbstractSQLQuery<T,Q extends AbstractSQLQuery<T, Q>> AbstractSQLQueryis the base type for SQL query implementationsSubclasses of AbstractSQLQuery in com.querydsl.sqlModifier and TypeClassDescriptionclassSQLQuery<T>SQLQueryis a JDBC based implementation of theSQLCommonQueryinterfaceMethods in com.querydsl.sql that return AbstractSQLQueryModifier and TypeMethodDescriptionabstract AbstractSQLQuery<Tuple,?> AbstractSQLQueryFactory.select(Expression<?>... exprs) Create a new SQL query with the given projectionabstract <T> AbstractSQLQuery<T,?> AbstractSQLQueryFactory.select(Expression<T> expr) Create a new SQL query with the given projectionabstract AbstractSQLQuery<Tuple,?> AbstractSQLQueryFactory.selectDistinct(Expression<?>... exprs) Create a new SQL query with the given projectionabstract <T> AbstractSQLQuery<T,?> AbstractSQLQueryFactory.selectDistinct(Expression<T> expr) Create a new SQL query with the given projectionabstract <T> AbstractSQLQuery<T,?> AbstractSQLQueryFactory.selectFrom(RelationalPath<T> expr) Create a new SQL query with the given projection and sourceabstract AbstractSQLQuery<Integer,?> AbstractSQLQueryFactory.selectOne()Create a new SQL query with one as the projectionabstract AbstractSQLQuery<Integer,?> AbstractSQLQueryFactory.selectZero()Create a new SQL query with zero as the projection -
Uses of AbstractSQLQuery in com.querydsl.sql.mssql
Subclasses of AbstractSQLQuery in com.querydsl.sql.mssqlModifier 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 AbstractSQLQuery in com.querydsl.sql.mysql
Subclasses of AbstractSQLQuery in com.querydsl.sql.mysqlModifier and TypeClassDescriptionclassAbstractMySQLQuery<T,C extends AbstractMySQLQuery<T, C>> MySQLQueryprovides MySQL related extensions to SQLQuery.classMySQLQuery<T>MySQLQueryprovides MySQL related extensions to SQLQuery. -
Uses of AbstractSQLQuery in com.querydsl.sql.oracle
Subclasses of AbstractSQLQuery in com.querydsl.sql.oracleModifier 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 AbstractSQLQuery in com.querydsl.sql.postgresql
Subclasses of AbstractSQLQuery in com.querydsl.sql.postgresqlModifier and TypeClassDescriptionclassAbstractPostgreSQLQuery<T,C extends AbstractPostgreSQLQuery<T, C>> PostgreSQLQueryprovides PostgreSQL related extensions to SQLQueryclassPostgreSQLQueryprovides Postgres related extensions to SQLQuery. -
Uses of AbstractSQLQuery in com.querydsl.sql.teradata
Subclasses of AbstractSQLQuery in com.querydsl.sql.teradataModifier 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.