- absolute(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- AbstractDateTimeType<T> - Class in com.mysema.query.sql.types
-
Common abstract superclass for Type implementations
- AbstractDateTimeType(int) - Constructor for class com.mysema.query.sql.types.AbstractDateTimeType
-
- AbstractMapper<T> - Class in com.mysema.query.sql.dml
-
Abstract base class for Mapper implementations
- AbstractMapper() - Constructor for class com.mysema.query.sql.dml.AbstractMapper
-
- AbstractNumberType<T extends Number & Comparable<T>> - Class in com.mysema.query.sql.types
-
- AbstractNumberType(int) - Constructor for class com.mysema.query.sql.types.AbstractNumberType
-
- AbstractSQLClause<C extends AbstractSQLClause<C>> - Class in com.mysema.query.sql.dml
-
AbstractSQLClause is a superclass for SQL based DMLClause implementations
- AbstractSQLClause(Configuration) - Constructor for class com.mysema.query.sql.dml.AbstractSQLClause
-
- AbstractSQLQuery<Q extends AbstractSQLQuery<Q>> - Class in com.mysema.query.sql
-
AbstractSQLQuery is the base type for SQL query implementations
- AbstractSQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
-
- AbstractSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
-
- AbstractSQLQueryFactory<Q extends SQLCommonQuery<Q>,SQ extends AbstractSQLSubQuery<SQ>> - Class in com.mysema.query.sql
-
- AbstractSQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.AbstractSQLQueryFactory
-
- AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>> - Class in com.mysema.query.sql
-
Abstract superclass for SubQuery implementations
- AbstractSQLSubQuery() - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractSQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractSQLSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractType<T> - Class in com.mysema.query.sql.types
-
Common abstract superclass for Type implementations
- AbstractType(int) - Constructor for class com.mysema.query.sql.types.AbstractType
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.QBeans
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WindowFirstLast
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WindowFunction
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WithinGroup.OrderBy
-
- add(P) - Method in class com.mysema.query.sql.RelationalPathBase
-
- add(SQLListener) - Method in class com.mysema.query.sql.SQLListeners
-
- add(Map<Operator<?>, String>) - Method in class com.mysema.query.sql.SQLTemplates
-
- addBatch() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the current state of bindings as a batch item
- addClass2TypeMappings(String, Class<?>...) - Method in class com.mysema.query.sql.SQLTemplates
-
- addCustomType(Type<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
- addDays(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of days to the date
- addDays(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of days to the date
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given String literal as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given prefix and expression as a general query flag
- addHours(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of hours to the date
- addJoinFlag(String) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given String literal as a join flag to the last added join with the
position BEFORE_TARGET
- addJoinFlag(String, JoinFlag.Position) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join with the position
BEFORE_TARGET
- addJoinFlag(String, JoinFlag.Position) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join with the
position BEFORE_TARGET
- addJoinFlag(String, JoinFlag.Position) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join
- addListener(SQLListener) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- addListener(SQLListener) - Method in class com.mysema.query.sql.Configuration
-
- addListener(SQLListener) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- addMetadata(P, ColumnMetadata) - Method in class com.mysema.query.sql.RelationalPathBase
-
- addMetadata() - Method in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- addMinutes(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of minutes to the date
- addMonths(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of months to the date
- addMonths(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of months to the date
- addSeconds(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of seconds to the date
- addTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.mysema.query.sql.SQLTemplates
-
- addWeeks(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWeeks(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addYears(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of years to the date
- addYears(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of years to the date
- afterLast() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- all() - Method in class com.mysema.query.sql.RelationalPathBase
-
- all - Static variable in class com.mysema.query.sql.SQLExpressions
-
Wildcard expression
- all(BooleanExpression) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get an aggregate all expression for the given boolean expression
- ALL - Static variable in class com.mysema.query.sql.SQLOps
-
- AnnotationMapper - Class in com.mysema.query.sql.dml
-
Creates the mapping via @Column annotated fields in the object.
- AnnotationMapper() - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
-
- AnnotationMapper(boolean) - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
-
- annotationType() - Method in class com.mysema.query.sql.ColumnImpl
-
- any(BooleanExpression) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get an aggregate any expression for the given boolean expression
- as(Expression<A>) - Method in class com.mysema.query.sql.WindowFunction
-
- as(String) - Method in class com.mysema.query.sql.WindowFunction
-
- as(Expression<?>) - Method in class com.mysema.query.sql.WithBuilder
-
- asLiteral(Object) - Method in class com.mysema.query.sql.Configuration
-
Get the literal representation of the given constant
- authName - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- authSrid - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- avg(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- cache() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- calcFoundRows() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- CalendarType - Class in com.mysema.query.sql.types
-
CalendarType maps Calendar to Timestamp on the JDBC level
- CalendarType() - Constructor for class com.mysema.query.sql.types.CalendarType
-
- CalendarType(int) - Constructor for class com.mysema.query.sql.types.CalendarType
-
- cancelRowUpdates() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- CAST - Static variable in class com.mysema.query.sql.SQLOps
-
- CharacterType - Class in com.mysema.query.sql.types
-
CharacterType maps Character to Character on the JDBC level
- CharacterType() - Constructor for class com.mysema.query.sql.types.CharacterType
-
- CharacterType(int) - Constructor for class com.mysema.query.sql.types.CharacterType
-
- clearWarnings() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- ClobType - Class in com.mysema.query.sql.types
-
ClobType maps Clob to Clob on the JDBC level
- ClobType() - Constructor for class com.mysema.query.sql.types.ClobType
-
- ClobType(int) - Constructor for class com.mysema.query.sql.types.ClobType
-
- clone(Q) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.mssql.SQLServerQuery
-
- clone() - Method in class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.postgres.PostgresQuery
-
- clone(Q) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- clone() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.SQLQuery
-
- clone() - Method in class com.mysema.query.sql.SQLSubQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.teradata.TeradataQuery
-
- close(Statement) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close(Collection<? extends Statement>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close(ResultSet) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- close() - Method in class com.mysema.query.sql.SQLResultIterator
-
- Column - Annotation Type in com.mysema.query.sql
-
Defines the related SQL table column for a property
- ColumnImpl - Class in com.mysema.query.sql
-
ColumnImpl is an implementation for the Column annotation
- ColumnImpl(String) - Constructor for class com.mysema.query.sql.ColumnImpl
-
- ColumnMetadata - Class in com.mysema.query.sql
-
Provides metadata like the column name, JDBC type and constraints
- columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- com.mysema.query.sql - package com.mysema.query.sql
-
SQL/JDBC support for Querydsl
- com.mysema.query.sql.dml - package com.mysema.query.sql.dml
-
DML operations support
- com.mysema.query.sql.mssql - package com.mysema.query.sql.mssql
-
SQL Server support
- com.mysema.query.sql.mysql - package com.mysema.query.sql.mysql
-
MySQL support
- com.mysema.query.sql.oracle - package com.mysema.query.sql.oracle
-
Oracle support for Querydsl SQL
- com.mysema.query.sql.postgres - package com.mysema.query.sql.postgres
-
- com.mysema.query.sql.spatial - package com.mysema.query.sql.spatial
-
- com.mysema.query.sql.teradata - package com.mysema.query.sql.teradata
-
- com.mysema.query.sql.types - package com.mysema.query.sql.types
-
Types for de/serialization to ResultSet and PreparedStatement
- configuration - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- Configuration - Class in com.mysema.query.sql
-
Configuration for SQLQuery instances
- Configuration(SQLTemplates) - Constructor for class com.mysema.query.sql.Configuration
-
Create a new Configuration instance
- configuration - Variable in class com.mysema.query.sql.DetachableSQLQuery
-
- configuration - Variable in class com.mysema.query.sql.dml.AbstractSQLClause
-
- configuration - Variable in class com.mysema.query.sql.ProjectableSQLQuery
-
- connectBy(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connectByNocyclePrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connectByPrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connection - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- CONSTANT - Static variable in class com.mysema.query.sql.types.Null
-
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.JGeometryConverter
-
- convert(JGeometry) - Static method in class com.mysema.query.sql.spatial.JGeometryConverter
-
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.PGgeometryConverter
-
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.PGgeometryConverter
-
- corr(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- CORR - Static variable in class com.mysema.query.sql.SQLOps
-
- count() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- count() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- count() - Method in class com.mysema.query.sql.RelationalPathBase
-
- count() - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- count(Expression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- countAll - Static variable in class com.mysema.query.sql.SQLExpressions
-
Wilcard count expression
- countDistinct() - Method in class com.mysema.query.sql.RelationalPathBase
-
- countDistinct(Expression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- covarPop(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- COVARPOP - Static variable in class com.mysema.query.sql.SQLOps
-
- covarSamp(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- COVARSAMP - Static variable in class com.mysema.query.sql.SQLOps
-
- create(Class<? extends T>, String, Object...) - Static method in class com.mysema.query.sql.RelationalFunctionCall
-
Create a new RelationalFunctionCall for the given function and arguments
- createBindings(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- createForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createGeometry(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createGeometryCollection(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createInvForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createInvForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createLinearRing(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createLineString(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.AnnotationMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.BeanMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.DefaultMapper
-
- createMap(RelationalPath<?>, T) - Method in interface com.mysema.query.sql.dml.Mapper
-
- createMultiLineString(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createMultiPoint(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createMultiPolygon(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPoint(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPolygon(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPolyhedralSurface(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPrimaryKey(Path<?>...) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createProjection(RelationalPath<T>) - Static method in class com.mysema.query.sql.RelationalPathUtils
-
- createSerializer() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- createSerializer() - Method in class com.mysema.query.sql.AbstractSQLSubQuery
-
- createSerializer() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- createSerializer() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- createSerializer() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- CUBRIDTemplates - Class in com.mysema.query.sql
-
CUBRIDTemplates is a SQL dialect for CUBRID
- CUBRIDTemplates() - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- CUBRIDTemplates(boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- CUBRIDTemplates(char, boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- cumeDist() - Static method in class com.mysema.query.sql.SQLExpressions
-
- cumeDist(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- cumeDist(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- CUMEDIST - Static variable in class com.mysema.query.sql.SQLOps
-
- CUMEDIST2 - Static variable in class com.mysema.query.sql.SQLOps
-
- CurrencyType - Class in com.mysema.query.sql.types
-
CurrencyType maps Currency to String on the JDBC level
- CurrencyType() - Constructor for class com.mysema.query.sql.types.CurrencyType
-
- CurrencyType(int) - Constructor for class com.mysema.query.sql.types.CurrencyType
-
- currentRow() - Method in class com.mysema.query.sql.WindowRows.Between
-
- currentRow() - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- currentRow() - Method in class com.mysema.query.sql.WindowRows
-
- date(DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Convert timestamp to date
- date(Class<D>, DateTimeExpression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Convert timestamp to date
- dateadd(DatePart, DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a dateadd(unit, date, amount) expression
- dateadd(DatePart, DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a dateadd(unit, date, amount) expression
- datediff(DatePart, DateExpression<D>, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateExpression<D>, D) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, D) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- dateFormatter - Static variable in class com.mysema.query.sql.types.AbstractDateTimeType
-
- DatePart - Enum in com.mysema.query.sql
-
- dateTimeFormatter - Static variable in class com.mysema.query.sql.types.AbstractDateTimeType
-
- DateTimeType - Class in com.mysema.query.sql.types
-
DateTimeType maps DateTime to Timestamp on the JDBC level
- DateTimeType() - Constructor for class com.mysema.query.sql.types.DateTimeType
-
- DateTimeType(int) - Constructor for class com.mysema.query.sql.types.DateTimeType
-
- datetrunc(DatePart, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Truncate the given date expression
- datetrunc(DatePart, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Truncate the given datetime expression
- DateType - Class in com.mysema.query.sql.types
-
DateType maps Date to Date on the JDBC level
- DateType() - Constructor for class com.mysema.query.sql.types.DateType
-
- DateType(int) - Constructor for class com.mysema.query.sql.types.DateType
-
- DEFAULT - Static variable in class com.mysema.query.sql.Configuration
-
- DEFAULT - Static variable in class com.mysema.query.sql.DefaultSQLExceptionTranslator
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.AnnotationMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.BeanMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.DefaultMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.EmptyResultSet
-
- DEFAULT - Static variable in class com.mysema.query.sql.RelationalPathExtractor
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeometryWktType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.JGeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.MySQLWkbType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.PGgeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.Null
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.StringAsObjectType
-
- DefaultMapper - Class in com.mysema.query.sql.dml
-
Creates the mapping by inspecting the RelationalPath and Object via reflection.
- DefaultMapper() - Constructor for class com.mysema.query.sql.dml.DefaultMapper
-
- DefaultMapper(boolean) - Constructor for class com.mysema.query.sql.dml.DefaultMapper
-
- DefaultSQLExceptionTranslator - Class in com.mysema.query.sql
-
Default implementation of the SQLExceptionTranslator interface
- delete(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- delete(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new DELETE clause
- deleteRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- denseRank() - Static method in class com.mysema.query.sql.SQLExpressions
-
rank of the current row without gaps; this function counts peer groups
- denseRank(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- denseRank(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- DENSERANK - Static variable in class com.mysema.query.sql.SQLOps
-
- DENSERANK2 - Static variable in class com.mysema.query.sql.SQLOps
-
- DerbyTemplates - Class in com.mysema.query.sql
-
DerbyTemplates is an SQL dialect for Derby
- DerbyTemplates() - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- DerbyTemplates(boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- DerbyTemplates(char, boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- DetachableSQLQuery<Q extends DetachableSQLQuery<Q>> - Class in com.mysema.query.sql
-
Abstract superclass for SubQuery implementations
- DetachableSQLQuery() - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DetachableSQLQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DetachableSQLQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DoubleType - Class in com.mysema.query.sql.types
-
DoubleType maps Double to Double on the JDBC level
- DoubleType() - Constructor for class com.mysema.query.sql.types.DoubleType
-
- DoubleType(int) - Constructor for class com.mysema.query.sql.types.DoubleType
-
- GeoDBTemplates - Class in com.mysema.query.sql.spatial
-
GeoDBTemplates is a spatial enabled SQL dialect for GeoDB
- GeoDBTemplates() - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBWkbType - Class in com.mysema.query.sql.spatial
-
- GeoDBWkbType() - Constructor for class com.mysema.query.sql.spatial.GeoDBWkbType
-
- GeometryWkbType - Class in com.mysema.query.sql.spatial
-
- GeometryWkbType(ByteOrder) - Constructor for class com.mysema.query.sql.spatial.GeometryWkbType
-
- GeometryWktClobType - Class in com.mysema.query.sql.spatial
-
- GeometryWktClobType() - Constructor for class com.mysema.query.sql.spatial.GeometryWktClobType
-
- GeometryWktType - Class in com.mysema.query.sql.spatial
-
- GeometryWktType() - Constructor for class com.mysema.query.sql.spatial.GeometryWktType
-
- get(RelationalPath<T>) - Method in class com.mysema.query.sql.Beans
-
- get(ResultSet, Path<?>, int, Class<T>) - Method in class com.mysema.query.sql.Configuration
-
- get(int, int, int) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- get(Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- getArg(int) - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getArgs() - Method in class com.mysema.query.sql.QBeans
-
- getArgs() - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getArray(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getArray(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getAsc() - Method in class com.mysema.query.sql.SQLTemplates
-
- getAsciiStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getAsciiStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getAuthName() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getAuthSrid() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getAutoIncrement() - Method in class com.mysema.query.sql.SQLTemplates
-
- getBigDecimal(int, int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(String, int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBinaryStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBinaryStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBindings() - Method in class com.mysema.query.sql.SQLBindings
-
- getBlob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBlob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBoolean(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBoolean(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getByte(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getByte(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBytes(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBytes(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCharacterStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCharacterStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getClob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getClob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getColumnAlias() - Method in class com.mysema.query.sql.SQLTemplates
-
- getColumnMetadata(Path<?>) - Static method in class com.mysema.query.sql.ColumnMetadata
-
Returns this path's column metadata if present.
- getColumnOverride(SchemaAndTable, String) - Method in class com.mysema.query.sql.Configuration
-
Get the column override
- getColumns(RelationalPath<?>) - Method in class com.mysema.query.sql.dml.AbstractMapper
-
- getColumns() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getColumns() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getColumns() - Method in interface com.mysema.query.sql.RelationalPath
-
Get all columns
- getColumns() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getConcurrency() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- getConnection() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- getConstantPaths() - Method in class com.mysema.query.sql.SQLSerializer
-
- getConstants() - Method in class com.mysema.query.sql.SQLSerializer
-
- getCount() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCountStar() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateIndex() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateTable() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateUniqueIndex() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCursorName() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCustomTypes() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDate(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDefaultValues() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDelete() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDesc() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDigits() - Method in class com.mysema.query.sql.ColumnMetadata
-
the number of fractional digits
- getDistinctCountEnd() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDistinctCountStart() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDouble(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDouble(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDummyTable() - Method in class com.mysema.query.sql.SQLTemplates
-
- getEntity() - Method in class com.mysema.query.sql.ForeignKey
-
- getEntity() - Method in class com.mysema.query.sql.PrimaryKey
-
- getFetchDirection() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFetchSize() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFloat(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFloat(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getForeignColumns() - Method in class com.mysema.query.sql.ForeignKey
-
- getForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the foreign keys for this relation
- getForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getFrom() - Method in class com.mysema.query.sql.SQLTemplates
-
- getFullJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getGroupBy() - Method in class com.mysema.query.sql.SQLTemplates
-
- getHaving() - Method in class com.mysema.query.sql.SQLTemplates
-
- getHoldability() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getIndex() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getInnerJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getInsertInto() - Method in class com.mysema.query.sql.SQLTemplates
-
- getInt(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getInt(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getInverseForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the inverse foreign keys for this relation
- getInverseForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getJavaType(int, int, int, String, String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getJavaType(int, String, int, int, String, String) - Method in class com.mysema.query.sql.Configuration
-
Get the java type for the given jdbc type, table name and column name
- getJdbcType() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getJoinSymbol(JoinType) - Method in class com.mysema.query.sql.SQLTemplates
-
- getKey() - Method in class com.mysema.query.sql.SQLTemplates
-
- getKeys() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getLeftJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getLimitTemplate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getListeners() - Method in class com.mysema.query.sql.Configuration
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getLiteral(T) - Method in class com.mysema.query.sql.types.AbstractType
-
- getLiteral(Calendar) - Method in class com.mysema.query.sql.types.CalendarType
-
- getLiteral(DateTime) - Method in class com.mysema.query.sql.types.DateTimeType
-
- getLiteral(Date) - Method in class com.mysema.query.sql.types.DateType
-
- getLiteral(LocalDateTime) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getLiteral(LocalDate) - Method in class com.mysema.query.sql.types.LocalDateType
-
- getLiteral(LocalTime) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getLiteral(Timestamp) - Method in class com.mysema.query.sql.types.TimestampType
-
- getLiteral(Time) - Method in class com.mysema.query.sql.types.TimeType
-
- getLiteral(T) - Method in interface com.mysema.query.sql.types.Type
-
Get the literal representation
- getLiteral(Date) - Method in class com.mysema.query.sql.types.UtilDateType
-
- getLocalColumns() - Method in class com.mysema.query.sql.ForeignKey
-
- getLocalColumns() - Method in class com.mysema.query.sql.PrimaryKey
-
- getLong(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getLong(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getMergeInto() - Method in class com.mysema.query.sql.SQLTemplates
-
- getMetadata() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- getMetaData() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getMetadata() - Method in class com.mysema.query.sql.dml.SQLUpdateBatch
-
- getMetadata() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- getMetadata(Path<?>) - Method in interface com.mysema.query.sql.RelationalPath
-
Returns the metadata for this path or null if none was assigned.
- getMetadata(Path<?>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- getName(Path<?>) - Static method in class com.mysema.query.sql.ColumnMetadata
-
- getName() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getNCharacterStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNCharacterStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNClob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNClob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNotNull() - Method in class com.mysema.query.sql.SQLTemplates
-
- getNString(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNString(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNullsFirst() - Method in class com.mysema.query.sql.SQLTemplates
-
- getNullsLast() - Method in class com.mysema.query.sql.SQLTemplates
-
- getObject(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(int, Class<T>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String, Class<T>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getOffsetTemplate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOn() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOrderBy() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOverride(SchemaAndTable) - Method in class com.mysema.query.sql.Configuration
-
Get the schema/table override
- getPrimaryKey() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the primary key for this relation or null if none exists
- getPrimaryKey() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getProjection() - Method in class com.mysema.query.sql.ForeignKey
-
- getProjection() - Method in class com.mysema.query.sql.PrimaryKey
-
- getProjection() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getRef(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRef(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getResults(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
Get the results as an JDBC result set
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigIntegerType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BlobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BooleanType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BytesType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ByteType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CalendarType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CharacterType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ClobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CurrencyType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DateTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DoubleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByNameType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.FloatType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.InputStreamType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.IntegerType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocaleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LongType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ShortType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.StringType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TimestampType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TrueFalseType
-
- getReturnedClass() - Method in interface com.mysema.query.sql.types.Type
-
Get the returned type
- getReturnedClass() - Method in class com.mysema.query.sql.types.URLType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.UtilDateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.YesNoType
-
- getRightJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRowId(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRowId(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSchema(String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getSchema() - Method in class com.mysema.query.sql.SchemaAndTable
-
- getSchemaAndTable() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the schema and table name
- getSchemaAndTable() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getSchemaName() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the schema name
- getSchemaName() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getSelect() - Method in class com.mysema.query.sql.SQLTemplates
-
- getSelectDistinct() - Method in class com.mysema.query.sql.SQLTemplates
-
- getSet() - Method in class com.mysema.query.sql.SQLTemplates
-
- getShort(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getShort(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSize() - Method in class com.mysema.query.sql.ColumnMetadata
-
For char or date types this is the maximum number of characters, for numeric or decimal types this is precision.
- getSpatialOps(boolean) - Static method in class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- getSpatialOps(String, boolean) - Static method in class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- getSQL(Expression<?>...) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Get the query as an SQL query string and bindings
- getSQL() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Get the SQL string and bindings
- getSQL() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- getSQL(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Get the query as an SQL query string and bindings
- getSql() - Method in class com.mysema.query.sql.SQLBindings
-
Deprecated.
- getSQL() - Method in class com.mysema.query.sql.SQLBindings
-
- getSQL() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- getSQLTypes() - Method in class com.mysema.query.sql.types.AbstractType
-
- getSQLTypes() - Method in interface com.mysema.query.sql.types.Type
-
Get the SQL supported SQL types
- getSQLXML(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSQLXML(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSrid() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getSrtext() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getStatement() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getString(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getString(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSubQuery() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getSubQuery() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getTable(String, String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getTable() - Method in class com.mysema.query.sql.SchemaAndTable
-
- getTableAlias() - Method in class com.mysema.query.sql.SQLTemplates
-
- getTableName() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the table name
- getTableName() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getTableOverrides() - Method in class com.mysema.query.sql.SQLTemplates
-
- getTemplate() - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getTemplates() - Method in class com.mysema.query.sql.Configuration
-
- getTemplates() - Method in class com.mysema.query.sql.SQLSerializer
-
- getTime(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getType() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getType(String, String) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- getType(Class<T>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.sql.HSQLDBTemplates
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
- getTypeForClass(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
- getUnicodeStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getUnicodeStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getUpdate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getUpdates() - Method in class com.mysema.query.sql.dml.SQLUpdateBatch
-
- getURL(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getURL(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getUseLiterals() - Method in class com.mysema.query.sql.Configuration
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.AbstractNumberType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigIntegerType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BlobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BooleanType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BytesType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CalendarType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CharacterType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ClobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CurrencyType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByNameType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.InputStreamType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocaleType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.StringType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimestampType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TrueFalseType
-
- getValue(ResultSet, int) - Method in interface com.mysema.query.sql.types.Type
-
Get the object from the result set
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.URLType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UtilDateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.YesNoType
-
- getValue() - Method in class com.mysema.query.sql.WindowFunction
-
- getValue() - Method in class com.mysema.query.sql.WithinGroup.OrderBy
-
- getValues() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getValues() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getValues() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWarnings() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getWhere() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWith() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWithRecursive() - Method in class com.mysema.query.sql.SQLTemplates
-
- groupBy(Expression<?>...) - Method in interface com.mysema.query.sql.Union
-
Defines the grouping/aggregation expressions
- groupBy(Expression<?>...) - Method in class com.mysema.query.sql.UnionImpl
-
- range() - Method in class com.mysema.query.sql.WindowFunction
-
- rank() - Static method in class com.mysema.query.sql.SQLExpressions
-
rank of the current row with gaps; same as row_number of its first peer
- rank(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- rank(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- RANK - Static variable in class com.mysema.query.sql.SQLOps
-
- RANK2 - Static variable in class com.mysema.query.sql.SQLOps
-
- ratioToReport(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
computes the ratio of a value to the sum of a set of values.
- RATIOTOREPORT - Static variable in class com.mysema.query.sql.SQLOps
-
- read(byte[]) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- read(InStream) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- RECURSIVE - Static variable in class com.mysema.query.sql.SQLTemplates
-
- refreshRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- register(Type<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given
Type converter
- register(String, String, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given javaType for the given table and column
- register(String, String, Type<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given
Type converter for the given table and column
- register(Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- register(int, Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- registerColumnOverride(String, String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a column override
- registerColumnOverride(String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a column override
- registerNumeric(int, int, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Override the binding for the given NUMERIC type
- registerNumeric(int, int, int, int, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Override multiple numeric bindings, both begin and end are inclusive
- registerNumeric(int, int, Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- registerSchemaOverride(String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema override
- registerTableOverride(String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a table override
- registerTableOverride(String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(String, String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerType(String, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Register a typeName to Class mapping
- REGR_AVGX - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_AVGY - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_COUNT - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_INTERCEPT - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_R2 - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SLOPE - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SXX - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SXY - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SYY - Static variable in class com.mysema.query.sql.SQLOps
-
- regrAvgx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrAvgy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrCount(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrIntercept(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrR2(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSlope(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSxx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSxy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSyy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- RelationalFunctionCall<T> - Class in com.mysema.query.sql
-
Represents a table valued function call
- RelationalFunctionCall(Class<? extends T>, String, Object...) - Constructor for class com.mysema.query.sql.RelationalFunctionCall
-
- RelationalPath<T> - Interface in com.mysema.query.sql
-
RelationalPath extends
EntityPath to provide access to relational
metadata
- RelationalPathBase<T> - Class in com.mysema.query.sql
-
- RelationalPathBase(Class<? extends T>, String, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
-
- RelationalPathBase(Class<? extends T>, PathMetadata<?>, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
-
- RelationalPathExtractor - Class in com.mysema.query.sql
-
RelationalPathExtractor extracts RelationlPath instances from expressions and queries
- RelationalPathSpatial<T> - Class in com.mysema.query.sql.spatial
-
- RelationalPathSpatial(Class<? extends T>, String, String, String) - Constructor for class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- RelationalPathSpatial(Class<? extends T>, PathMetadata<?>, String, String) - Constructor for class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- RelationalPathUtils - Class in com.mysema.query.sql
-
RelationalPathUtils provides static utility methods for
RelationalPath instances
- relative(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- remove() - Method in class com.mysema.query.sql.SQLResultIterator
-
- replace(RelationalPath<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- requiresQuotes(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- right(Expression<String>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs rightmost characters of lhs
- right(Expression<String>, Expression<Integer>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- rightJoin(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rn - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
-
Deprecated.
- rowDeleted() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- rowid - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- rowInserted() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- rownum - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- rowNumber - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
-
Deprecated.
- rowNumber() - Static method in class com.mysema.query.sql.SQLExpressions
-
number of the current row within its partition, counting from 1
- ROWNUMBER - Static variable in class com.mysema.query.sql.SQLOps
-
- rows() - Method in class com.mysema.query.sql.WindowFunction
-
- rowUpdated() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- SchemaAndTable - Class in com.mysema.query.sql
-
- SchemaAndTable(String, String) - Constructor for class com.mysema.query.sql.SchemaAndTable
-
- select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- serialize(String, int) - Method in class com.mysema.query.sql.DerbyTemplates
-
- serialize(boolean) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- serialize(String, int) - Method in class com.mysema.query.sql.OracleTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serialize(boolean) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLiteTemplates
-
- serialize(QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2012Templates
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for SELECT serialization
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeDelete(QueryMetadata, RelationalPath<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for DELETE serialization
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for INSERT serialization
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for MERGE serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.CUBRIDTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.DerbyTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.FirebirdTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2012Templates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for LIMIT and OFFSET serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.TeradataTemplates
-
- serializeUnion(Expression<?>, QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for UPDATE serialization
- set(PreparedStatement, Path<?>, int, T) - Method in class com.mysema.query.sql.Configuration
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(String, String) - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- set(Map<String, String>) - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- setAsc(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setAuthName(String) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setAuthSrid(Integer) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setAutoIncrement(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setBatchCountViaGetUpdateCount(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setColumnAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCount(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountDistinctMultipleColumns(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountStar(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountViaAnalytics(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateTable(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateUniqueIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDefaultValues(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDelete(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDesc(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDistinctCountEnd(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDistinctCountStart(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDmlWithSchema(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setDummyTable(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setExceptionTranslator(SQLExceptionTranslator) - Method in class com.mysema.query.sql.Configuration
-
- setFetchDirection(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- setFetchSize(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- setFrom(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setFullJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setFunctionJoinsWrapped(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setGroupBy(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setHaving(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setInnerJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setInsertInto(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setKey(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setLeftJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setLimitRequired(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setMergeInto(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNativeMerge(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNotNull(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- setNullsFirst(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNullsLast(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setOffsetTemplate(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setOn(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setOrderBy(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setParameterMetadataAvailable(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Set the parameters to the given PreparedStatement
- setPrintSchema(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- SetQueryBandClause - Class in com.mysema.query.sql.teradata
-
SetQueryBandClause provides support for Teradata specific set query_band executions.
- SetQueryBandClause(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.teradata.SetQueryBandClause
-
- SetQueryBandClause(Connection, Configuration) - Constructor for class com.mysema.query.sql.teradata.SetQueryBandClause
-
- setRightJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSelect(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSelectDistinct(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSet(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSkipParent(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setSrid(Integer) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setSrtext(String) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setTableAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setType(String, String, Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- setUnionsWrapped(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setUpdate(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.Configuration
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalType
-
- setValue(PreparedStatement, int, BigInteger) - Method in class com.mysema.query.sql.types.BigIntegerType
-
- setValue(PreparedStatement, int, Blob) - Method in class com.mysema.query.sql.types.BlobType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.BooleanType
-
- setValue(PreparedStatement, int, byte[]) - Method in class com.mysema.query.sql.types.BytesType
-
- setValue(PreparedStatement, int, Byte) - Method in class com.mysema.query.sql.types.ByteType
-
- setValue(PreparedStatement, int, Calendar) - Method in class com.mysema.query.sql.types.CalendarType
-
- setValue(PreparedStatement, int, Character) - Method in class com.mysema.query.sql.types.CharacterType
-
- setValue(PreparedStatement, int, Clob) - Method in class com.mysema.query.sql.types.ClobType
-
- setValue(PreparedStatement, int, Currency) - Method in class com.mysema.query.sql.types.CurrencyType
-
- setValue(PreparedStatement, int, DateTime) - Method in class com.mysema.query.sql.types.DateTimeType
-
- setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.DateType
-
- setValue(PreparedStatement, int, Double) - Method in class com.mysema.query.sql.types.DoubleType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByNameType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- setValue(PreparedStatement, int, Float) - Method in class com.mysema.query.sql.types.FloatType
-
- setValue(PreparedStatement, int, InputStream) - Method in class com.mysema.query.sql.types.InputStreamType
-
- setValue(PreparedStatement, int, Integer) - Method in class com.mysema.query.sql.types.IntegerType
-
- setValue(PreparedStatement, int, LocalDateTime) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- setValue(PreparedStatement, int, LocalDate) - Method in class com.mysema.query.sql.types.LocalDateType
-
- setValue(PreparedStatement, int, Locale) - Method in class com.mysema.query.sql.types.LocaleType
-
- setValue(PreparedStatement, int, LocalTime) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- setValue(PreparedStatement, int, Long) - Method in class com.mysema.query.sql.types.LongType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- setValue(PreparedStatement, int, Object) - Method in class com.mysema.query.sql.types.ObjectType
-
- setValue(PreparedStatement, int, Short) - Method in class com.mysema.query.sql.types.ShortType
-
- setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.StringType
-
- setValue(PreparedStatement, int, Timestamp) - Method in class com.mysema.query.sql.types.TimestampType
-
- setValue(PreparedStatement, int, Time) - Method in class com.mysema.query.sql.types.TimeType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.TrueFalseType
-
- setValue(PreparedStatement, int, T) - Method in interface com.mysema.query.sql.types.Type
-
Set the object to the statement
- setValue(PreparedStatement, int, URL) - Method in class com.mysema.query.sql.types.URLType
-
- setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.UtilDateType
-
- setValue(PreparedStatement, int, UUID) - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.YesNoType
-
- setValues(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWhere(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWith(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWithRecursive(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWrapSelectParameters(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- ShortType - Class in com.mysema.query.sql.types
-
ShortType maps Short to Short on the JDBC level
- ShortType() - Constructor for class com.mysema.query.sql.types.ShortType
-
- ShortType(int) - Constructor for class com.mysema.query.sql.types.ShortType
-
- smallResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- spatialRefSys - Static variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- SpatialRefSys - Class in com.mysema.query.sql.spatial
-
SpatialRefSys is a Querydsl bean type
- SpatialRefSys() - Constructor for class com.mysema.query.sql.spatial.SpatialRefSys
-
- spatialRefSysPkey - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- SpatialTemplatesSupport - Class in com.mysema.query.sql.spatial
-
Static factory methods for spatial enabled SQLTemplates subclasses
- SpatialTemplatesSupport() - Constructor for class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- SQLBindings - Class in com.mysema.query.sql
-
SQLBindings provides the SQL query string and bindings
- SQLBindings(String, ImmutableList<Object>) - Constructor for class com.mysema.query.sql.SQLBindings
-
- SQLCommonQuery<Q extends SQLCommonQuery<Q>> - Interface in com.mysema.query.sql
-
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
- SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> - Interface in com.mysema.query.sql
-
Factory interface for query and clause creation.
- SQLDeleteClause - Class in com.mysema.query.sql.dml
-
SQLDeleteClause defines a DELETE clause
- SQLDeleteClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
-
- SQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
-
- SQLExceptionTranslator - Interface in com.mysema.query.sql
-
SQLExceptionTranslator translate SQLExceptions to runtime exceptions
- SQLExpressions - Class in com.mysema.query.sql
-
Common SQL expressions
- SQLInsertBatch - Class in com.mysema.query.sql.dml
-
SQLInsertBatch defines the state of an SQL INSERT batch item
- SQLInsertBatch(List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertBatch
-
- SQLInsertClause - Class in com.mysema.query.sql.dml
-
SQLInsertClause defines an INSERT INTO clause
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLiteTemplates - Class in com.mysema.query.sql
-
SQLiteTemplates is a SQL dialect for SQLite
- SQLiteTemplates() - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLiteTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLiteTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLListener - Interface in com.mysema.query.sql
-
Listener interface for SQL queries and clauses
- SQLListeners - Class in com.mysema.query.sql
-
SQLListeners is an SQLListener implementation which dispatches the
notifications to a list of SQLListener instances
- SQLListeners(SQLListener) - Constructor for class com.mysema.query.sql.SQLListeners
-
- SQLListeners() - Constructor for class com.mysema.query.sql.SQLListeners
-
- SQLMergeBatch - Class in com.mysema.query.sql.dml
-
SQLMergeBatch defines the state of an SQL MERGE batch item
- SQLMergeBatch(List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeBatch
-
- SQLMergeClause - Class in com.mysema.query.sql.dml
-
SQLMergeClause defines an MERGE INTO clause
- SQLMergeClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
-
- SQLMergeClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
-
- SQLOps - Class in com.mysema.query.sql
-
SQLOps provides SQL specific operators
- SQLQuery - Class in com.mysema.query.sql
-
SQLQuery is a JDBC based implementation of the
SQLCommonQuery interface
- SQLQuery(SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a detached SQLQuery instance
The query can be attached via the clone method
- SQLQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Configuration) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQueryFactory - Class in com.mysema.query.sql
-
Factory class for query and DML clause creation
- SQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, DataSource) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactoryImpl - Class in com.mysema.query.sql
-
Deprecated.
- SQLQueryFactoryImpl(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLQueryFactoryImpl(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLQueryFactoryImpl(Configuration, DataSource) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLResultIterator<T> - Class in com.mysema.query.sql
-
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections
- SQLResultIterator(Configuration, Statement, ResultSet) - Constructor for class com.mysema.query.sql.SQLResultIterator
-
- SQLSerializer - Class in com.mysema.query.sql
-
SqlSerializer serializes Querydsl queries into SQL
- SQLSerializer(Configuration) - Constructor for class com.mysema.query.sql.SQLSerializer
-
- SQLSerializer(Configuration, boolean) - Constructor for class com.mysema.query.sql.SQLSerializer
-
- SQLSerializer.Stage - Enum in com.mysema.query.sql
-
- SQLServer2005Templates - Class in com.mysema.query.sql
-
SQLServer2005Templates is an SQL dialect for Microsoft SQL Server 2005
- SQLServer2005Templates() - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2005Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2005Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2008SpatialTemplates - Class in com.mysema.query.sql.spatial
-
SQLServer2008SpatialTemplates is a spatial enabled SQL dialect for SQL Server 2008
- SQLServer2008SpatialTemplates() - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008Templates - Class in com.mysema.query.sql
-
SQLServer2008Templates is an SQL dialect for Microsoft SQL Server 2008
- SQLServer2008Templates() - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2008Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2008Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2012Templates - Class in com.mysema.query.sql
-
SQLServer2012Templates is an SQL dialect for Microsoft SQL Server 2012 and later
- SQLServer2012Templates() - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServer2012Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServer2012Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServerGeometryReader - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryReader() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- SQLServerGeometryType - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryType() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- SQLServerGeometryWriter - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryWriter() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- SQLServerGrammar - Class in com.mysema.query.sql.mssql
-
Convenience functions and constants for SQL Server usage
- SQLServerQuery - Class in com.mysema.query.sql.mssql
-
SQLServerQuery provides SQL Server related extensions to SQLQuery
- SQLServerQuery(Connection) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQueryFactory - Class in com.mysema.query.sql.mssql
-
SQL Server specific implementation of SQLQueryFactory
- SQLServerQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerSubQuery - Class in com.mysema.query.sql.mssql
-
- SQLServerSubQuery() - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerTableHints - Enum in com.mysema.query.sql.mssql
-
- SQLServerTemplates - Class in com.mysema.query.sql
-
SQLServerTemplates is an SQL dialect for Microsoft SQL Server
- SQLServerTemplates() - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLServerTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLServerTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLSubQuery - Class in com.mysema.query.sql
-
SQLSubQuery is a subquery implementation for SQL queries
- SQLSubQuery() - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLTemplates - Class in com.mysema.query.sql
-
SQLTemplates extends Templates to provides SQL specific extensions
and acts as database specific Dialect for Querydsl SQL
- SQLTemplates(String, char, boolean) - Constructor for class com.mysema.query.sql.SQLTemplates
-
- SQLTemplates.Builder - Class in com.mysema.query.sql
-
- SQLTemplates.Builder() - Constructor for class com.mysema.query.sql.SQLTemplates.Builder
-
- SQLUpdateBatch - Class in com.mysema.query.sql.dml
-
SQLUpdateBatch defines the state of an SQL UPDATE batch item
- SQLUpdateBatch(QueryMetadata, List<Pair<Path<?>, Expression<?>>>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateBatch
-
- SQLUpdateClause - Class in com.mysema.query.sql.dml
-
SQLUpdateClause defines a UPDATE clause
- SQLUpdateClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
-
- SQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
-
- srid - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- srtext - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- stage - Variable in class com.mysema.query.sql.SQLSerializer
-
- startWith(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- stddev(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- STDDEV - Static variable in class com.mysema.query.sql.SQLOps
-
- STDDEV_DISTINCT - Static variable in class com.mysema.query.sql.SQLOps
-
- stddevDistinct(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- stddevPop(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the population standard deviation and returns the square root of the population variance.
- STDDEVPOP - Static variable in class com.mysema.query.sql.SQLOps
-
- stddevSamp(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the cumulative sample standard deviation and returns the square root of the sample variance.
- STDDEVSAMP - Static variable in class com.mysema.query.sql.SQLOps
-
- straightJoin() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- StringAsObjectType - Class in com.mysema.query.sql.types
-
StringAsObjectType maps String to String on the JDBC level
- StringAsObjectType() - Constructor for class com.mysema.query.sql.types.StringAsObjectType
-
- StringAsObjectType(int) - Constructor for class com.mysema.query.sql.types.StringAsObjectType
-
- StringType - Class in com.mysema.query.sql.types
-
StringType maps String to String on the JDBC level
- StringType() - Constructor for class com.mysema.query.sql.types.StringType
-
- StringType(int) - Constructor for class com.mysema.query.sql.types.StringType
-
- subQuery() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- subQuery(Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- subQuery() - Method in class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- subQuery() - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
- subQuery(Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
- sum(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- sysdate - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-