- cache(List, Getter) - Method in class org.josql.functions.MiscellaneousFunctions
-
- cache(List, Expression) - Method in class org.josql.functions.MiscellaneousFunctions
-
- canAdd(Object) - Method in class org.josql.incubator.FilteredArrayList
-
- checkType(Object, Class, Expression) - Method in class org.josql.functions.GroupingFunctions
-
- ci(Object, Object) - Method in class org.josql.internal.GroupByExpressionComparator
-
- ci(Object, Object) - Method in class org.josql.internal.ListExpressionComparator
-
- cic(Object, Object) - Method in class org.josql.internal.GroupByExpressionComparator
-
- cic(Object, Object) - Method in class org.josql.internal.ListExpressionComparator
-
- clearCache() - Method in class org.josql.internal.GroupByExpressionComparator
-
- clearCache() - Method in class org.josql.internal.ListExpressionComparator
-
- clearCache() - Method in class org.josql.utils.JoSQLComparator
-
Clear the cache, it is VITAL that you call this method before you use
the comparator (if it has been used before) otherwise data objects will
be "left around" and preventing the GC from cleaning them up.
- clearException() - Method in class org.josql.contrib.JoSQLVelocityExecuteTool
-
- clearException() - Method in class org.josql.filters.AbstractJoSQLFilter
-
Clear any exception stored.
- clearResults() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
-
Clear any results.
- clearResults() - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
-
- clearResults() - Method in class org.josql.contrib.JoSQLJRDataSource
-
- clearResults() - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Clear any results.
- clone() - Method in class org.josql.incubator.FilteredArrayList
-
- cloneList(Query) - Method in class org.josql.incubator.FilteredArrayList
-
- cloneList() - Method in class org.josql.incubator.FilteredArrayList
-
- cloneSelf() - Method in class org.josql.incubator.FilteredArrayList
-
- cloneSelf(Query) - Method in class org.josql.incubator.FilteredArrayList
-
- code - Variable in class org.josql.internal.LikePatternSymbol
-
- collect(List, Expression, String) - Method in class org.josql.functions.CollectionFunctions
-
- collect(Expression) - Method in class org.josql.functions.CollectionFunctions
-
- collect(List, Expression) - Method in class org.josql.functions.CollectionFunctions
-
- CollectionFunctions - Class in org.josql.functions
-
Defines a set of functions that operate on "collections" of objects in some way.
- CollectionFunctions() - Constructor for class org.josql.functions.CollectionFunctions
-
- column - Variable in class org.josql.parser.JavaCharStream
-
- column - Variable in class org.josql.parser.SimpleCharStream
-
- ColumnIndex() - Method in class org.josql.parser.JoSQLParser
-
- ColumnReference - Class in org.josql.internal
-
- ColumnReference() - Constructor for class org.josql.internal.ColumnReference
-
- ColumnReference() - Method in class org.josql.parser.JoSQLParser
-
- compare(Object, List) - Method in class org.josql.incubator.ObjectIndex
-
- compare(Object, Object) - Method in class org.josql.incubator.ObjectIndex
-
- compare(Object, Object) - Method in class org.josql.internal.GroupByExpressionComparator
-
- compare(Object, Object) - Method in class org.josql.internal.ListExpressionComparator
-
- compare(Object, Object) - Static method in class org.josql.internal.Utilities
-
- compare(Object, Object) - Method in class org.josql.utils.JoSQLComparator
-
Compares the objects as according to the ORDER BY clause.
- concat(List, Expression, String, String) - Method in class org.josql.functions.GroupingFunctions
-
- concat(List, Expression, String) - Method in class org.josql.functions.GroupingFunctions
-
- concat(Expression) - Method in class org.josql.functions.GroupingFunctions
-
- concat(List, Expression) - Method in class org.josql.functions.GroupingFunctions
-
- Condition() - Method in class org.josql.parser.JoSQLParser
-
- ConstantExpression - Class in org.josql.expressions
-
This class represents a constant String or number.
- ConstantExpression() - Constructor for class org.josql.expressions.ConstantExpression
-
- ConversionFunctions - Class in org.josql.functions
-
Note: creating new instances of SimpleDateFormat objects are VERY costly over
large(ish) numbers of objects therefore a cache of objects is provided.
- ConversionFunctions() - Constructor for class org.josql.functions.ConversionFunctions
-
- convertArgs(Object[], Class[]) - Static method in class org.josql.internal.Utilities
-
- count(List, Expression, Object) - Method in class org.josql.functions.CollectionFunctions
-
For each of the objects in the objs List get the value from each one
using the accessor and compare it to the value parameter.
- count(Expression) - Method in class org.josql.functions.CollectionFunctions
-
- count(List, Expression) - Method in class org.josql.functions.CollectionFunctions
-
- curChar - Variable in class org.josql.parser.JoSQLParserTokenManager
-
- CURR_OBJ_VAR_NAME - Static variable in class org.josql.Query
-
- currentToken - Variable in exception org.josql.parser.ParseException
-
This is the last token that has been consumed successfully.