- tabSize - Variable in class org.josql.parser.JavaCharStream
-
- timeField(Object, String) - Method in class org.josql.functions.ConversionFunctions
-
This method (function) will return the associated field from a
Calendar
instance.
- to_date(Object) - Method in class org.josql.functions.ConversionFunctions
-
- to_date(String, String) - Method in class org.josql.functions.ConversionFunctions
-
- to_number(Object) - Method in class org.josql.functions.ConversionFunctions
-
- to_string(Object) - Method in class org.josql.functions.ConversionFunctions
-
- toDate(Object) - Method in class org.josql.functions.ConversionFunctions
-
- toDate(String, String) - Method in class org.josql.functions.ConversionFunctions
-
- toDateMillis(String, String) - Method in class org.josql.functions.ConversionFunctions
-
- token - Variable in class org.josql.parser.JoSQLParser
-
Current token.
- Token - Class in org.josql.parser
-
Describes the input token stream.
- Token() - Constructor for class org.josql.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.josql.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.josql.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.josql.parser.JoSQLParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.josql.parser.JoSQLParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.josql.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in org.josql.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.josql.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.josql.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.josql.parser.TokenMgrError
-
Full Constructor.
- toList(List, Expression, String) - Method in class org.josql.functions.CollectionFunctions
-
- toList(Expression) - Method in class org.josql.functions.CollectionFunctions
-
- toList(List, Expression) - Method in class org.josql.functions.CollectionFunctions
-
- toMillis(Date) - Method in class org.josql.functions.ConversionFunctions
-
- toNumber(Object) - Method in class org.josql.functions.ConversionFunctions
-
- toString() - Method in class org.josql.expressions.Accessor
-
- toString() - Method in class org.josql.expressions.AliasedExpression
-
Return a string representation of the aliased expression.
- toString() - Method in class org.josql.expressions.AndOrExpression
-
Return a string version of this expression.
- toString() - Method in class org.josql.expressions.ArithmeticExpression
-
- toString() - Method in class org.josql.expressions.BetweenExpression
-
Returns a string version of this expression.
- toString() - Method in class org.josql.expressions.BindVariable
-
Returns a string version of this bind variable.
- toString() - Method in class org.josql.expressions.BooleanExpression
-
Returns a string version of this expression.
- toString() - Method in class org.josql.expressions.ConstantExpression
-
Returns a string representation of this constant.
- toString() - Method in class org.josql.expressions.EqualsExpression
-
Return a string version of the expression.
- toString() - Method in class org.josql.expressions.Expression
-
Return a string representation of the expression, making this abstract forces
sub-classes to provide an implementation.
- toString() - Method in class org.josql.expressions.ExpressionList
-
Returns a string version of this expression list.
- toString() - Method in class org.josql.expressions.Function
-
Return a string representation of the function.
- toString() - Method in class org.josql.expressions.GTLTExpression
-
Return a string version of the expression.
- toString() - Method in class org.josql.expressions.InExpression
-
Return a string representation of this expression.
- toString() - Method in class org.josql.expressions.IsNullExpression
-
Return a string representation of this expression.
- toString() - Method in class org.josql.expressions.LikeExpression
-
Returns a string version of the expression.
- toString() - Method in class org.josql.expressions.NewObjectExpression
-
- toString() - Method in class org.josql.expressions.SaveValue
-
- toString() - Method in class org.josql.expressions.SelectItemExpression
-
- toString() - Method in class org.josql.expressions.SubQueryExpression
-
- toString(Object) - Method in class org.josql.functions.ConversionFunctions
-
- toString() - Method in class org.josql.functions.FileMatch
-
- toString() - Method in class org.josql.internal.LikePatternSymbol
-
- toString() - Method in class org.josql.internal.OrderBy
-
- toString() - Method in class org.josql.parser.Token
-
Returns the image.
- toString() - Method in class org.josql.Query
-
Get a string version of this query suitable for debugging.
- trim(Object, Object) - Method in class org.josql.functions.StringFunctions
-
Given a string trim the passed in string from the front and end, set v to null
to have just whitespace trimmed.