- E - Static variable in class org.josql.internal.Utilities
-
- enable_tracing() - Method in class org.josql.parser.JoSQLParser
-
Enable tracing.
- endColumn - Variable in class org.josql.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.josql.parser.Token
-
The line number of the last character of this Token.
- EOF - Static variable in interface org.josql.parser.JoSQLParserConstants
-
End of File.
- eol - Variable in exception org.josql.parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in class org.josql.internal.Utilities
-
- equals(Object) - Method in class org.josql.expressions.Accessor
-
- equals(Object) - Method in class org.josql.expressions.BindVariable
-
- equals(Object) - Method in class org.josql.internal.GroupByExpressionComparator
-
- equals(Object) - Method in class org.josql.internal.ListExpressionComparator
-
- EqualsExpression - Class in org.josql.expressions
-
This class represents an "=" or "!=" expression.
- EqualsExpression() - Constructor for class org.josql.expressions.EqualsExpression
-
- eval(Expression) - Method in class org.josql.functions.MiscellaneousFunctions
-
- evaluate(Object, Query) - Method in class org.josql.expressions.Accessor
-
- evaluate(Object, Query) - Method in class org.josql.expressions.ArithmeticExpression
-
Evaulate this expression.
- evaluate(Object, Query) - Method in class org.josql.expressions.BindVariable
-
Evaluates the value of this bind variable.
- evaluate(Object, Query) - Method in class org.josql.expressions.BooleanExpression
-
Get the value of this boolean.
- evaluate(Object, Query) - Method in class org.josql.expressions.ConstantExpression
-
Get the value of this constant.
- evaluate(Object, Query) - Method in class org.josql.expressions.ExpressionList
-
Evaluates the value of this expression list.
- evaluate(Object, Query) - Method in class org.josql.expressions.Function
-
Evaluate this function on the current object.
- evaluate(Object, Query) - Method in class org.josql.expressions.NewObjectExpression
-
- evaluate(Object, Query) - Method in class org.josql.expressions.SaveValue
-
- evaluate(Object, Query) - Method in class org.josql.expressions.SubQueryExpression
-
- evaluate(Object, Query) - Method in class org.josql.expressions.ValueExpression
-
- execute(List) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Exectute the query and return the results.
- execute(Iterator) - Method in class org.josql.Query
-
Execute this query on the specified objects provided by the iterator.
- execute(Collection) - Method in class org.josql.Query
-
Execute this query on the specified objects.
- execute(List) - Method in class org.josql.Query
-
Execute this query on the specified objects.
- ExecuteOn() - Method in class org.josql.parser.JoSQLParser
-
- ExecuteOnType(Map) - Method in class org.josql.parser.JoSQLParser
-
- executeQuery(List) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
-
Exectute the query and return the results.
- executeQuery(List) - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
-
Exectute the query and return the results.
- executeQuery(List) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
-
Exectute the query and return the results.
- executeQuery(List) - Method in class org.josql.contrib.JoSQLJRDataSource
-
Exectute the query and return the results.
- exp - Variable in class org.josql.expressions.AliasedExpression
-
- exp - Variable in class org.josql.filters.AbstractJoSQLFilter
-
- ExpandBuff(boolean) - Method in class org.josql.parser.JavaCharStream
-
- ExpandBuff(boolean) - Method in class org.josql.parser.SimpleCharStream
-
- expected - Variable in class org.josql.filters.JoSQLLogRecordFilter
-
- expectedTokenSequences - Variable in exception org.josql.parser.ParseException
-
Each entry in this array is an array of integers.
- Expression - Class in org.josql.expressions
-
The base class for all expressions.
- Expression() - Constructor for class org.josql.expressions.Expression
-
- ExpressionEvaluator - Class in org.josql.utils
-
This class can be used as a convenient way of evaluating an expression
without having to use the Query object itself.
- ExpressionEvaluator(String, Class) - Constructor for class org.josql.utils.ExpressionEvaluator
-
Create a new expression evaluator.
- ExpressionEvaluator(String, Class, List) - Constructor for class org.josql.utils.ExpressionEvaluator
-
Create a new expression evaluator.
- ExpressionList - Class in org.josql.expressions
-
This class represents a list of expressions used within a SQL statement.
- ExpressionList() - Constructor for class org.josql.expressions.ExpressionList
-
- ExpressionList() - Method in class org.josql.parser.JoSQLParser
-