Uses of Class
com.querydsl.sql.SQLBindings
Packages that use SQLBindings
Package
Description
SQL/JDBC support
DML operations support
Teradata support
-
Uses of SQLBindings in com.querydsl.sql
Methods in com.querydsl.sql that return SQLBindingsModifier and TypeMethodDescriptionProjectableSQLQuery.getSQL()Get the query as an SQL query string and bindingsprotected SQLBindingsProjectableSQLQuery.getSQL(SQLSerializer serializer) SQLListenerContext.getSQLBindings()Return the underlying sql including bindings or first in a batch querySQLListenerContextImpl.getSQLBindings()Methods in com.querydsl.sql that return types with arguments of type SQLBindingsModifier and TypeMethodDescriptionSQLListenerContext.getAllSQLBindings()Return the underlying sql collection including bindings if the query is a batch querySQLListenerContextImpl.getAllSQLBindings()Methods in com.querydsl.sql with parameters of type SQLBindings -
Uses of SQLBindings in com.querydsl.sql.dml
Methods in com.querydsl.sql.dml that return SQLBindingsModifier and TypeMethodDescriptionprotected SQLBindingsAbstractSQLClause.createBindings(QueryMetadata metadata, SQLSerializer serializer) Methods in com.querydsl.sql.dml that return types with arguments of type SQLBindings -
Uses of SQLBindings in com.querydsl.sql.teradata
Methods in com.querydsl.sql.teradata that return types with arguments of type SQLBindings