A B C D E F G H I J K L M N O P Q R S T U V W Y

G

generateParseException() - Method in class org.josql.parser.JoSQLParser
 
get(Map, Expression) - Method in class org.josql.functions.CollectionFunctions
Get a value from the specified Map.
get(List, Number) - Method in class org.josql.functions.CollectionFunctions
Get a value from the specified List.
getAccessor() - Method in class org.josql.expressions.Accessor
 
getAccessor() - Method in class org.josql.expressions.BindVariable
 
getAccessor() - Method in class org.josql.expressions.Function
 
getAccessor() - Method in class org.josql.expressions.SaveValue
 
getAccessor() - Method in class org.josql.expressions.SubQueryExpression
 
getAddItems(Object) - Method in class org.josql.expressions.SelectItemExpression
 
getAlias() - Method in class org.josql.expressions.AliasedExpression
Get the alias for the expression.
getAlias() - Method in class org.josql.expressions.SelectItemExpression
 
getAliases() - Method in class org.josql.Query
 
getAllObjects() - Method in class org.josql.Query
Get the current list of objects in context (value of the :_allobjs special bind variable).
getAnonymousBindVariableName() - Method in class org.josql.Query
 
getBaseClass() - Method in class org.josql.internal.Setter
 
getBeginColumn() - Method in class org.josql.parser.JavaCharStream
 
getBeginColumn() - Method in class org.josql.parser.SimpleCharStream
 
getBeginLine() - Method in class org.josql.parser.JavaCharStream
 
getBeginLine() - Method in class org.josql.parser.SimpleCharStream
 
getClassLoader() - Method in class org.josql.Query
 
getColumn() - Method in class org.josql.functions.FileMatch
 
getColumn() - Method in class org.josql.parser.JavaCharStream
Deprecated.  
getColumn() - Method in class org.josql.parser.SimpleCharStream
Deprecated.  
getColumnClass(int) - Method in class org.josql.contrib.JoSQLSwingTableModel
The expected class of the object at column i.
getColumnCount() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getColumnCount() - Method in class org.josql.contrib.JoSQLSwingTableModel
Get the number of columns.
getColumnIndex(Comparable) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getColumnKey(int) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getColumnKeys() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getColumnName(int) - Method in class org.josql.contrib.JoSQLSwingTableModel
Get the name of the column, if the query has not yet been parsed then null is returned, if the column does not have an alias then "ind + 1" is returned.
getColumns() - Method in class org.josql.Query
 
getCount() - Method in class org.josql.internal.GroupByExpressionComparator
 
getCount() - Method in class org.josql.internal.ListExpressionComparator
 
getCurrentObject() - Method in class org.josql.Query
Get the current object (value of the :_currobj special bind variable).
getDefaultFunctionHandlers() - Method in class org.josql.Query
 
getDefaultInstance() - Static method in class org.josql.functions.regexp.RegExpFactory
 
getDefaultInstanceName() - Static method in class org.josql.functions.regexp.RegExpFactory
 
getDescription() - Method in class org.josql.filters.JoSQLSwingFileFilter
Return the description for the filter.
getDomainOrder() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getDomainOrder() - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getDouble(Object) - Static method in class org.josql.internal.Utilities
 
getDoubleObject(Object) - Static method in class org.josql.internal.Utilities
 
getEnd() - Method in class org.josql.expressions.BetweenExpression
Get the end expression.
getEndColumn() - Method in class org.josql.parser.JavaCharStream
 
getEndColumn() - Method in class org.josql.parser.SimpleCharStream
 
getEndLine() - Method in class org.josql.parser.JavaCharStream
 
getEndLine() - Method in class org.josql.parser.SimpleCharStream
 
getException() - Method in class org.josql.contrib.JoSQLVelocityExecuteTool
 
getException() - Method in class org.josql.filters.AbstractJoSQLFilter
Most "filter accept" methods do not allow for any exceptions to be thrown however since the execution of the WHERE clause on the object can cause the throwing of a QueryParseException it should be captured.
getException() - Method in class org.josql.incubator.FilteredArrayList
 
getException() - Method in class org.josql.internal.GroupByExpressionComparator
 
getException() - Method in class org.josql.internal.ListExpressionComparator
 
