- HANDLER_ID - Static variable in class org.josql.functions.CollectionFunctions
-
The id that can be used to get the "CollectionFunctions" handler object from
the Query object.
- HANDLER_ID - Static variable in class org.josql.functions.ConversionFunctions
-
- HANDLER_ID - Static variable in class org.josql.functions.FormattingFunctions
-
- HANDLER_ID - Static variable in class org.josql.functions.GroupingFunctions
-
- HANDLER_ID - Static variable in class org.josql.functions.MiscellaneousFunctions
-
- HANDLER_ID - Static variable in class org.josql.functions.StringFunctions
-
- hasFixedResult(Query) - Method in class org.josql.expressions.Accessor
-
- hasFixedResult(Query) - Method in class org.josql.expressions.AliasedExpression
-
Return whether this expression has a fixed result.
- hasFixedResult(Query) - Method in class org.josql.expressions.ArithmeticExpression
-
Return whether this expression has a fixed result.
- hasFixedResult(Query) - Method in class org.josql.expressions.BinaryExpression
-
Return whether this expression, and more specifically the left and right parts of
the expression return a fixed result.
- hasFixedResult(Query) - Method in class org.josql.expressions.BindVariable
-
Will always return false since a bind variable cannot be fixed.
- hasFixedResult(Query) - Method in class org.josql.expressions.BooleanExpression
-
Always returns true
since it represents a constant.
- hasFixedResult(Query) - Method in class org.josql.expressions.ConstantExpression
-
Always returns true
, well duh!
- hasFixedResult(Query) - Method in class org.josql.expressions.Expression
-
Return whether the expression will evaluate to a fixed/constant result.
- hasFixedResult(Query) - Method in class org.josql.expressions.ExpressionList
-
Returns true
if this expression list is empty (no expressions) or
if ALL of the expressions have a fixed result.
- hasFixedResult(Query) - Method in class org.josql.expressions.Function
-
Return whether the function will return a fixed result, this only
occurs iff all the arguments to the function also return a fixed result.
- hasFixedResult(Query) - Method in class org.josql.expressions.NewObjectExpression
-
- hasFixedResult(Query) - Method in class org.josql.expressions.SaveValue
-
- hasFixedResult(Query) - Method in class org.josql.expressions.SelectItemExpression
-
- hasFixedResult(Query) - Method in class org.josql.expressions.SubQueryExpression
-
- hashCode(Object) - Method in class org.josql.internal.LikePatternSymbol
-
- Having() - Method in class org.josql.parser.JoSQLParser
-
- HAVING_RESULTS - Static variable in class org.josql.Query
-
- HOUR - Static variable in class org.josql.functions.ConversionFunctions
-