A B C D E F G H I J L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abs() - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- abs(QueryWriter, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Abs - Class in org.hotrod.runtime.livesql.expressions.numbers
- Abs(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Abs
- AbstractSelect<R> - Class in org.hotrod.runtime.livesql.queries.select
- AbstractSelect.AliasGenerator - Class in org.hotrod.runtime.livesql.queries.select
- AbstractSelect.TableReferences - Class in org.hotrod.runtime.livesql.queries.select
- add(Object, String, int) - Method in class org.hotrod.runtime.interfaces.SQLRenderer
- add(String) - Method in class org.hotrod.runtime.util.ListWriter
- addNullProperty(String) - Method in class org.hotrod.runtime.json.JSONObject
- addNullValue() - Method in class org.hotrod.runtime.json.JSONArray
- addProperty(String, boolean) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, Number) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, Object) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, String) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, Date) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, JSONArray) - Method in class org.hotrod.runtime.json.JSONObject
- addProperty(String, JSONObject) - Method in class org.hotrod.runtime.json.JSONObject
- addValue(boolean) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(Number) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(Object) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(String) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(Date) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(JSONArray) - Method in class org.hotrod.runtime.json.JSONArray
- addValue(JSONObject) - Method in class org.hotrod.runtime.json.JSONArray
- AggregationFunction<T> - Class in org.hotrod.runtime.livesql.expressions.aggregations
- AggregationFunction(int) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.AggregationFunction
- AliasedExpression - Class in org.hotrod.runtime.livesql.expressions
- AliasedExpression(Expression<?>, String) - Constructor for class org.hotrod.runtime.livesql.expressions.AliasedExpression
- AliasGenerator() - Constructor for class org.hotrod.runtime.livesql.queries.select.AbstractSelect.AliasGenerator
- alignLeft(String, int) - Static method in class org.hotrod.runtime.util.SUtils
- alignRight(String, int) - Static method in class org.hotrod.runtime.util.SUtils
- AnalyticFunction<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- AnalyticFunction(String, Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- and(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- And - Class in org.hotrod.runtime.livesql.expressions.predicates
- And(Expression<Boolean>, Expression<Boolean>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.And
- AND - org.hotrod.runtime.util.SQLCompositeExpression.CompositeExpressionOperator
- andCurrentRow() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage
- andFollowing(int) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage
- andNot(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- andPreceding(int) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage
- andUnboundedFollowing() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage
- ApplicationContextProvider - Class in org.hotrod.runtime.spring
- ApplicationContextProvider() - Constructor for class org.hotrod.runtime.spring.ApplicationContextProvider
- ARRAY - org.hotrod.runtime.livesql.expressions.JDBCType
- as(String) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- asc() - Method in class org.hotrod.runtime.livesql.expressions.Expression
- assignNonDeclaredAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- AsymmetricOperator - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- AsymmetricOperator(Expression<?>, String, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- AUtil - Class in org.hotrod.runtime.util
- AUtil() - Constructor for class org.hotrod.runtime.util.AUtil
- avg(Expression<Number>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Avg - Class in org.hotrod.runtime.livesql.expressions.aggregations
- Avg(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.Avg
- avgDistinct(Expression<?>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- AvgDistinct - Class in org.hotrod.runtime.livesql.expressions.aggregations
- AvgDistinct(Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.AvgDistinct
B
- begin() - Method in class org.hotrod.runtime.tx.TxManager
- begin(SqlSession) - Method in class org.hotrod.runtime.tx.TxManager
- between(Expression<T>, Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- between(Expression<T>, T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- between(T, Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- between(T, T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- Between - Class in org.hotrod.runtime.livesql.expressions.predicates
- Between(Expression<T>, Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Between
- BETWEEN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- betweenCurrentRow() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- betweenFollowing(int) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- betweenPreceding(int) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- betweenUnboundedPreceding() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- BIGINT - org.hotrod.runtime.livesql.expressions.JDBCType
- BINARY - org.hotrod.runtime.livesql.expressions.JDBCType
- BinaryNumberExpression - Class in org.hotrod.runtime.livesql.expressions.numbers
- BinaryNumberExpression(Expression<T>, String, Expression<T>, int) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.BinaryNumberExpression
- BinaryPredicate - Class in org.hotrod.runtime.livesql.expressions.predicates
- BinaryPredicate(Expression<T>, String, Expression<T>, int) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.BinaryPredicate
- BindExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- BindExpression(String, String) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.BindExpression
- BIT - org.hotrod.runtime.livesql.expressions.JDBCType
- BLOB - org.hotrod.runtime.livesql.expressions.JDBCType
- BOOLEAN - org.hotrod.runtime.livesql.expressions.JDBCType
- BooleanAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- BooleanAggregationFunction(String, Expression<Boolean>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- BooleanColumn - Class in org.hotrod.runtime.livesql.metadata
- BooleanColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.BooleanColumn
- BooleanConstant - Class in org.hotrod.runtime.livesql.expressions.predicates
- BooleanConstant(Boolean) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.BooleanConstant
- BooleanMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- BooleanMax(Predicate) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.BooleanMax
- BooleanMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- BooleanMin(Predicate) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.BooleanMin
- BooleanValue - Class in org.hotrod.runtime.livesql.expressions.predicates
- BooleanValue(Expression<Boolean>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.BooleanValue
- BOTTOM - org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
- boxTyped(T) - Static method in class org.hotrod.runtime.livesql.util.BoxUtil
- BoxUtil - Class in org.hotrod.runtime.livesql.util
- BoxUtil() - Constructor for class org.hotrod.runtime.livesql.util.BoxUtil
- ByteArrayAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ByteArrayAggregationFunction(String, Expression<byte[]>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayAggregationFunction
- ByteArrayCoalesce - Class in org.hotrod.runtime.livesql.expressions.binary
- ByteArrayCoalesce(ByteArrayExpression...) - Constructor for class org.hotrod.runtime.livesql.expressions.binary.ByteArrayCoalesce
- ByteArrayColumn - Class in org.hotrod.runtime.livesql.metadata
- ByteArrayColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- ByteArrayConstant - Class in org.hotrod.runtime.livesql.expressions.binary
- ByteArrayConstant(byte[]) - Constructor for class org.hotrod.runtime.livesql.expressions.binary.ByteArrayConstant
- ByteArrayExpression - Class in org.hotrod.runtime.livesql.expressions.binary
- ByteArrayExpression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- ByteArrayMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ByteArrayMax(ByteArrayExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayMax
- ByteArrayMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ByteArrayMin(ByteArrayExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayMin
- ByteArrayValue - Class in org.hotrod.runtime.livesql.expressions.binary
- ByteArrayValue(Expression<byte[]>) - Constructor for class org.hotrod.runtime.livesql.expressions.binary.ByteArrayValue
C
- capitalize(String) - Static method in class org.hotrod.runtime.util.SUtils
- CaseClause<T> - Class in org.hotrod.runtime.livesql.expressions.caseclause
-
SQL.caseWhen(predicate, expression) -- CaseWhenStage .when(predicate, expression) -- CaseWhenStage .elseValue(expression) -- CaseElseStage .end() -- Expression SQL.caseWhen(predicate, expression) -- CaseWhenStage .end() -- Expression
- CaseClause(Predicate, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.caseclause.CaseClause
- CaseElseStage<T> - Class in org.hotrod.runtime.livesql.expressions.caseclause
- CaseElseStage(CaseClause<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.caseclause.CaseElseStage
- caseWhen(Predicate, byte[]) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, Boolean) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, Character) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, Object) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- caseWhen(Predicate, Date) - Method in class org.hotrod.runtime.livesql.LiveSQL
- CaseWhenStage<T> - Class in org.hotrod.runtime.livesql.expressions.caseclause
- CaseWhenStage(Predicate, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- castBoolean(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- castByteArray(Expression<byte[]>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- castDateTime(Expression<Date>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- castNumber(Expression<Number>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- castObject(Expression<Object>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- castString(Expression<String>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- CHAR - org.hotrod.runtime.livesql.expressions.JDBCType
- charToHexa(char) - Static method in class org.hotrod.runtime.util.HexaUtils
- ChooseExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- ChooseExpression(OtherwiseExpression, WhenExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.ChooseExpression
- CLOB - org.hotrod.runtime.livesql.expressions.JDBCType
- close() - Method in class org.hotrod.runtime.tx.TxManager
- coalesce(byte[]) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- coalesce(Boolean) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- coalesce(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- coalesce(Object) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectExpression
- coalesce(String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- coalesce(Date) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- coalesce(ByteArrayExpression) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- coalesce(DateTimeExpression) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- coalesce(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- coalesce(ObjectExpression) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectExpression
- coalesce(Predicate) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- coalesce(StringExpression) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- coalesce(QueryWriter, List<Expression<T>>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- CollectionExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- CollectionExpression(DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
- Column - Interface in org.hotrod.runtime.livesql.metadata
- CombinableSelect<R> - Interface in org.hotrod.runtime.livesql.queries.select
- commit() - Method in class org.hotrod.runtime.tx.TxManager
- concat(String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- concat(LiteralExpression) - Method in class org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
- concat(Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- concat(QueryWriter, List<Expression<String>>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- concat(T...) - Static method in class org.hotrod.runtime.util.AUtil
- concat(T[]...) - Static method in class org.hotrod.runtime.util.AUtil
- concat(T[], T...) - Static method in class org.hotrod.runtime.util.AUtil
- concat(T, T[]) - Static method in class org.hotrod.runtime.util.AUtil
- Concat - Class in org.hotrod.runtime.livesql.expressions.strings
- Concat(List<Expression<String>>) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Concat
- Concat(Expression<String>...) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Concat
- connector(String) - Method in class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- Constant<T> - Class in org.hotrod.runtime.livesql.expressions.general
- Constant(T) - Constructor for class org.hotrod.runtime.livesql.expressions.general.Constant
- count() - Method in class org.hotrod.runtime.livesql.LiveSQL
- Count - Class in org.hotrod.runtime.livesql.expressions.aggregations
- Count() - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.Count
- countDistinct(Expression<?>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- CountDistinct - Class in org.hotrod.runtime.livesql.expressions.aggregations
- CountDistinct(Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.CountDistinct
- countMatches(String, String) - Static method in class org.hotrod.runtime.util.SUtils
- create(Class<T>) - Method in class org.hotrod.runtime.spring.SpringBeanObjectFactory
- create(Class<T>, List<Class<?>>, List<Object>) - Method in class org.hotrod.runtime.spring.SpringBeanObjectFactory
- CriteriaLimitPhase<T> - Class in org.hotrod.runtime.livesql.queries.select
- CriteriaOffsetPhase<T> - Class in org.hotrod.runtime.livesql.queries.select
- CriteriaOrderByPhase<T> - Class in org.hotrod.runtime.livesql.queries.select
- CriteriaWherePhase<T> - Class in org.hotrod.runtime.livesql.queries.select
- CriteriaWherePhase(TableOrView, SQLDialect, SqlSession, Predicate, String) - Constructor for class org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase
- crossJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- CrossJoin - Class in org.hotrod.runtime.livesql.queries.select
- CURRENT_ROW - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- currentDate() - Method in class org.hotrod.runtime.livesql.LiveSQL
- currentDate(QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- CurrentDate - Class in org.hotrod.runtime.livesql.expressions.datetime
- CurrentDate() - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.CurrentDate
- currentDateTime() - Method in class org.hotrod.runtime.livesql.LiveSQL
- currentDateTime(QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- CurrentDateTime - Class in org.hotrod.runtime.livesql.expressions.datetime
- CurrentDateTime() - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.CurrentDateTime
- currentRow() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- currentTime() - Method in class org.hotrod.runtime.livesql.LiveSQL
- currentTime(QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- CurrentTime - Class in org.hotrod.runtime.livesql.expressions.datetime
- CurrentTime() - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.CurrentTime
- CUtil - Class in org.hotrod.runtime.util
- CUtil() - Constructor for class org.hotrod.runtime.util.CUtil
D
- DaoForUpdate<P> - Class in org.hotrod.runtime.interfaces
- DaoForUpdate(P, long, long, long) - Constructor for class org.hotrod.runtime.interfaces.DaoForUpdate
- DaoWithOrder<P,O extends OrderBy> - Class in org.hotrod.runtime.interfaces
- DaoWithOrder(P, O...) - Constructor for class org.hotrod.runtime.interfaces.DaoWithOrder
- DatabaseObject - Class in org.hotrod.runtime.livesql.metadata
- DatabaseObject(String, String, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.DatabaseObject
- DATALINK - org.hotrod.runtime.livesql.expressions.JDBCType
- date() - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- date(QueryWriter, Expression<Date>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Date - Class in org.hotrod.runtime.livesql.expressions.datetime
- Date(Expression<Date>) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.Date
- DATE - org.hotrod.runtime.livesql.expressions.JDBCType
- datetime(Expression<Date>, Expression<Date>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- dateTime(QueryWriter, Expression<Date>, Expression<Date>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- DateTime - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTime(Expression<Date>, Expression<Date>) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTime
- DateTimeAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- DateTimeAggregationFunction(String, Expression<Date>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeAggregationFunction
- DateTimeCoalesce - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeCoalesce(DateTimeExpression...) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeCoalesce
- DateTimeColumn - Class in org.hotrod.runtime.livesql.metadata
- DateTimeColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- DateTimeConstant - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeConstant(Date) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeConstant
- DateTimeExpression - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeExpression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- DateTimeFieldExpression - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeFieldExpression(DateTimeFieldExpression.DateTimeField) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression
- DateTimeFieldExpression.DateTimeField - Enum in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeFunction - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeFunction() - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeFunction
- DateTimeMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- DateTimeMax(DateTimeExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeMax
- DateTimeMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- DateTimeMin(DateTimeExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeMin
- DateTimeValue - Class in org.hotrod.runtime.livesql.expressions.datetime
- DateTimeValue(Expression<Date>) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.DateTimeValue
- DAY - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- DB2 - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- DB2Dialect - Class in org.hotrod.runtime.livesql.dialects
- DB2Dialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.DB2Dialect
- DECIMAL - org.hotrod.runtime.livesql.expressions.JDBCType
- decode(T) - Method in interface org.hotrod.runtime.converter.TypeConverter
- Deletable<T> - Interface in org.hotrod.runtime.interfaces
- deleteByPK() - Method in interface org.hotrod.runtime.interfaces.Seekable
- deleteByPK(SqlSession) - Method in interface org.hotrod.runtime.interfaces.Seekable
- denseRank() - Method in class org.hotrod.runtime.livesql.LiveSQL
- DenseRank - Class in org.hotrod.runtime.livesql.expressions.analytics
- DenseRank() - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.DenseRank
- DERBY - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- DerbyDialect - Class in org.hotrod.runtime.livesql.dialects
- DerbyDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.DerbyDialect
- desc() - Method in class org.hotrod.runtime.livesql.expressions.Expression
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NumericAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ObjectAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowExpression
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseClause
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDate
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDateTime
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentTime
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Date
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTime
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Extract
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Time
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.general.Constant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.general.Tuple
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Abs
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.BinaryNumberExpression
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Log
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Neg
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Power
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Round
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Signum
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Trunc
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Between
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BinaryPredicate
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Exists
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.InList
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNotNull
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNull
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Not
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotBetween
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotExists
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotInList
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.PredicateCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Concat
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Length
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Locate
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Lower
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringCoalesce
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringConstant
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringValue
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Substring
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Trim
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Upper
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.TableOrView
- designateAliases(AbstractSelect.AliasGenerator) - Method in interface org.hotrod.runtime.livesql.queries.select.CombinableSelect
- designateAliases(AbstractSelect.AliasGenerator) - Method in interface org.hotrod.runtime.livesql.queries.select.ExecutableSelect
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectLimitPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- designateAliases(AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- DISTINCT - org.hotrod.runtime.livesql.expressions.JDBCType
- div(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- div(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Div - Class in org.hotrod.runtime.livesql.expressions.numbers
- Div(NumberExpression, NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Div
- DOUBLE - org.hotrod.runtime.livesql.expressions.JDBCType
- DOW - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- DuplicateLiveSQLAliasException - Exception in org.hotrod.runtime.livesql.exceptions
- DuplicateLiveSQLAliasException() - Constructor for exception org.hotrod.runtime.livesql.exceptions.DuplicateLiveSQLAliasException
- DynamicExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- DynamicExpression() - Constructor for class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- DynamicSQLEvaluationException - Exception in org.hotrod.runtime.dynamicsql
- DynamicSQLEvaluationException(String) - Constructor for exception org.hotrod.runtime.dynamicsql.DynamicSQLEvaluationException
- DynamicSQLParameters - Class in org.hotrod.runtime.dynamicsql
- DynamicSQLParameters() - Constructor for class org.hotrod.runtime.dynamicsql.DynamicSQLParameters
E
- elseValue(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- elseValue(T) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- ENCLOSE - org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
- EnclosedSelect<R> - Class in org.hotrod.runtime.livesql.queries.select
- EnclosedSelect(SQLDialect, boolean, SqlSession, String, AbstractSelect<R>) - Constructor for class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- encode(A) - Method in interface org.hotrod.runtime.converter.TypeConverter
- end() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameExcludeStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOverStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionPartitioningStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseElseStage
- end() - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- endsWithIgnoreCase(String, String) - Static method in class org.hotrod.runtime.util.SUtils
- enterLevel() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- enterLevel(boolean, boolean) - Method in class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- eq(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- eq(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- eqAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- EqAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- EqAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.EqAll
- eqAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- EqAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- EqAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.EqAny
- Equal - Class in org.hotrod.runtime.livesql.expressions.predicates
- Equal(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Equal
- equals(Object) - Method in class org.hotrod.runtime.json.JSONString
- equals(String, String) - Static method in class org.hotrod.runtime.util.SUtils
- EQUALS - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- escapeChar(char) - Static method in class org.hotrod.runtime.json.JSONString
- escapeJavaString(String) - Static method in class org.hotrod.runtime.util.SUtils
- escapeXmlAttribute(String) - Static method in class org.hotrod.runtime.util.SUtils
- escapeXmlBody(String) - Static method in class org.hotrod.runtime.util.SUtils
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.BindExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.ChooseExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.ForEachExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.IfExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.TrimExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.VariableExpression
- evaluate(StringBuilder, DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.WhenExpression
- evaluate(DynamicSQLParameters) - Method in class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- EvaluationFeedback - Class in org.hotrod.runtime.dynamicsql
- EvaluationFeedback(boolean) - Constructor for class org.hotrod.runtime.dynamicsql.EvaluationFeedback
- except(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- EXCEPT - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- EXCEPT_ALL - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- exceptAll(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- EXCLUDE_CURRENT_ROW - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- EXCLUDE_GROUP - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- EXCLUDE_NO_OTHERS - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- EXCLUDE_TIES - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- excludeCurrentRow() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- excludeGroup() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- excludeNoOthers() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- excludeTies() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- ExecutableSelect<R> - Interface in org.hotrod.runtime.livesql.queries.select
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaLimitPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaOffsetPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaOrderByPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase
- execute() - Method in interface org.hotrod.runtime.livesql.queries.select.ExecutableSelect
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectLimitPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- execute() - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- exists(ExecutableSelect<R>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Exists - Class in org.hotrod.runtime.livesql.expressions.predicates
- Exists(ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Exists
- exitLevel() - Method in class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- exitLevel() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- expression - Variable in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- expression - Variable in class org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- expression - Variable in class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- Expression<T> - Class in org.hotrod.runtime.livesql.expressions
- Expression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.Expression
- expressions - Variable in class org.hotrod.runtime.dynamicsql.expressions.TrimExpression
- ExpressionWriter - Class in org.hotrod.runtime.livesql.expressions
- ExpressionWriter(boolean) - Constructor for class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- ExpressionWriter(boolean, int, boolean) - Constructor for class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- extract(DateTimeFieldExpression.DateTimeField) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- extract(QueryWriter, Expression<Date>, DateTimeFieldExpression) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Extract - Class in org.hotrod.runtime.livesql.expressions.datetime
- Extract(Expression<Date>, DateTimeFieldExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.Extract
F
- FLOAT - org.hotrod.runtime.livesql.expressions.JDBCType
- ForEachExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- ForEachExpression(String, String, String, String, String, String, DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.ForEachExpression
- from(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- fullJoin(TableOrView, Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- fullJoin(TableOrView, Column...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- FullOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- FunctionRenderer - Class in org.hotrod.runtime.livesql.dialects
-
Generic rendering class.
- FunctionRenderer() - Constructor for class org.hotrod.runtime.livesql.dialects.FunctionRenderer
G
- ge(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- ge(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- geAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- GeAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- GeAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.GeAll
- geAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- GeAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- GeAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.GeAny
- get(String) - Method in class org.hotrod.runtime.dynamicsql.DynamicSQLParameters
- getAlias() - Method in class org.hotrod.runtime.livesql.metadata.TableOrView
- getAlias() - Method in class org.hotrod.runtime.util.SQLTable
- getAliases() - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect.TableReferences
- getApplicationContext() - Static method in class org.hotrod.runtime.spring.ApplicationContextProvider
- getCaller() - Static method in class org.hotrod.runtime.util.LogUtil
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getCatalog() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.DatabaseObject
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getCatalog() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getCharacterOffset() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- getCode() - Method in enum org.hotrod.runtime.livesql.expressions.JDBCType
- getColumnName() - Method in interface org.hotrod.runtime.interfaces.OrderBy
- getColumnNumber() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getColumnSize() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getColumnSize() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getConsolidatedParameters() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter.LiveSQLStructure
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.BindExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.ChooseExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.ForEachExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.IfExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.SetExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.TrimExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.VariableExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.WhenExpression
- getConstructorParameters() - Method in class org.hotrod.runtime.dynamicsql.expressions.WhereExpression
- getCount() - Method in class org.hotrod.runtime.util.ListWriter
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getDecimalDigits() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getDecimalDigits() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getDefaultValue() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getDefaultValue() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getFieldName() - Method in class org.hotrod.runtime.util.SQLField
- getFile() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- getFiller(char, int) - Static method in class org.hotrod.runtime.util.SUtils
- getFiller(String, int) - Static method in class org.hotrod.runtime.util.SUtils
- getFilter() - Method in class org.hotrod.runtime.interfaces.UpdateByExampleDao
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DB2Dialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DerbyDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.H2Dialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MySQLDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.OracleDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- getFunctionRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DB2Dialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DerbyDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.H2Dialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MySQLDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.OracleDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- getIdentifierRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- getItemCount() - Method in class org.hotrod.runtime.interfaces.SQLRenderer
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DB2Dialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DerbyDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.H2Dialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MySQLDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.OracleDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- getJoinRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- getLineNumber() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- getMajorVersion() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getMinorVersion() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getName() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getName() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getName() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getName() - Method in class org.hotrod.runtime.livesql.metadata.DatabaseObject
- getName() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getName() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getName() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getName() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getName() - Method in class org.hotrod.runtime.util.SQLTable
- getNextVersionValue() - Method in class org.hotrod.runtime.interfaces.DaoForUpdate
- getO() - Method in class org.hotrod.runtime.interfaces.DaoWithOrder
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getObjectInstance() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getObjectInstance() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getObjectName() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getObjectName() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getP() - Method in class org.hotrod.runtime.interfaces.DaoForUpdate
- getP() - Method in class org.hotrod.runtime.interfaces.DaoWithOrder
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DB2Dialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DerbyDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.H2Dialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MySQLDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.OracleDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- getPaginationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- getPaginationType(Integer, Integer) - Method in class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- getParameters() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter.LiveSQLStructure
- getParameters() - Method in class org.hotrod.runtime.util.SQLCompositeExpression
- getParameters() - Method in class org.hotrod.runtime.util.SQLJoin
- getParameters() - Method in interface org.hotrod.runtime.util.SQLLogicalExpression
- getParameters() - Method in class org.hotrod.runtime.util.SQLSimpleExpression
- getParamTypes(SQLRenderer...) - Static method in class org.hotrod.runtime.interfaces.SQLRenderer
- getParamValues(SQLRenderer...) - Static method in class org.hotrod.runtime.interfaces.SQLRenderer
- getPrecedence() - Method in class org.hotrod.runtime.livesql.expressions.Expression
- getPrefix() - Method in enum org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
- getPreparedQuery() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- getPreview() - Method in interface org.hotrod.runtime.livesql.queries.select.ExecutableSelect
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectLimitPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- getPreview() - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- getProductName() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getProductVersion() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getProperty() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getProperty() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getSchema() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.DatabaseObject
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getSchema() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getSeparator() - Method in enum org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DB2Dialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.DerbyDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.H2Dialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.MySQLDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.OracleDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- getSetOperationRenderer() - Method in class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- getSourceLocation() - Method in exception org.hotrod.runtime.exceptions.InvalidJavaExpressionException
- getSQL() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter.LiveSQLStructure
- getSqlDialect() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- getSqlDialect() - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- getSqlSession() - Method in class org.hotrod.runtime.tx.TxManager
- getSqlSession() - Method in class org.hotrod.runtime.tx.TxManager.HotRodSqlSession
- getSqlSessionFactory() - Method in class org.hotrod.runtime.tx.TxManager
- getTable() - Method in class org.hotrod.runtime.util.SQLField
- getTable() - Method in class org.hotrod.runtime.util.SQLJoin
- getTableName() - Method in interface org.hotrod.runtime.interfaces.OrderBy
- getTableReferences() - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect.TableReferences
- getType() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- getType() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- getType() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- getType() - Method in class org.hotrod.runtime.livesql.metadata.DatabaseObject
- getType() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- getType() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- getType() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- getType() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- getValues() - Method in class org.hotrod.runtime.interfaces.UpdateByExampleDao
- GREATER_OR_EQUAL - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- GREATER_THAN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- GreaterThan - Class in org.hotrod.runtime.livesql.expressions.predicates
- GreaterThan(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.GreaterThan
- GreaterThanOrEqualTo - Class in org.hotrod.runtime.livesql.expressions.predicates
- GreaterThanOrEqualTo(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.GreaterThanOrEqualTo
- groupBy(Expression<?>...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- groupBy(Expression<?>...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- groupConcat(Expression<String>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- groupConcat(Expression<String>, String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- groupConcat(Expression<String>, String, OrderingTerm...) - Method in class org.hotrod.runtime.livesql.LiveSQL
- groupConcat(QueryWriter, boolean, Expression<String>, List<OrderingTerm>, Expression<String>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- GroupConcat - Class in org.hotrod.runtime.livesql.expressions.aggregations
- GroupConcat(Expression<String>, List<OrderingTerm>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.GroupConcat
- groupConcatDistinct(Expression<String>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- groupConcatDistinct(Expression<String>, String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- groupConcatDistinct(Expression<String>, String, OrderingTerm...) - Method in class org.hotrod.runtime.livesql.LiveSQL
- GroupConcatDistinct - Class in org.hotrod.runtime.livesql.expressions.aggregations
- GroupConcatDistinct(Expression<String>, List<OrderingTerm>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.GroupConcatDistinct
- groups() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage
- GROUPS - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
- gt(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- gt(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- gtAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- GtAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- GtAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.GtAll
- gtAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- GtAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- GtAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.GtAny
H
- H2 - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- H2Dialect - Class in org.hotrod.runtime.livesql.dialects
- H2Dialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.H2Dialect
- has(String) - Method in class org.hotrod.runtime.dynamicsql.DynamicSQLParameters
- hashCode() - Method in class org.hotrod.runtime.json.JSONString
- having(Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- HexaUtils - Class in org.hotrod.runtime.util
- HexaUtils() - Constructor for class org.hotrod.runtime.util.HexaUtils
- HotRodSqlSession(SqlSession) - Constructor for class org.hotrod.runtime.tx.TxManager.HotRodSqlSession
- HOUR - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- HYPERSQL - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- HyperSQLDialect - Class in org.hotrod.runtime.livesql.dialects
- HyperSQLDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.HyperSQLDialect
I
- IdentifierRenderer - Class in org.hotrod.runtime.livesql.dialects
- IdentifierRenderer(String, String, String, boolean) - Constructor for class org.hotrod.runtime.livesql.dialects.IdentifierRenderer
- IfExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- IfExpression(String, DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.IfExpression
- in(Expression<T>...) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- in(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- in(T...) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- IN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- indent(String, int) - Static method in class org.hotrod.runtime.util.SUtils
- InList<T> - Class in org.hotrod.runtime.livesql.expressions.predicates
- InList(Expression<T>, List<Expression<T>>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.InList
- INNER_JOIN - org.hotrod.runtime.util.SQLJoin.JoinType
- InnerJoin - Class in org.hotrod.runtime.livesql.queries.select
- insert() - Method in interface org.hotrod.runtime.interfaces.Insertable
- insert(SqlSession) - Method in interface org.hotrod.runtime.interfaces.Insertable
- Insertable<T> - Interface in org.hotrod.runtime.interfaces
- InSubquery - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- InSubquery(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.InSubquery
- INTEGER - org.hotrod.runtime.livesql.expressions.JDBCType
- intersect(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- INTERSECT - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- INTERSECT_ALL - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- intersectAll(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- InvalidJavaExpressionException - Exception in org.hotrod.runtime.exceptions
- InvalidJavaExpressionException(SourceLocation, String) - Constructor for exception org.hotrod.runtime.exceptions.InvalidJavaExpressionException
- InvalidJexlExpressionException - Exception in org.hotrod.runtime.exceptions
- InvalidJexlExpressionException(String) - Constructor for exception org.hotrod.runtime.exceptions.InvalidJexlExpressionException
- InvalidLiveSQLClauseException - Exception in org.hotrod.runtime.livesql.exceptions
- InvalidLiveSQLClauseException(String) - Constructor for exception org.hotrod.runtime.livesql.exceptions.InvalidLiveSQLClauseException
- InvalidLiveSQLStatementException - Exception in org.hotrod.runtime.livesql.exceptions
- InvalidLiveSQLStatementException(String) - Constructor for exception org.hotrod.runtime.livesql.exceptions.InvalidLiveSQLStatementException
- IS_NULL - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- isAscending() - Method in interface org.hotrod.runtime.interfaces.OrderBy
- isCollection(Class<T>) - Method in class org.hotrod.runtime.spring.SpringBeanObjectFactory
- isEmpty() - Method in class org.hotrod.runtime.util.ListWriter
- isEmpty(String) - Static method in class org.hotrod.runtime.util.SUtils
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- isLob() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- isLob() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- isLowerCase(char) - Static method in class org.hotrod.runtime.util.SUtils
- isNotNull() - Method in class org.hotrod.runtime.livesql.expressions.Expression
- IsNotNull - Class in org.hotrod.runtime.livesql.expressions.predicates
- IsNotNull(Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.IsNotNull
- isNull() - Method in class org.hotrod.runtime.livesql.expressions.Expression
- IsNull - Class in org.hotrod.runtime.livesql.expressions.predicates
- IsNull(Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.IsNull
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- isNullable() - Method in interface org.hotrod.runtime.livesql.metadata.Column
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- isNullable() - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- isTransactionOngoing() - Method in class org.hotrod.runtime.tx.TxManager.HotRodSqlSession
- isTransactionOngoing() - Method in class org.hotrod.runtime.tx.TxManager
- isUpperCase(char) - Static method in class org.hotrod.runtime.util.SUtils
J
- JAVA_OBJECT - org.hotrod.runtime.livesql.expressions.JDBCType
- JDBCType - Enum in org.hotrod.runtime.livesql.expressions
- JEXL_ENGINE - Static variable in class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- join(TableOrView, Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- join(TableOrView, Column...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- Join - Class in org.hotrod.runtime.livesql.queries.select
- JOIN - org.hotrod.runtime.util.SQLJoin.JoinType
- JoinRenderer - Class in org.hotrod.runtime.livesql.dialects
- JoinRenderer() - Constructor for class org.hotrod.runtime.livesql.dialects.JoinRenderer
- JSONArray - Class in org.hotrod.runtime.json
- JSONArray() - Constructor for class org.hotrod.runtime.json.JSONArray
- JSONBoolean - Class in org.hotrod.runtime.json
- JSONBoolean(boolean) - Constructor for class org.hotrod.runtime.json.JSONBoolean
- JSONNullValue - Class in org.hotrod.runtime.json
- JSONNullValue() - Constructor for class org.hotrod.runtime.json.JSONNullValue
- JSONNumber - Class in org.hotrod.runtime.json
- JSONNumber(Number) - Constructor for class org.hotrod.runtime.json.JSONNumber
- JSONObject - Class in org.hotrod.runtime.json
- JSONObject() - Constructor for class org.hotrod.runtime.json.JSONObject
- JSONString - Class in org.hotrod.runtime.json
- JSONString(String) - Constructor for class org.hotrod.runtime.json.JSONString
- JSONValue - Interface in org.hotrod.runtime.json
L
- lag(Expression<byte[]>, Number, byte[]) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<Boolean>, Number, Boolean) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<Number>, Number, Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<Object>, Number, Object) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<String>, Number, Character) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<String>, Number, String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<Date>, Number, Date) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<T>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<T>, Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lag(Expression<T>, Number, Expression<T>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Lag<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- Lag(Expression<?>, Expression<Number>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.Lag
- le(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- le(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- lead(Expression<byte[]>, Number, byte[]) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<Boolean>, Number, Boolean) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<Number>, Number, Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<Object>, Number, Object) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<String>, Number, Character) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<String>, Number, String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<Date>, Number, Date) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<T>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<T>, Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- lead(Expression<T>, Number, Expression<T>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Lead<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- Lead(Expression<?>, Expression<Number>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.Lead
- leAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- LeAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- LeAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.LeAll
- leAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- LeAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- LeAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.LeAny
- LEFT_JOIN - org.hotrod.runtime.util.SQLJoin.JoinType
- leftJoin(TableOrView, Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- leftJoin(TableOrView, Column...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- LeftOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- length() - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- length(QueryWriter, Expression<String>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Length - Class in org.hotrod.runtime.livesql.expressions.strings
- Length(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Length
- LessThan - Class in org.hotrod.runtime.livesql.expressions.predicates
- LessThan(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.LessThan
- LessThanOrEqualTo - Class in org.hotrod.runtime.livesql.expressions.predicates
- LessThanOrEqualTo(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.LessThanOrEqualTo
- like(String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- like(String, String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- like(String, Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- like(Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- like(Expression<String>, String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- like(Expression<String>, Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- Like - Class in org.hotrod.runtime.livesql.expressions.predicates
- Like(Expression<String>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Like
- Like(Expression<String>, Expression<String>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Like
- LIKE - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaOffsetPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaOrderByPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- limit(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- ListWriter - Class in org.hotrod.runtime.util
- ListWriter(String) - Constructor for class org.hotrod.runtime.util.ListWriter
- ListWriter(String, String) - Constructor for class org.hotrod.runtime.util.ListWriter
- ListWriter(String, String, String) - Constructor for class org.hotrod.runtime.util.ListWriter
- ListWriter(String, String, String, String) - Constructor for class org.hotrod.runtime.util.ListWriter
- ListWriter(String, String, String, String, String) - Constructor for class org.hotrod.runtime.util.ListWriter
- ListWriter(String, String, String, String, String, String) - Constructor for class org.hotrod.runtime.util.ListWriter
- LiteralExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- LiteralExpression(String) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
- LIVE_SQL_MAPPER_NAMESPACE - Static variable in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- LIVE_SQL_MAPPER_STATEMENT_NAME - Static variable in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- LiveSQL - Class in org.hotrod.runtime.livesql
- LiveSQL() - Constructor for class org.hotrod.runtime.livesql.LiveSQL
- LiveSQLStructure(String, LinkedHashMap<String, Object>) - Constructor for class org.hotrod.runtime.livesql.queries.select.QueryWriter.LiveSQLStructure
- loadFileAsString(File) - Static method in class org.hotrod.runtime.util.SUtils
- loadFileAsString(File, String) - Static method in class org.hotrod.runtime.util.SUtils
- locate(String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(String, Number) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(String, Expression<Number>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(Expression<String>, Number) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(Expression<String>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- locate(QueryWriter, Expression<String>, Expression<String>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Locate - Class in org.hotrod.runtime.livesql.expressions.strings
- Locate(Expression<String>, Expression<String>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Locate
- log(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- log(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Log - Class in org.hotrod.runtime.livesql.expressions.numbers
- Log(Expression<Number>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Log
- logarithm(QueryWriter, Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- LogUtil - Class in org.hotrod.runtime.util
- LogUtil() - Constructor for class org.hotrod.runtime.util.LogUtil
- LONGNVARCHAR - org.hotrod.runtime.livesql.expressions.JDBCType
- LONGVARBINARY - org.hotrod.runtime.livesql.expressions.JDBCType
- LONGVARCHAR - org.hotrod.runtime.livesql.expressions.JDBCType
- lower() - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- lower(QueryWriter, Expression<String>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Lower - Class in org.hotrod.runtime.livesql.expressions.strings
- Lower(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Lower
- LOWER_OR_EQUAL - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- LOWER_THAN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- lowerFirst(String) - Static method in class org.hotrod.runtime.util.SUtils
- lt(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- lt(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- ltAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- LtAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- LtAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.LtAll
- ltAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- LtAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- LtAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.LtAny
M
- main(String[]) - Static method in class org.hotrod.runtime.util.SQLCompositeExpression
- main(String[]) - Static method in class org.hotrod.runtime.util.SQLField
- MARIADB - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- MariaDBDialect - Class in org.hotrod.runtime.livesql.dialects
- MariaDBDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.MariaDBDialect
- markProcessed() - Method in class org.hotrod.runtime.dynamicsql.EvaluationFeedback
- max(ByteArrayExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- max(DateTimeExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- max(NumberExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- max(ObjectExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- max(Predicate) - Method in class org.hotrod.runtime.livesql.LiveSQL
- max(StringExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- MILLISECOND - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- min(ByteArrayExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- min(DateTimeExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- min(NumberExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- min(ObjectExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- min(Predicate) - Method in class org.hotrod.runtime.livesql.LiveSQL
- min(StringExpression) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Min - Class in org.hotrod.runtime.livesql.expressions.aggregations
- Min(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.Min
- minus(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- minus(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Minus - Class in org.hotrod.runtime.livesql.expressions.numbers
- Minus(NumberExpression, NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Minus
- MINUTE - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- MONTH - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- mult(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- mult(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Mult - Class in org.hotrod.runtime.livesql.expressions.numbers
- Mult(NumberExpression, NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Mult
- MYSQL - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- MySQLDialect - Class in org.hotrod.runtime.livesql.dialects
- MySQLDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.MySQLDialect
N
- naturalFullJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- NaturalFullOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- NaturalInnerJoin - Class in org.hotrod.runtime.livesql.queries.select
- naturalJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- NaturalJoin - Class in org.hotrod.runtime.livesql.queries.select
- naturalLeftJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- NaturalLeftOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- naturalRightJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- NaturalRightOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- NCHAR - org.hotrod.runtime.livesql.expressions.JDBCType
- NCLOB - org.hotrod.runtime.livesql.expressions.JDBCType
- ne(Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- ne(T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- neAll(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- NeAll - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- NeAll(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.NeAll
- neAny(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- NeAny - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- NeAny(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.NeAny
- neg() - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- neg(QueryWriter, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Neg - Class in org.hotrod.runtime.livesql.expressions.numbers
- Neg(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Neg
- next() - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect.AliasGenerator
- NonWindowableAggregationFunction<T> - Class in org.hotrod.runtime.livesql.expressions.aggregations
- NonWindowableAggregationFunction(String, String, Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- not(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Not - Class in org.hotrod.runtime.livesql.expressions.predicates
- Not(Expression<Boolean>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Not
- NOT_BETWEEN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- NOT_EQUAL - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- NOT_IN - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- NOT_IS_NULL - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- NOT_LIKE - org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- notBetween(Expression<T>, Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- notBetween(Expression<T>, T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- notBetween(T, Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- notBetween(T, T) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- NotBetween - Class in org.hotrod.runtime.livesql.expressions.predicates
- NotBetween(Expression<T>, Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotBetween
- NotEqual - Class in org.hotrod.runtime.livesql.expressions.predicates
- NotEqual(Expression<T>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotEqual
- notExists(ExecutableSelect<R>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- NotExists - Class in org.hotrod.runtime.livesql.expressions.predicates
- NotExists(ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotExists
- notIn(Expression<T>...) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- notIn(ExecutableSelect) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- notIn(T...) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- NotInList<T> - Class in org.hotrod.runtime.livesql.expressions.predicates
- NotInList(Expression<T>, List<Expression<T>>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotInList
- NotInSubquery - Class in org.hotrod.runtime.livesql.expressions.asymmetric
- NotInSubquery(Expression<?>, ExecutableSelect) - Constructor for class org.hotrod.runtime.livesql.expressions.asymmetric.NotInSubquery
- notLike(String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- notLike(String, String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- notLike(String, Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- notLike(Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- notLike(Expression<String>, String) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- notLike(Expression<String>, Expression<String>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- NotLike - Class in org.hotrod.runtime.livesql.expressions.predicates
- NotLike(Expression<String>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotLike
- NotLike(Expression<String>, Expression<String>, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.NotLike
- ntile() - Method in class org.hotrod.runtime.livesql.LiveSQL
- NTile - Class in org.hotrod.runtime.livesql.expressions.analytics
- NTile() - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.NTile
- NULL - org.hotrod.runtime.livesql.expressions.JDBCType
- NULLS_FIRST - org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
- NULLS_LAST - org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
- nullsFirst() - Method in class org.hotrod.runtime.livesql.ordering.OrderByDirectionStage
- nullsLast() - Method in class org.hotrod.runtime.livesql.ordering.OrderByDirectionStage
- NumberCoalesce - Class in org.hotrod.runtime.livesql.expressions.numbers
- NumberCoalesce(NumberExpression...) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.NumberCoalesce
- NumberColumn - Class in org.hotrod.runtime.livesql.metadata
- NumberColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.NumberColumn
- NumberConstant - Class in org.hotrod.runtime.livesql.expressions.numbers
- NumberConstant(Number) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.NumberConstant
- NumberExpression - Class in org.hotrod.runtime.livesql.expressions.numbers
- NumberExpression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- NumberMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- NumberMax(NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.NumberMax
- NumberMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- NumberMin(NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.NumberMin
- NumberValue - Class in org.hotrod.runtime.livesql.expressions.numbers
- NumberValue(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.NumberValue
- NUMERIC - org.hotrod.runtime.livesql.expressions.JDBCType
- NumericAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- NumericAggregationFunction(String, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.NumericAggregationFunction
- NumericFunction - Class in org.hotrod.runtime.livesql.expressions.numbers
- NumericFunction() - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.NumericFunction
- NVARCHAR - org.hotrod.runtime.livesql.expressions.JDBCType
O
- ObjectAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ObjectAggregationFunction(String, Expression<Object>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ObjectAggregationFunction
- ObjectCoalesce - Class in org.hotrod.runtime.livesql.expressions.object
- ObjectCoalesce(ObjectExpression...) - Constructor for class org.hotrod.runtime.livesql.expressions.object.ObjectCoalesce
- ObjectColumn - Class in org.hotrod.runtime.livesql.metadata
- ObjectColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.ObjectColumn
- ObjectConstant - Class in org.hotrod.runtime.livesql.expressions.object
- ObjectConstant(Object) - Constructor for class org.hotrod.runtime.livesql.expressions.object.ObjectConstant
- ObjectExpression - Class in org.hotrod.runtime.livesql.expressions.object
- ObjectExpression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.object.ObjectExpression
- ObjectMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ObjectMax(ObjectExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ObjectMax
- ObjectMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- ObjectMin(ObjectExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.ObjectMin
- ObjectValue - Class in org.hotrod.runtime.livesql.expressions.object
- ObjectValue(Expression<Object>) - Constructor for class org.hotrod.runtime.livesql.expressions.object.ObjectValue
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaOrderByPhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- offset(int) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- OFFSET_FOLLOWING - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- OFFSET_PRECEDING - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- or(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- Or - Class in org.hotrod.runtime.livesql.expressions.predicates
- Or(Expression<Boolean>, Expression<Boolean>) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Or
- OR - org.hotrod.runtime.util.SQLCompositeExpression.CompositeExpressionOperator
- ORACLE - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- OracleDialect - Class in org.hotrod.runtime.livesql.dialects
- OracleDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.OracleDialect
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOverStage
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionPartitioningStage
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- orderBy(OrderingTerm...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- OrderBy - Interface in org.hotrod.runtime.interfaces
- OrderByDirectionStage - Class in org.hotrod.runtime.livesql.ordering
- OrderByDirectionStage(Expression<?>, boolean) - Constructor for class org.hotrod.runtime.livesql.ordering.OrderByDirectionStage
- OrderByNullsStage - Class in org.hotrod.runtime.livesql.ordering
- OrderByNullsStage(OrderByProperties) - Constructor for class org.hotrod.runtime.livesql.ordering.OrderByNullsStage
- OrderByProperties - Class in org.hotrod.runtime.livesql.ordering
- OrderByProperties(Expression<?>, boolean) - Constructor for class org.hotrod.runtime.livesql.ordering.OrderByProperties
- OrderByProperties.NullsOrdering - Enum in org.hotrod.runtime.livesql.ordering
- OrderByRenderer - Class in org.hotrod.runtime.interfaces
- OrderByRenderer() - Constructor for class org.hotrod.runtime.interfaces.OrderByRenderer
- OrderingTerm - Interface in org.hotrod.runtime.livesql.ordering
- org.hotrod.runtime.converter - package org.hotrod.runtime.converter
- org.hotrod.runtime.dynamicsql - package org.hotrod.runtime.dynamicsql
- org.hotrod.runtime.dynamicsql.expressions - package org.hotrod.runtime.dynamicsql.expressions
- org.hotrod.runtime.exceptions - package org.hotrod.runtime.exceptions
- org.hotrod.runtime.interfaces - package org.hotrod.runtime.interfaces
- org.hotrod.runtime.json - package org.hotrod.runtime.json
- org.hotrod.runtime.livesql - package org.hotrod.runtime.livesql
- org.hotrod.runtime.livesql.dialects - package org.hotrod.runtime.livesql.dialects
- org.hotrod.runtime.livesql.exceptions - package org.hotrod.runtime.livesql.exceptions
- org.hotrod.runtime.livesql.expressions - package org.hotrod.runtime.livesql.expressions
- org.hotrod.runtime.livesql.expressions.aggregations - package org.hotrod.runtime.livesql.expressions.aggregations
- org.hotrod.runtime.livesql.expressions.analytics - package org.hotrod.runtime.livesql.expressions.analytics
- org.hotrod.runtime.livesql.expressions.asymmetric - package org.hotrod.runtime.livesql.expressions.asymmetric
- org.hotrod.runtime.livesql.expressions.binary - package org.hotrod.runtime.livesql.expressions.binary
- org.hotrod.runtime.livesql.expressions.caseclause - package org.hotrod.runtime.livesql.expressions.caseclause
- org.hotrod.runtime.livesql.expressions.datetime - package org.hotrod.runtime.livesql.expressions.datetime
- org.hotrod.runtime.livesql.expressions.general - package org.hotrod.runtime.livesql.expressions.general
- org.hotrod.runtime.livesql.expressions.numbers - package org.hotrod.runtime.livesql.expressions.numbers
- org.hotrod.runtime.livesql.expressions.object - package org.hotrod.runtime.livesql.expressions.object
- org.hotrod.runtime.livesql.expressions.predicates - package org.hotrod.runtime.livesql.expressions.predicates
- org.hotrod.runtime.livesql.expressions.strings - package org.hotrod.runtime.livesql.expressions.strings
- org.hotrod.runtime.livesql.metadata - package org.hotrod.runtime.livesql.metadata
- org.hotrod.runtime.livesql.ordering - package org.hotrod.runtime.livesql.ordering
- org.hotrod.runtime.livesql.queries.select - package org.hotrod.runtime.livesql.queries.select
- org.hotrod.runtime.livesql.util - package org.hotrod.runtime.livesql.util
- org.hotrod.runtime.spring - package org.hotrod.runtime.spring
- org.hotrod.runtime.tx - package org.hotrod.runtime.tx
- org.hotrod.runtime.util - package org.hotrod.runtime.util
- orNot(Expression<Boolean>) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- OTHER - org.hotrod.runtime.livesql.expressions.JDBCType
- OtherwiseExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- OtherwiseExpression(DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.OtherwiseExpression
- OUTER_JOIN - org.hotrod.runtime.util.SQLJoin.JoinType
- over() - Method in class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- over() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowableAggregationFunction
- over() - Method in interface org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction
P
- PaginationRenderer - Class in org.hotrod.runtime.livesql.dialects
- PaginationRenderer() - Constructor for class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- PaginationRenderer.PaginationType - Enum in org.hotrod.runtime.livesql.dialects
- partitionBy(Expression<?>...) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOverStage
- Persistable<T,O> - Interface in org.hotrod.runtime.interfaces
- plus(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- plus(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Plus - Class in org.hotrod.runtime.livesql.expressions.numbers
- Plus(NumberExpression, NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Plus
- PositionalAnalyticFunction<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- PositionalAnalyticFunction(String, Expression<?>, Expression<Number>, Expression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.PositionalAnalyticFunction
- POSTGRESQL - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- PostgreSQLDialect - Class in org.hotrod.runtime.livesql.dialects
- PostgreSQLDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- pow(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- pow(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- power(QueryWriter, Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Power - Class in org.hotrod.runtime.livesql.expressions.numbers
- Power(Expression<Number>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Power
- PRECEDENCE_AND - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_ANY_ALL_EQ_NE_LT_LE_GT_GE - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_BETWEEN - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_CASE - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_COLUMN - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_EQ_NE_LT_LE_GT_GE - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_EXISTS - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_FUNCTION - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_IN - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_IS_NULL - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_LIKE - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_LITERAL - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_MULT_DIV_MOD - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_NOT - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_OR - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_PARENTHESIS - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_PLUS_MINUS - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_TUPLE - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- PRECEDENCE_UNARY_MINUS - Static variable in class org.hotrod.runtime.livesql.expressions.Expression
- preceding(int) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- Predicate - Class in org.hotrod.runtime.livesql.expressions.predicates
- Predicate(int) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.Predicate
- PredicateCoalesce - Class in org.hotrod.runtime.livesql.expressions.predicates
- PredicateCoalesce(Predicate...) - Constructor for class org.hotrod.runtime.livesql.expressions.predicates.PredicateCoalesce
Q
- QUARTER - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- Query - Class in org.hotrod.runtime.livesql.queries.select
- Query(SQLDialect) - Constructor for class org.hotrod.runtime.livesql.queries.select.Query
- QueryWriter - Class in org.hotrod.runtime.livesql.queries.select
- QueryWriter(SQLDialect) - Constructor for class org.hotrod.runtime.livesql.queries.select.QueryWriter
- QueryWriter.LiveSQLStructure - Class in org.hotrod.runtime.livesql.queries.select
R
- range() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage
- RANGE - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
- rank() - Method in class org.hotrod.runtime.livesql.LiveSQL
- Rank - Class in org.hotrod.runtime.livesql.expressions.analytics
- Rank() - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.Rank
- REAL - org.hotrod.runtime.livesql.expressions.JDBCType
- REF - org.hotrod.runtime.livesql.expressions.JDBCType
- REF_CURSOR - org.hotrod.runtime.livesql.expressions.JDBCType
- ReferenceableExpression - Interface in org.hotrod.runtime.livesql.queries.select
- register(String, DatabaseObject) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect.AliasGenerator
- register(String, DatabaseObject) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect.TableReferences
- registerParameter(Object) - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- remainder(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- remainder(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- Remainder - Class in org.hotrod.runtime.livesql.expressions.numbers
- Remainder(NumberExpression, NumberExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Remainder
- remove(String) - Method in class org.hotrod.runtime.dynamicsql.DynamicSQLParameters
- render() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- render() - Method in class org.hotrod.runtime.interfaces.DaoWithOrder
- render() - Method in class org.hotrod.runtime.interfaces.SQLRenderer
- render() - Method in class org.hotrod.runtime.json.JSONArray
- render() - Method in class org.hotrod.runtime.json.JSONBoolean
- render() - Method in class org.hotrod.runtime.json.JSONNullValue
- render() - Method in class org.hotrod.runtime.json.JSONNumber
- render() - Method in class org.hotrod.runtime.json.JSONObject
- render() - Method in class org.hotrod.runtime.json.JSONString
- render() - Method in interface org.hotrod.runtime.json.JSONValue
- render() - Method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- render() - Method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
- render() - Method in class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- render() - Method in class org.hotrod.runtime.livesql.util.Separator
- render() - Method in class org.hotrod.runtime.util.SQLCompositeExpression
- render() - Method in class org.hotrod.runtime.util.SQLField
- render() - Method in class org.hotrod.runtime.util.SQLJoin
- render() - Method in interface org.hotrod.runtime.util.SQLLogicalExpression
- render() - Method in class org.hotrod.runtime.util.SQLSimpleExpression
- render(Integer) - Method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- render(String[], String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(String[], String, String, String, String, String, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(Collection<String>, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(Collection<String>, String, String, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(Collection<String>, String, String, String, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(Collection<String>, String, String, String, String, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(Collection<String>, String, String, String, String, String, String) - Static method in class org.hotrod.runtime.util.ListWriter
- render(OrderBy[]) - Static method in class org.hotrod.runtime.interfaces.OrderByRenderer
- render(SetOperationRenderer.SetOperation, QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.SetOperationRenderer
- renderBaseTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- renderBaseTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.PositionalAnalyticFunction
- renderBaseTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowableAggregationFunction
- renderBaseTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction
- renderBeginEnclosingPagination(Integer, Integer, QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- renderBottomPagination(Integer, Integer, QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- renderClass(Class<?>) - Static method in class org.hotrod.runtime.util.CUtil
- renderConstructor(int) - Method in class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- renderEndEnclosingPagination(Integer, Integer, QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- renderHead(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- renderHead(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- renderInner(Expression<?>, QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- renderJoinKeywords(Join) - Method in class org.hotrod.runtime.livesql.dialects.JoinRenderer
- renderObjectClass(Object) - Static method in class org.hotrod.runtime.util.CUtil
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- renderSimpleNameTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.metadata.Column
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- renderSimpleNameTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- renderSQLName(String) - Method in class org.hotrod.runtime.livesql.dialects.IdentifierRenderer
- renderSQLObjectName(DatabaseObject) - Method in class org.hotrod.runtime.livesql.dialects.IdentifierRenderer
- renderStack() - Static method in class org.hotrod.runtime.util.LogUtil
- renderTail(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- renderTail(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.Count
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.GroupConcat
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.GroupConcatDistinct
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NumericAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ObjectAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.AliasedExpression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowExpression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayCoalesce
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseClause
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDate
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDateTime
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentTime
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Date
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTime
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeCoalesce
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Extract
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Time
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.general.Constant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.general.Tuple
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Abs
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.BinaryNumberExpression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Log
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Neg
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberCoalesce
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Power
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Round
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Signum
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Trunc
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectCoalesce
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Between
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BinaryPredicate
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Exists
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.InList
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNotNull
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNull
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Like
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Not
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotBetween
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotExists
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotInList
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotLike
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.predicates.PredicateCoalesce
- renderTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.expressions.ResultSetColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Concat
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Length
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Locate
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Lower
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringCoalesce
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringConstant
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringValue
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Substring
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Trim
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.expressions.strings.Upper
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.ordering.OrderByDirectionStage
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.ordering.OrderByNullsStage
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.ordering.OrderByProperties
- renderTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.ordering.OrderingTerm
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- renderTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.queries.select.CombinableSelect
- renderTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.queries.select.ExecutableSelect
- renderTo(QueryWriter) - Method in interface org.hotrod.runtime.livesql.queries.select.ReferenceableExpression
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectLimitPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- renderTo(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- renderTopPagination(Integer, Integer, QueryWriter) - Method in class org.hotrod.runtime.livesql.dialects.PaginationRenderer
- renderUnescapedName() - Method in class org.hotrod.runtime.livesql.metadata.DatabaseObject
- renderVersion() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- resolveDialect(String, String, String, Integer, Integer) - Static method in enum org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- ResultSetColumn - Interface in org.hotrod.runtime.livesql.expressions
-
{I} ResultSetColumn ^ ^ | | {I} ReferenceableExpression Expression ^ ^ ^ ^ | | | | AliasedExpression Column ...
- RIGHT_JOIN - org.hotrod.runtime.util.SQLJoin.JoinType
- rightJoin(TableOrView, Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- rightJoin(TableOrView, Column...) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- RightOuterJoin - Class in org.hotrod.runtime.livesql.queries.select
- rollback() - Method in class org.hotrod.runtime.tx.TxManager
- round() - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- round(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- round(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- round(QueryWriter, Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Round - Class in org.hotrod.runtime.livesql.expressions.numbers
- Round(Expression<Number>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Round
- ROWID - org.hotrod.runtime.livesql.expressions.JDBCType
- rowNumber() - Method in class org.hotrod.runtime.livesql.LiveSQL
- RowNumber - Class in org.hotrod.runtime.livesql.expressions.analytics
- RowNumber() - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.RowNumber
- rows() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage
- ROWS - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
S
- saveStringToFile(String, File) - Static method in class org.hotrod.runtime.util.SUtils
- SECOND - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- Seekable<T,O> - Interface in org.hotrod.runtime.interfaces
- select() - Method in class org.hotrod.runtime.livesql.LiveSQL
- select(ResultSetColumn...) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Selectable<T,O> - Interface in org.hotrod.runtime.interfaces
- SelectColumnsPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectColumnsPhase(SQLDialect, SqlSession, boolean, ResultSetColumn...) - Constructor for class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- selectDistinct() - Method in class org.hotrod.runtime.livesql.LiveSQL
- selectDistinct(ResultSetColumn...) - Method in class org.hotrod.runtime.livesql.LiveSQL
- SelectFromPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectGroupByPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectHavingPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectLimitPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectOffsetPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectOrderByPhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- SelectWherePhase<R> - Class in org.hotrod.runtime.livesql.queries.select
- sentenceFormat(String) - Static method in class org.hotrod.runtime.util.SUtils
- Separator - Class in org.hotrod.runtime.livesql.util
- Separator() - Constructor for class org.hotrod.runtime.livesql.util.Separator
- Separator(String) - Constructor for class org.hotrod.runtime.livesql.util.Separator
- set(String, Object) - Method in class org.hotrod.runtime.dynamicsql.DynamicSQLParameters
- SET - org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
- setApplicationContext(ApplicationContext) - Static method in class org.hotrod.runtime.spring.ApplicationContextProvider
- setApplicationContext(ApplicationContext) - Method in class org.hotrod.runtime.spring.SpringBeanObjectFactory
- setDatabaseName(String) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- setDataSource(DataSource) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- setDialect(String) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- SetExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- SetExpression(DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.SetExpression
- setMajorVersion(Integer) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- setMinorVersion(Integer) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- SetOperationRenderer - Class in org.hotrod.runtime.livesql.dialects
- SetOperationRenderer() - Constructor for class org.hotrod.runtime.livesql.dialects.SetOperationRenderer
- SetOperationRenderer.SetOperation - Enum in org.hotrod.runtime.livesql.dialects
- setParent(AbstractSelect<R>) - Method in interface org.hotrod.runtime.livesql.queries.select.CombinableSelect
- setParent(AbstractSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- setParent(AbstractSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- setParent(AbstractSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- setParent(AbstractSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- setParent(AbstractSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- setPrecedence(int) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- setProperties(Properties) - Method in class org.hotrod.runtime.spring.SpringBeanObjectFactory
- setSqlDialect(SQLDialect) - Method in class org.hotrod.runtime.livesql.LiveSQL
- setSqlSession(SqlSession) - Method in class org.hotrod.runtime.livesql.LiveSQL
- setVersionString(String) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- signum() - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- signum(QueryWriter, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Signum - Class in org.hotrod.runtime.livesql.expressions.numbers
- Signum(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Signum
- slice(String, int) - Static method in class org.hotrod.runtime.util.SUtils
- SMALLINT - org.hotrod.runtime.livesql.expressions.JDBCType
- SourceLocation - Class in org.hotrod.runtime.dynamicsql
- SourceLocation(File, int, int, int) - Constructor for class org.hotrod.runtime.dynamicsql.SourceLocation
- SpringBeanObjectFactory - Class in org.hotrod.runtime.spring
- SpringBeanObjectFactory() - Constructor for class org.hotrod.runtime.spring.SpringBeanObjectFactory
- SQL_SERVER - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- SQLCompositeExpression - Class in org.hotrod.runtime.util
- SQLCompositeExpression(SQLCompositeExpression.CompositeExpressionOperator, SQLLogicalExpression...) - Constructor for class org.hotrod.runtime.util.SQLCompositeExpression
- SQLCompositeExpression(SQLLogicalExpression, SQLCompositeExpression.CompositeExpressionOperator, SQLLogicalExpression) - Constructor for class org.hotrod.runtime.util.SQLCompositeExpression
-
Deprecated.
- SQLCompositeExpression.CompositeExpressionOperator - Enum in org.hotrod.runtime.util
- sqlDialect - Variable in class org.hotrod.runtime.livesql.queries.select.Query
- SQLDialect - Class in org.hotrod.runtime.livesql.dialects
- SQLDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.SQLDialect
- SQLDialectFactory - Class in org.hotrod.runtime.livesql.dialects
- SQLDialectFactory() - Constructor for class org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- SQLDialectFactory.Dialect - Enum in org.hotrod.runtime.livesql.dialects
- SQLField - Class in org.hotrod.runtime.util
- SQLField(String) - Constructor for class org.hotrod.runtime.util.SQLField
- SQLField(SQLField) - Constructor for class org.hotrod.runtime.util.SQLField
- SQLField(SQLTable, String) - Constructor for class org.hotrod.runtime.util.SQLField
- SQLField(SQLTable, SQLField) - Constructor for class org.hotrod.runtime.util.SQLField
- SQLJoin - Class in org.hotrod.runtime.util
- SQLJoin(SQLTable, SQLJoin.JoinType, SQLLogicalExpression) - Constructor for class org.hotrod.runtime.util.SQLJoin
- SQLJoin.JoinType - Enum in org.hotrod.runtime.util
- SQLLogicalExpression - Interface in org.hotrod.runtime.util
- SQLRenderer - Class in org.hotrod.runtime.interfaces
- SQLRenderer(SQLRenderer.SQLSegmentType) - Constructor for class org.hotrod.runtime.interfaces.SQLRenderer
- SQLRenderer(SQLRenderer.SQLSegmentType, SQLRenderer) - Constructor for class org.hotrod.runtime.interfaces.SQLRenderer
- SQLRenderer.SQLSegmentType - Enum in org.hotrod.runtime.interfaces
- SQLServerDialect - Class in org.hotrod.runtime.livesql.dialects
- SQLServerDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.SQLServerDialect
- SQLSimpleExpression - Class in org.hotrod.runtime.util
- SQLSimpleExpression(SQLField, SQLField, SQLSimpleExpression.SimpleExpressionOperator) - Constructor for class org.hotrod.runtime.util.SQLSimpleExpression
- SQLSimpleExpression(SQLField, SQLSimpleExpression.SimpleExpressionOperator, Object...) - Constructor for class org.hotrod.runtime.util.SQLSimpleExpression
- SQLSimpleExpression.SimpleExpressionOperator - Enum in org.hotrod.runtime.util
- SQLTable - Class in org.hotrod.runtime.util
- SQLTable(String) - Constructor for class org.hotrod.runtime.util.SQLTable
- SQLTable(String, String) - Constructor for class org.hotrod.runtime.util.SQLTable
- SQLTable(SQLTable, String) - Constructor for class org.hotrod.runtime.util.SQLTable
- SQLXML - org.hotrod.runtime.livesql.expressions.JDBCType
- StaleDataException - Exception in org.hotrod.runtime.exceptions
- StaleDataException(String) - Constructor for exception org.hotrod.runtime.exceptions.StaleDataException
- startsWithIgnoreCase(String, String) - Static method in class org.hotrod.runtime.util.SUtils
- startsWithLowerCaseLetter(String) - Static method in class org.hotrod.runtime.util.SUtils
- startsWithUpperCaseLetter(String) - Static method in class org.hotrod.runtime.util.SUtils
- StringAggregationFunction - Class in org.hotrod.runtime.livesql.expressions.aggregations
- StringAggregationFunction(String, Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- StringCoalesce - Class in org.hotrod.runtime.livesql.expressions.strings
- StringCoalesce(StringExpression...) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.StringCoalesce
- StringColumn - Class in org.hotrod.runtime.livesql.metadata
- StringColumn(TableOrView, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.StringColumn
- StringConstant - Class in org.hotrod.runtime.livesql.expressions.strings
- StringConstant(String) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.StringConstant
- StringExpression - Class in org.hotrod.runtime.livesql.expressions.strings
- StringExpression(int) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- StringFunction - Class in org.hotrod.runtime.livesql.expressions.strings
- StringFunction() - Constructor for class org.hotrod.runtime.livesql.expressions.strings.StringFunction
- StringMax - Class in org.hotrod.runtime.livesql.expressions.aggregations
- StringMax(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.StringMax
- StringMin - Class in org.hotrod.runtime.livesql.expressions.aggregations
- StringMin(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.StringMin
- StringValue - Class in org.hotrod.runtime.livesql.expressions.strings
- StringValue(Expression<String>) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.StringValue
- STRUCT - org.hotrod.runtime.livesql.expressions.JDBCType
- Subquery - Class in org.hotrod.runtime.livesql.queries.select
- substr(Number) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(Number, Number) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(Number, Expression<Number>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(Expression<Number>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(Expression<Number>, Number) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- substr(QueryWriter, Expression<String>, Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Substring - Class in org.hotrod.runtime.livesql.expressions.strings
- Substring(Expression<String>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Substring
- Substring(Expression<String>, Expression<Number>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Substring
- sum(Expression<Number>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Sum - Class in org.hotrod.runtime.livesql.expressions.aggregations
- Sum(Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.Sum
- sumDistinct(Expression<?>) - Method in class org.hotrod.runtime.livesql.LiveSQL
- SumDistinct - Class in org.hotrod.runtime.livesql.expressions.aggregations
- SumDistinct(Expression<?>) - Constructor for class org.hotrod.runtime.livesql.expressions.aggregations.SumDistinct
- SUtils - Class in org.hotrod.runtime.util
- SUtils() - Constructor for class org.hotrod.runtime.util.SUtils
- SYBASE_ASE - org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- SybaseASEDialect - Class in org.hotrod.runtime.livesql.dialects
- SybaseASEDialect(String, String, int, int) - Constructor for class org.hotrod.runtime.livesql.dialects.SybaseASEDialect
T
- Table - Class in org.hotrod.runtime.livesql.metadata
- Table(String, String, String, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.Table
- TableOrView - Class in org.hotrod.runtime.livesql.metadata
- TableReferences() - Constructor for class org.hotrod.runtime.livesql.queries.select.AbstractSelect.TableReferences
- text(String) - Method in class org.hotrod.runtime.livesql.expressions.ExpressionWriter
- time() - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- time(QueryWriter, Expression<Date>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Time - Class in org.hotrod.runtime.livesql.expressions.datetime
- Time(Expression<Date>) - Constructor for class org.hotrod.runtime.livesql.expressions.datetime.Time
- TIME - org.hotrod.runtime.livesql.expressions.JDBCType
- TIME_WITH_TIMEZONE - org.hotrod.runtime.livesql.expressions.JDBCType
- TIMESTAMP - org.hotrod.runtime.livesql.expressions.JDBCType
- TIMESTAMP_WITH_TIMEZONE - org.hotrod.runtime.livesql.expressions.JDBCType
- TIMEZONE_HOUR - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- TIMEZONE_MINUTE - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- TINYINT - org.hotrod.runtime.livesql.expressions.JDBCType
- toByteArray(String) - Static method in class org.hotrod.runtime.util.HexaUtils
- toHexa(byte) - Static method in class org.hotrod.runtime.util.HexaUtils
- toHexa(byte[]) - Static method in class org.hotrod.runtime.util.HexaUtils
- toHexa(byte[], int, int) - Static method in class org.hotrod.runtime.util.HexaUtils
- TOP - org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
- toString() - Method in class org.hotrod.runtime.dynamicsql.SourceLocation
- toString() - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- toString() - Method in class org.hotrod.runtime.util.ListWriter
- toString() - Method in class org.hotrod.runtime.util.SQLCompositeExpression
- toString() - Method in class org.hotrod.runtime.util.SQLField
- toString() - Method in class org.hotrod.runtime.util.SQLJoin
- toString() - Method in class org.hotrod.runtime.util.SQLSimpleExpression
- toString() - Method in class org.hotrod.runtime.util.SQLTable
- trim() - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- trim(QueryWriter, Expression<String>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Trim - Class in org.hotrod.runtime.livesql.expressions.strings
- Trim(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Trim
- TrimExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- TrimExpression(String, String, String, String, DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.TrimExpression
- trunc() - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- trunc(Number) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- trunc(NumberExpression) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- trunc(QueryWriter, Expression<Number>, Expression<Number>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Trunc - Class in org.hotrod.runtime.livesql.expressions.numbers
- Trunc(Expression<Number>, Expression<Number>) - Constructor for class org.hotrod.runtime.livesql.expressions.numbers.Trunc
- tuple(Expression<?>...) - Method in class org.hotrod.runtime.livesql.LiveSQL
- Tuple - Class in org.hotrod.runtime.livesql.expressions.general
- Tuple(Expression<?>...) - Constructor for class org.hotrod.runtime.livesql.expressions.general.Tuple
- TxDemarcator - Interface in org.hotrod.runtime.tx
- TxManager - Class in org.hotrod.runtime.tx
- TxManager(SqlSessionFactory) - Constructor for class org.hotrod.runtime.tx.TxManager
- TxManager.HotRodSqlSession - Class in org.hotrod.runtime.tx
- TypeConverter<T,A> - Interface in org.hotrod.runtime.converter
- TZOFFSET - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
U
- UNBOUNDED_FOLLOWING - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- UNBOUNDED_PRECEDING - org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- unboundedPreceding() - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- union(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- UNION - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- UNION_ALL - org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- unionAll(CombinableSelect<R>) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- unionJoin(TableOrView) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- UnionJoin - Class in org.hotrod.runtime.livesql.queries.select
- UnsupportedLiveSQLFeatureException - Exception in org.hotrod.runtime.livesql.exceptions
- UnsupportedLiveSQLFeatureException(String) - Constructor for exception org.hotrod.runtime.livesql.exceptions.UnsupportedLiveSQLFeatureException
- Updatable<T> - Interface in org.hotrod.runtime.interfaces
- UpdateByExampleDao<D> - Class in org.hotrod.runtime.interfaces
- UpdateByExampleDao(D, D) - Constructor for class org.hotrod.runtime.interfaces.UpdateByExampleDao
- updateByPK() - Method in interface org.hotrod.runtime.interfaces.Seekable
- updateByPK(SqlSession) - Method in interface org.hotrod.runtime.interfaces.Seekable
- upper() - Method in class org.hotrod.runtime.livesql.expressions.strings.StringExpression
- upper(QueryWriter, Expression<String>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- Upper - Class in org.hotrod.runtime.livesql.expressions.strings
- Upper(StringExpression) - Constructor for class org.hotrod.runtime.livesql.expressions.strings.Upper
- upperFirst(String) - Static method in class org.hotrod.runtime.util.SUtils
- using(SQLTable) - Method in class org.hotrod.runtime.util.SQLField
- usingAlias(String) - Method in class org.hotrod.runtime.util.SQLTable
V
- val(byte[]) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(Boolean) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(Character) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(Number) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(Object) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(String) - Method in class org.hotrod.runtime.livesql.LiveSQL
- val(Date) - Method in class org.hotrod.runtime.livesql.LiveSQL
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.DateTimeAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.NumericAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.ObjectAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.analytics.WindowExpression
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.binary.ByteArrayValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseClause
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDate
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentDateTime
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.CurrentTime
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Date
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTime
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.DateTimeValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Extract
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.datetime.Time
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.Expression
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.general.Constant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.general.Tuple
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Abs
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.BinaryNumberExpression
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Log
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Neg
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.NumberValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Power
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Round
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Signum
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.numbers.Trunc
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.object.ObjectValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Between
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BinaryPredicate
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.BooleanValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Exists
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.InList
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNotNull
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.IsNull
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.Not
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotBetween
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotExists
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.NotInList
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.predicates.PredicateCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Concat
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Length
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Locate
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Lower
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringCoalesce
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringConstant
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.StringValue
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Substring
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Trim
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.expressions.strings.Upper
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.BooleanColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.ByteArrayColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.DateTimeColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.NumberColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.ObjectColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.StringColumn
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.metadata.TableOrView
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in interface org.hotrod.runtime.livesql.queries.select.CombinableSelect
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in interface org.hotrod.runtime.livesql.queries.select.ExecutableSelect
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectHavingPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectLimitPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase
- validateTableReferences(AbstractSelect.TableReferences, AbstractSelect.AliasGenerator) - Method in class org.hotrod.runtime.livesql.queries.select.SelectWherePhase
- valueOf(String) - Static method in enum org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.expressions.JDBCType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.util.SQLCompositeExpression.CompositeExpressionOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.util.SQLJoin.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.expressions.JDBCType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.util.SQLCompositeExpression.CompositeExpressionOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.util.SQLJoin.JoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARBINARY - org.hotrod.runtime.livesql.expressions.JDBCType
- VARCHAR - org.hotrod.runtime.livesql.expressions.JDBCType
- VariableExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- VariableExpression(String) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.VariableExpression
- versionIsAtLeast(int) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- versionIsAtLeast(int, int) - Method in class org.hotrod.runtime.livesql.dialects.SQLDialect
- View - Class in org.hotrod.runtime.livesql.metadata
- View(String, String, String, String, String) - Constructor for class org.hotrod.runtime.livesql.metadata.View
W
- wasContentRendered() - Method in class org.hotrod.runtime.dynamicsql.EvaluationFeedback
- WEEK - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- when(Predicate, Expression<T>) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- when(Predicate, T) - Method in class org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage
- WhenExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- WhenExpression(String, DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.WhenExpression
- where(Predicate) - Method in class org.hotrod.runtime.livesql.queries.select.SelectFromPhase
- WHERE - org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
- WhereExpression - Class in org.hotrod.runtime.dynamicsql.expressions
- WhereExpression(DynamicExpression...) - Constructor for class org.hotrod.runtime.dynamicsql.expressions.WhereExpression
- WindowableAggregationFunction<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowableAggregationFunction(int) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowableAggregationFunction
- WindowableFunction<T> - Interface in org.hotrod.runtime.livesql.expressions.analytics
- WindowExpression<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
-
Expression{T} ^ ^ | | WindowExpression{T} AggregationFunction{T} ^ ^ {I} WindowableFunction{T} .over() | | ^ ^ NonWindowableAggregationFunction{T} WindowableAggregationFunction{T}.....: :.....AnalyticFunction{T} ^ ^ ^ ^ ^ | | | | | | NumericAggregationFunction StringAggregationFunction PositionalAnalyticFunction{?} | | ^ ^ ^ | |- Count |- Sum |- GroupConcat |- Lead |- RowNumber |- CountDistinct |- Avg |- Lag |- Rank |- SumDistinct |- Min |- DenseRank |- AvgDistinct |- Max |- NTile |- GroupConcatDistinct SQL.sum(a.salary) -- WindowableFunction .over() .over() -- WindowFunctionOverStage{T} .partitionBy() .orderBy() .end() .partitionBy(expression...) -- WindowFunctionPartitioningStage{T} .orderBy() .end() .orderBy(expression...) -- WindowFunctionOrderingStage{T} .end() .end() -- Expression{T}
- WindowExpression(WindowableFunction<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowExpression
- WindowExpression.FrameBound - Enum in org.hotrod.runtime.livesql.expressions.analytics
- WindowExpression.FrameExclusion - Enum in org.hotrod.runtime.livesql.expressions.analytics
- WindowExpression.FrameUnit - Enum in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionFrameBoundStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionFrameBoundStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
- WindowFunctionFrameExcludeStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionFrameExcludeStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameExcludeStage
- WindowFunctionFrameStartedStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionFrameStartedStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage
- WindowFunctionFrameUnitStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionFrameUnitStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage
- WindowFunctionOrderingStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionOrderingStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage
- WindowFunctionOverStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionOverStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOverStage
- WindowFunctionPartitioningStage<T> - Class in org.hotrod.runtime.livesql.expressions.analytics
- WindowFunctionPartitioningStage(WindowExpression<T>) - Constructor for class org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionPartitioningStage
- write(String) - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- write(Expression<?>) - Method in class org.hotrod.runtime.livesql.queries.select.QueryWriter
- write(QueryWriter, String, List<Expression<T>>) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- write(QueryWriter, String, List<Expression<T>>, String) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- write(QueryWriter, String, Expression<?>...) - Method in class org.hotrod.runtime.livesql.dialects.FunctionRenderer
- writeColumns(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.AbstractSelect
- writeColumns(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.EnclosedSelect
- writeColumns(QueryWriter) - Method in class org.hotrod.runtime.livesql.queries.select.Subquery
Y
- YEAR - org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
All Classes All Packages