getException() - Method in class org.josql.utils.JoSQLComparator
The Comparator.compare(Object,Object) method does not allow for any exceptions to be thrown however since the execution of the ORDER BY clause on the objects can cause the throwing of a QueryParseException it should be captured.
getExecuteOnFunctions() - Method in class org.josql.Query
 
getExpectedClass() - Method in class org.josql.filters.AbstractJoSQLFilter
Should sub-classes should return the type that they expect to be present in a Query.
getExpectedClass() - Method in class org.josql.filters.DefaultObjectFilter
Get the class the Query expects to operate on.
getExpectedClass() - Method in class org.josql.filters.JoSQLFileFilter
Always returns File.
getExpectedClass() - Method in class org.josql.filters.JoSQLLogRecordFilter
Always returns LogRecord.
getExpectedClass() - Method in class org.josql.filters.StackTraceElementFilter
Get the expected class.
getExpectedReturnType(Query) - Method in class org.josql.expressions.Accessor
 
getExpectedReturnType(Query) - Method in class org.josql.expressions.AliasedExpression
Get the expected return type for the expression.
getExpectedReturnType(Query) - Method in class org.josql.expressions.ArithmeticExpression
Return the expected return type.
getExpectedReturnType(Query) - Method in class org.josql.expressions.BinaryExpression
Return the expected return type from this expression.
getExpectedReturnType(Query) - Method in class org.josql.expressions.BindVariable
Get the expected return type.
getExpectedReturnType(Query) - Method in class org.josql.expressions.BooleanExpression
Get the expected return type.
getExpectedReturnType(Query) - Method in class org.josql.expressions.ConstantExpression
Get the expected return type.
getExpectedReturnType(Query) - Method in class org.josql.expressions.Expression
Return the class of the object that "should" be returned from a call to the: Expression.getValue(Object,Query) method.
getExpectedReturnType(Query) - Method in class org.josql.expressions.ExpressionList
Get the expected return type, which is List.
getExpectedReturnType(Query) - Method in class org.josql.expressions.Function
Get the expected return type from the function.
getExpectedReturnType(Query) - Method in class org.josql.expressions.NewObjectExpression
 
getExpectedReturnType(Query) - Method in class org.josql.expressions.SaveValue
 
getExpectedReturnType(Query) - Method in class org.josql.expressions.SelectItemExpression
 
getExpectedReturnType(Query) - Method in class org.josql.expressions.SubQueryExpression
 
getExpression() - Method in class org.josql.expressions.AliasedExpression
Get the expression being aliased.
getExpression() - Method in class org.josql.expressions.SelectItemExpression
 
getExpression() - Method in class org.josql.internal.OrderBy
 
getExpressions() - Method in class org.josql.expressions.ExpressionList
Returns the expressions, a list of Expression objects.
getExpressions() - Method in class org.josql.internal.Grouper
 
getFieldValue(JRField) - Method in class org.josql.contrib.JoSQLJRDataSource
 
getFile() - Method in class org.josql.functions.FileMatch
 
getFrom() - Method in class org.josql.events.BindVariableChangedEvent
 
getFrom() - Method in class org.josql.events.SaveValueChangedEvent
 
getFrom() - Method in class org.josql.Query
 
getFromObjectClass() - Method in class org.josql.Query
 
getFunction() - Method in class org.josql.expressions.AliasedFunction
Get the function that is aliased.
getFunctionHandler(String) - Method in class org.josql.Query
 
getFunctionHandlers() - Method in class org.josql.Query
 
getGetter() - Method in class org.josql.expressions.Accessor
 
getGetter() - Method in class org.josql.expressions.Function
 
getGetter() - Method in class org.josql.expressions.SubQueryExpression
 
getGroup() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getGroup() - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getGroup() - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getGroupByColumns() - Method in class org.josql.Query
 
getGroupByResults() - Method in class org.josql.QueryResults
Get the group by results.
getGroupBySaveValue(Object, List) - Method in class org.josql.Query
Get the save value for a particular key and group by list.
getGroupBySaveValues(List) - Method in class org.josql.Query
Get the save values for the specified group bys.
getGroupBySaveValues(List) - Method in class org.josql.QueryResults
 
getGroupByVariable(int) - Method in class org.josql.Query
Get the value of a group by variable from the current group bys.
getHavingClause() - Method in class org.josql.Query
Return the HAVING clause expression.
getHavingResults() - Method in class org.josql.QueryResults
Get the having results.
GetImage() - Method in class org.josql.parser.JavaCharStream
 
GetImage() - Method in class org.josql.parser.SimpleCharStream
 
getIndex(Comparable) - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getIndex() - Method in class org.josql.internal.ColumnReference
 
getIndex() - Method in class org.josql.internal.OrderBy
 
getInstance(String) - Static method in class org.josql.functions.regexp.RegExpFactory
 
getItemCount() - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getItemCount(int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getItems() - Method in class org.josql.expressions.InExpression
 
getJoSQLFileFilter() - Method in class org.josql.filters.JoSQLSwingFileFilter
Get the file filter being used "under the hoodie" in the JoSQLSwingFileFilter.accept(File) method.
getKey(int) - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getKeys() - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getLeft() - Method in class org.josql.expressions.ArithmeticExpression
Get the LHS value expression.
getLeft() - Method in class org.josql.expressions.BinaryExpression
Get the LHS.
getLikePattern(String, String) - Static method in class org.josql.internal.Utilities
 
getLimit() - Method in class org.josql.Query
Get the object that represents the limit clause.
getLine() - Method in class org.josql.functions.FileMatch
 
getLine() - Method in class org.josql.parser.JavaCharStream
Deprecated.  
getLine() - Method in class org.josql.parser.SimpleCharStream
Deprecated.  
getMessage() - Method in exception org.josql.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.josql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethods(Class, String, int, List) - Static method in class org.josql.internal.Utilities
 
getName() - Method in class org.josql.events.BindVariableChangedEvent
 
getName() - Method in class org.josql.events.SaveValueChangedEvent
 
getName() - Method in class org.josql.expressions.BindVariable
 
getName() - Method in class org.josql.expressions.Function
 
getName() - Method in class org.josql.expressions.SaveValue
 
getName() - Method in class org.josql.internal.ColumnReference
 
getNextToken() - Method in class org.josql.parser.JoSQLParser
 
getNextToken() - Method in class org.josql.parser.JoSQLParserTokenManager
 
getObjectClass(Class) - Static method in class org.josql.internal.Utilities
 
getObjects(List) - Method in class org.josql.incubator.ObjectIndex
 
getOrderByColumns() - Method in class org.josql.Query
Get the "order bys".
getOrderByComparator() - Method in class org.josql.Query
Return the Comparator we will use to do the ordering of the results, may be null.
getOriginalLine() - Method in class org.josql.functions.FileMatch
 
getParameters() - Method in class org.josql.expressions.Function
Return the List of Expression objects that constitute the arguments to the function, no guarantee is made here as to whether they have been inited.
getParent() - Method in class org.josql.Query
Get the parent query.
getPrimitiveClass(Class) - Static method in class org.josql.internal.Utilities
 
getQuery() - Method in class org.josql.events.BindVariableChangedEvent
 
getQuery() - Method in class org.josql.events.SaveValueChangedEvent
 
getQuery() - Method in class org.josql.expressions.SubQueryExpression
 
getQuery() - Method in class org.josql.filters.AbstractJoSQLFilter
Get the Query we are using to process objects.
getQuery() - Method in class org.josql.incubator.FilteredArrayList
 
getQuery() - Method in class org.josql.Query
Get the query string that this Query object represents.
getQuery() - Method in class org.josql.utils.ExpressionEvaluator
Get the query associated with the expression, use this to setup bind variables, function handlers and so on, which of course must be setup prior to evaluating the expression.
getQuery() - Method in class org.josql.utils.JoSQLComparator
Get the Query we are using to process objects.
getQueryResults() - Method in class org.josql.Query
Get the results of executing this query.
getResult(boolean, boolean) - Static method in class org.josql.internal.Utilities
 
getResults() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
Get any results, will be null unless Query.execute(List) has been called.
getResults() - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getResults() - Method in class org.josql.contrib.JoSQLJRDataSource
 
getResults() - Method in class org.josql.contrib.JoSQLSwingTableModel
Get any results, will be null unless JoSQLSwingTableModel.execute(List) has been called.
getResults() - Method in class org.josql.QueryResults
Get the results of executing the query, this is the "final" results, i.e.
getRight() - Method in class org.josql.expressions.ArithmeticExpression
Get the RHS value expression.
getRight() - Method in class org.josql.expressions.BinaryExpression
Get the RHS.
getRowCount() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getRowCount() - Method in class org.josql.contrib.JoSQLSwingTableModel
Number of rows.
getRowIndex(Comparable) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getRowKey(int) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getRowKeys() - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getSaveValue(Object) - Method in class org.josql.Query
Get the save values for a particular key.
getSaveValue(Object) - Method in class org.josql.QueryResults
Get a particular save value for the passed in key.
getSaveValues() - Method in class org.josql.QueryResults
Get the save values.
getSeriesCount() - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getSeriesKey(int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getSortItems() - Method in class org.josql.internal.ListExpressionComparator
 
getStart() - Method in class org.josql.expressions.BetweenExpression
Get the start expression.
getString() - Method in class org.josql.functions.FileMatch
 
getSubList(List, Query) - Method in class org.josql.internal.Limit
 
GetSuffix(int) - Method in class org.josql.parser.JavaCharStream
 
GetSuffix(int) - Method in class org.josql.parser.SimpleCharStream
 
getSupportedVersion() - Method in class org.josql.functions.regexp.AbstractRegExpWrapper
 
getSupportedVersion() - Method in class org.josql.functions.regexp.ApacheRegExpWrapper
 
getSupportedVersion() - Method in class org.josql.functions.regexp.GNURegExpWrapper
 
getSupportedVersion() - Method in class org.josql.functions.regexp.OroApacheRegExpWrapper
 
getSupportedVersion(String) - Static method in class org.josql.functions.regexp.RegExpFactory
 
getSupportedVersion() - Method in class org.josql.functions.regexp.StandardJavaRegExpWrapper
 
getSymbol(int) - Static method in class org.josql.internal.LikePatternSymbol
 
getSymbol(String) - Static method in class org.josql.internal.LikePatternSymbol
 
getTabSize(int) - Method in class org.josql.parser.JavaCharStream
 
getTimings() - Method in class org.josql.QueryResults
Get the timing information, is a Map of string to double values.
getTo() - Method in class org.josql.events.BindVariableChangedEvent
 
getTo() - Method in class org.josql.events.SaveValueChangedEvent
 
getToken(int) - Method in class org.josql.parser.JoSQLParser
 
getTopLevelQuery() - Method in class org.josql.Query
Get the top level query if "this" is a sub-query, the query chain is traversed until the top level query is found, i.e.
getType() - Method in class org.josql.expressions.ArithmeticExpression
 
getType() - Method in class org.josql.expressions.GTLTExpression
 
getType() - Method in class org.josql.internal.OrderBy
 
getType() - Method in class org.josql.internal.Setter
Get the class of the type of object we expect in the Setter.setValue(Object,Object) method.
getValue(int, int) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getValue(Comparable, Comparable) - Method in class org.josql.contrib.JoSQLFreeChartCategoryDataset
 
getValue(int) - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getValue(Comparable) - Method in class org.josql.contrib.JoSQLFreeChartPieDataset
 
getValue(Object, Query) - Method in class org.josql.expressions.AliasedExpression
Get the value for this expression.
getValue(Object, Query) - Method in class org.josql.expressions.BinaryExpression
Get the value of this expression.
getValue(Object, Query) - Method in class org.josql.expressions.BindVariable
Gets the value of this bind variable.
getValue(Object, Query) - Method in class org.josql.expressions.BooleanExpression
Get the value of this boolean.
getValue(Object, Query) - Method in class org.josql.expressions.ConstantExpression
Get the value of this constant.
getValue(Object, Query) - Method in class org.josql.expressions.Expression
Get the value for this expression based upon the object passed in.
getValue(Object, Query) - Method in class org.josql.expressions.ExpressionList
Gets the value of the expressions, this will return a list of the values for each of the expressions in the list.
getValue(Object, Query) - Method in class org.josql.expressions.NewObjectExpression
 
getValue(Object, Query) - Method in class org.josql.expressions.SaveValue
 
getValue(Object, Query) - Method in class org.josql.expressions.SelectItemExpression
 
getValue(Object, Query) - Method in class org.josql.expressions.ValueExpression
 
getValue(Object) - Method in class org.josql.utils.ExpressionEvaluator
Evaluate the expression against the object passed in and return the value.
getValue(String, Object) - Static method in class org.josql.utils.ExpressionEvaluator
Evaluate the expression against the object passed in and return the value.
getValueAt(int, int) - Method in class org.josql.contrib.JoSQLSwingTableModel
Get the object at row r, column c.
getValues(List) - Method in class org.josql.utils.ExpressionEvaluator
Evaluate the expression against the list of objects passed in and return the value.
getValues(String, List) - Static method in class org.josql.utils.ExpressionEvaluator
Evaluate the expression against the list of objects passed in and return the value.
getVariable(int) - Method in class org.josql.Query
Get the value of an indexed bind variable.
getVariable(String) - Method in class org.josql.Query
Get the value of a named bind variable.
getVariableClass(String) - Method in class org.josql.Query
Get the class that the named variable has.
getVariables() - Method in class org.josql.Query
Get all the bind variables as a Map.
getWhereClause() - Method in class org.josql.Query
Return the WHERE clause expression.
getWhereResults() - Method in class org.josql.QueryResults
Get the where results.
getWildcardCharacter() - Method in class org.josql.Query
Get the character that represents a wildcard in LIKE searches.
getX(int, int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getXValue(int, int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getY(int, int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
getYValue(int, int) - Method in class org.josql.contrib.JoSQLFreeChartXYDataset
 
GNU_INST - Static variable in class org.josql.functions.regexp.RegExpFactory
The instance name to use for the GNU regular expression library.
GNURegExpWrapper - Class in org.josql.functions.regexp
The wrapper implementation for the GNU implementation of regular expression matching.
GNURegExpWrapper() - Constructor for class org.josql.functions.regexp.GNURegExpWrapper
 
greatest(List, Expression, String) - Method in class org.josql.functions.GroupingFunctions
 
greatest(List, Expression) - Method in class org.josql.functions.GroupingFunctions
 
greatestObject(List, Expression) - Method in class org.josql.functions.GroupingFunctions
 
grep(File, String, boolean) - Method in class org.josql.functions.StringFunctions
grep through a file, line by line, and determine what matches there are to the nominated String.
grep(File, String) - Method in class org.josql.functions.StringFunctions
grep through a file, line by line, and determine what matches there are to the nominated String.
group(List) - Method in class org.josql.internal.Grouper
 
GROUP_BY_RESULTS - Static variable in class org.josql.Query
 
GroupByExpressionComparator - Class in org.josql.internal
 
GroupByExpressionComparator(Query, boolean) - Constructor for class org.josql.internal.GroupByExpressionComparator
 
GroupBys() - Method in class org.josql.parser.JoSQLParser
 
Grouper - Class in org.josql.internal
 
Grouper(Query) - Constructor for class org.josql.internal.Grouper
 
GroupingFunctions - Class in org.josql.functions
 
GroupingFunctions() - Constructor for class org.josql.functions.GroupingFunctions
 
GroupLimit() - Method in class org.josql.parser.JoSQLParser
 
GroupOrderBys() - Method in class org.josql.parser.JoSQLParser
 
grp(List, Expression) - Method in class org.josql.functions.CollectionFunctions
Group objects from the List based upon the expression passed in.
GRPBY_OBJ_VAR_NAME - Static variable in class org.josql.Query
 
GRPBY_OBJ_VAR_NAME_SYNONYM - Static variable in class org.josql.Query
 
GT - Static variable in class org.josql.internal.Utilities
 
GTE - Static variable in class org.josql.internal.Utilities
 
GTLTExpression - Class in org.josql.expressions
This class represents one of the following: > - Greater than < - Less than >= - Greater than or equal to <= - Less than or equal to
GTLTExpression() - Constructor for class org.josql.expressions.GTLTExpression
 

A B C D E F G H I J K L M N O P Q R S T U V W Y
  Copyright © 2008 Gary Bentley. All Rights Reserved.