- A - 类 中的静态变量org.josql.internal.Utilities
-
- abs(Number) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- AbstractFunctionHandler - org.josql.functions中的类
-
Defines a basic function handler.
- AbstractFunctionHandler() - 类 的构造器org.josql.functions.AbstractFunctionHandler
-
- AbstractJoSQLFilter - org.josql.filters中的类
-
This class just provides a base-abstract implementation that allow "Filters" to be
built on top of it.
- AbstractJoSQLFilter() - 类 的构造器org.josql.filters.AbstractJoSQLFilter
-
Protected constructor to allow sub-classes to init the query when they are ready.
- AbstractJoSQLFilter(String) - 类 的构造器org.josql.filters.AbstractJoSQLFilter
-
Init this filter with the query.
- AbstractJoSQLFilter(Query) - 类 的构造器org.josql.filters.AbstractJoSQLFilter
-
Init this file filter with the query already built and parsed.
- AbstractRegExpWrapper - org.josql.functions.regexp中的类
-
- AbstractRegExpWrapper() - 类 的构造器org.josql.functions.regexp.AbstractRegExpWrapper
-
- accept(Object) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- accept(Object) - 类 中的方法org.josql.filters.AbstractJoSQLFilter
-
- accept(Object) - 类 中的方法org.josql.filters.DefaultObjectFilter
-
Apply the WHERE clause of the statement to the object passed in.
- accept(Object) - 类 中的方法org.josql.filters.JoSQLFileFilter
-
- accept(File) - 类 中的方法org.josql.filters.JoSQLFileFilter
-
Apply the WHERE clause of the statement to the
File passed in.
- accept(Object) - 类 中的方法org.josql.filters.JoSQLLogRecordFilter
-
- accept(File) - 类 中的方法org.josql.filters.JoSQLSwingFileFilter
-
Apply the WHERE clause of the statement to the
File passed in.
- accept(Object) - 类 中的方法org.josql.filters.StackTraceElementFilter
-
- accept(StackTraceElement) - 类 中的方法org.josql.filters.StackTraceElementFilter
-
Returns true if the where clause evaluates to true for the
passed in StackTraceElement.
- Accessor - com.gentlyweb.utils中的类
-
- Accessor() - 类 的构造器com.gentlyweb.utils.Accessor
-
- Accessor - org.josql.expressions中的类
-
- Accessor() - 类 的构造器org.josql.expressions.Accessor
-
- accessor(Expression, Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
Call the specified accessor on the object.
- accessor(Object, String) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
Call the specified accessor on the object.
- add(TimeDuration) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- add(int, Object) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- add(Object) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- add(String) - 类 中的方法org.josql.incubator.ObjectIndex
-
- add_escapes(String) - 异常错误 中的方法org.josql.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addAll(File, FileFilter) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
Add all the files in the specified directory.
- addAll(Collection) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- addAll(int, Collection) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- addBindVariableChangedListener(BindVariableChangedListener) - 类 中的方法org.josql.Query
-
- addEscapes(String) - 错误 中的静态方法org.josql.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addExpression(Expression) - 类 中的方法org.josql.expressions.ExpressionList
-
Add an expression to the list.
- addExpression(Expression) - 类 中的方法org.josql.internal.Grouper
-
- addField(Getter, String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- addField(String, String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
Add a field that we sort on, if you readd the same field then the type is
just updated.
- addField(String, Date, Date) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Add a new field to check for the date to be in the specified range.
- addField(String, Date, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Add a new field for a Date comparison.
- addField(String, boolean, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Add a new field for a boolean comparison.
- addField(String, double, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- addField(String, double, double) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Add a new field for a number range comparison.
- addField(String, String, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- addField(String, Object, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- addField(String, Object, Comparator, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- addFieldAfter(String, String, String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- addFieldAtIndex(String, String, int) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- addFieldBefore(String, String, String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- addFile(File) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
Add a file to be watched.
- addFileChangeListener(FileChangeListener, int) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- addFileChangeListener(FileChangeListener) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- addFileChangeListener(FileChangeListener, int) - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
-
- addFileChangeListener(FileChangeListener) - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
-
- addFunctionHandler(Object) - 类 中的方法org.josql.Query
-
- addGroupBy(Getter) - 类 中的方法com.gentlyweb.utils.Grouper
-
- addGroupBy(String) - 类 中的方法com.gentlyweb.utils.Grouper
-
- addInstance(String, RegExp, boolean) - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- addIntoExpression(Expression, String) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- addItem(Expression) - 类 中的方法org.josql.expressions.InExpression
-
- ADDITION - 类 中的静态变量org.josql.expressions.ArithmeticExpression
-
- AdditiveExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- addListEntriesToMap(List, Map, boolean) - 类 中的静态方法com.gentlyweb.utils.CollectionsUtils
-
Add all the entries in the List as keys in the specified map.
- addMapEntriesToList(Map, List) - 类 中的静态方法com.gentlyweb.utils.CollectionsUtils
-
Get all the entries in the Map object out and place into
the List passed in, just add at the bottom.
- addModifier(int) - 类 中的方法org.josql.internal.MethodFilter
-
- addObject(Object) - 类 中的方法org.josql.incubator.ObjectIndex
-
- addSaveValueChangedListener(SaveValueChangedListener) - 类 中的方法org.josql.Query
-
- addSortItem(Expression, int, int) - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- addSortItem(Expression, int) - 类 中的方法org.josql.internal.ListExpressionComparator
-
- addTableModelListener(TableModelListener) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
- addTime(Date, Double, String) - 类 中的方法org.josql.functions.ConversionFunctions
-
- addTiming(String, double) - 类 中的方法org.josql.Query
-
- adjustBeginLineColumn(int, int) - 类 中的方法org.josql.parser.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - 类 中的方法org.josql.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - 类 中的方法org.josql.parser.JavaCharStream
-
- Alias() - 类 中的方法org.josql.parser.JoSQLParser
-
- AliasedExpression - org.josql.expressions中的类
-
Represents an expression that also has an alias.
- AliasedExpression() - 类 的构造器org.josql.expressions.AliasedExpression
-
- AliasedFunction - org.josql.expressions中的类
-
A function that also has an alias.
- AliasedFunction() - 类 的构造器org.josql.expressions.AliasedFunction
-
- AliasedFunction() - 类 中的方法org.josql.parser.JoSQLParser
-
- AliasedSQLExpressionList() - 类 中的方法org.josql.parser.JoSQLParser
-
- ALL - 类 中的静态变量org.josql.Query
-
- ALL_OBJS_VAR_NAME - 类 中的静态变量org.josql.Query
-
- AndExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- AndOrExpression - org.josql.expressions中的类
-
- AndOrExpression() - 类 的构造器org.josql.expressions.AndOrExpression
-
- APACHE_REGEXP_INST - 类 中的静态变量org.josql.functions.regexp.RegExpFactory
-
The instance name to use for the Apache RegExp regular expression library.
- ApacheRegExpWrapper - org.josql.functions.regexp中的类
-
- ApacheRegExpWrapper() - 类 的构造器org.josql.functions.regexp.ApacheRegExpWrapper
-
- areAllCharsInRange(String, char, char) - 类 中的静态方法com.gentlyweb.utils.StringUtils
-
- ArithmeticExpression - org.josql.expressions中的类
-
- ArithmeticExpression() - 类 的构造器org.josql.expressions.ArithmeticExpression
-
- ASC - 类 中的静态变量com.gentlyweb.utils.GeneralComparator
-
Use to indicate that a field should be sorted in ascending order.
- ASC - 类 中的静态变量org.josql.internal.OrderBy
-
- avg(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
-
- avg(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- avg(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- E - 类 中的静态变量org.josql.internal.Utilities
-
- enable_tracing() - 类 中的方法org.josql.parser.JoSQLParser
-
- endColumn - 类 中的变量org.josql.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - 类 中的变量org.josql.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- ENDS_WITH - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
-
- EOF - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- eol - 异常错误 中的变量org.josql.parser.ParseException
-
The end of line string for this machine.
- EQ - 类 中的静态变量org.josql.internal.Utilities
-
- equals(Object) - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- EQUALS - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
-
- equals(Object) - 类 中的方法com.gentlyweb.utils.ItemPair
-
This method just uses the algorithm defined in the Map.Entry interface.
- equals(Object) - 类 中的方法org.josql.expressions.Accessor
-
- equals(Object) - 类 中的方法org.josql.expressions.BindVariable
-
- equals(Object) - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- equals(Object) - 类 中的方法org.josql.internal.ListExpressionComparator
-
- EqualsExpression - org.josql.expressions中的类
-
This class represents an "=" or "!
- EqualsExpression() - 类 的构造器org.josql.expressions.EqualsExpression
-
- eval(Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.Accessor
-
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
Evaulate this expression.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.BindVariable
-
Evaluates the value of this bind variable.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.BooleanExpression
-
Get the value of this boolean.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.ConstantExpression
-
Get the value of this constant.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.ExpressionList
-
Evaluates the value of this expression list.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.Function
-
Evaluate this function on the current object.
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.SaveValue
-
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- evaluate(Object, Query) - 类 中的方法org.josql.expressions.ValueExpression
-
- execute(List) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
Exectute the query and return the results.
- execute(Iterator) - 类 中的方法org.josql.Query
-
Execute this query on the specified objects provided by the iterator.
- execute(Collection) - 类 中的方法org.josql.Query
-
Execute this query on the specified objects.
- execute(List) - 类 中的方法org.josql.Query
-
Execute this query on the specified objects.
- ExecuteOn() - 类 中的方法org.josql.parser.JoSQLParser
-
- ExecuteOnType(Map) - 类 中的方法org.josql.parser.JoSQLParser
-
- EXISTS - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
-
- exists() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- exp - 类 中的变量org.josql.expressions.AliasedExpression
-
- exp - 类 中的变量org.josql.filters.AbstractJoSQLFilter
-
- ExpandBuff(boolean) - 类 中的方法org.josql.parser.JavaCharStream
-
- ExpandBuff(boolean) - 类 中的方法org.josql.parser.SimpleCharStream
-
- expected - 类 中的变量org.josql.filters.JoSQLLogRecordFilter
-
- expectedTokenSequences - 异常错误 中的变量org.josql.parser.ParseException
-
Each entry in this array is an array of integers.
- Expression - org.josql.expressions中的类
-
The base class for all expressions.
- Expression() - 类 的构造器org.josql.expressions.Expression
-
- ExpressionEvaluator - org.josql.utils中的类
-
- ExpressionEvaluator(String, Class) - 类 的构造器org.josql.utils.ExpressionEvaluator
-
Create a new expression evaluator.
- ExpressionEvaluator(String, Class, List) - 类 的构造器org.josql.utils.ExpressionEvaluator
-
Create a new expression evaluator.
- ExpressionList - org.josql.expressions中的类
-
- ExpressionList() - 类 的构造器org.josql.expressions.ExpressionList
-
- ExpressionList() - 类 中的方法org.josql.parser.JoSQLParser
-
- GeneralCollector - com.gentlyweb.utils中的类
-
- GeneralCollector(Class) - 类 的构造器com.gentlyweb.utils.GeneralCollector
-
- GeneralCollector(Class, String) - 类 的构造器com.gentlyweb.utils.GeneralCollector
-
- GeneralComparator - com.gentlyweb.utils中的类
-
- GeneralComparator(Class) - 类 的构造器com.gentlyweb.utils.GeneralComparator
-
- GeneralComparator.XMLConstants - com.gentlyweb.utils中的类
-
- GeneralFilter - com.gentlyweb.utils中的类
-
- GeneralFilter(Class) - 类 的构造器com.gentlyweb.utils.GeneralFilter
-
- GeneralUtils - com.gentlyweb.utils中的类
-
- GeneralUtils() - 类 的构造器com.gentlyweb.utils.GeneralUtils
-
- generateParseException() - 类 中的方法org.josql.parser.JoSQLParser
-
- GENTLYWEB_EMAIL - 类 中的静态变量com.gentlyweb.utils.GeneralUtils
-
- get(Object) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- get(Object) - 类 中的方法com.gentlyweb.utils.Timings
-
- get(Map, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
-
Get a value from the specified Map.
- get(List, Number) - 类 中的方法org.josql.functions.CollectionFunctions
-
- get(String) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- get(Object, String) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- getAccessor() - 类 中的方法com.gentlyweb.utils.Getter
-
- getAccessor() - 类 中的方法org.josql.expressions.Accessor
-
- getAccessor() - 类 中的方法org.josql.expressions.BindVariable
-
- getAccessor() - 类 中的方法org.josql.expressions.Function
-
- getAccessor() - 类 中的方法org.josql.expressions.SaveValue
-
- getAccessor() - 类 中的方法org.josql.expressions.SubQueryExpression
-
- getAccessorChain(String, Class) - 类 中的静态方法com.gentlyweb.utils.Accessor
-
Get the Java field associated with the named field.
- getAddItems(Object) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- getAlias() - 类 中的方法org.josql.expressions.AliasedExpression
-
Get the alias for the expression.
- getAlias() - 类 中的方法org.josql.expressions.SelectItemExpression
-
- getAliases() - 类 中的方法org.josql.Query
-
- getAllObjects() - 类 中的方法org.josql.Query
-
Get the current list of objects in context (value of the :_allobjs special bind variable).
- getAnonymousBindVariableName() - 类 中的方法org.josql.Query
-
- getAsDate() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- getBaseClass() - 类 中的方法com.gentlyweb.utils.DynamicGetter
-
- getBaseClass() - 类 中的方法com.gentlyweb.utils.Getter
-
- getBaseClass() - 类 中的方法org.josql.internal.Setter
-
- getBeginColumn() - 类 中的方法org.josql.parser.JavaCharStream
-
- getBeginColumn() - 类 中的方法org.josql.parser.SimpleCharStream
-
- getBeginLine() - 类 中的方法org.josql.parser.JavaCharStream
-
- getBeginLine() - 类 中的方法org.josql.parser.SimpleCharStream
-
- getClassLoader() - 类 中的方法org.josql.Query
-
- getColumn() - 类 中的方法org.josql.functions.FileMatch
-
- getColumn() - 类 中的方法org.josql.parser.JavaCharStream
-
已过时。
- getColumn() - 类 中的方法org.josql.parser.SimpleCharStream
-
已过时。
- getColumnClass(int) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
The expected class of the object at column i.
- getColumnCount() - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
Get the number of columns.
- getColumnName(int) - 类 中的方法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() - 类 中的方法org.josql.Query
-
- getCompareClass() - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- getContentType() - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
- getContentType() - 类 中的方法com.gentlyweb.utils.HTMLDataSource
-
- getContentType() - 类 中的方法com.gentlyweb.utils.URLDataSource
-
- getCount() - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- getCount() - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- getCount() - 类 中的方法org.josql.internal.ListExpressionComparator
-
- getCurrentObject() - 类 中的方法org.josql.Query
-
Get the current object (value of the :_currobj special bind variable).
- getDays() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- getDaysAsMillis(int) - 类 中的静态方法com.gentlyweb.utils.NumberUtils
-
Given an int value treat it as a number of days and return
the number of milliseconds for that number of days.
- getDefaultFunctionHandlers() - 类 中的方法org.josql.Query
-
- getDefaultInstance(Query) - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- getDefaultInstanceName() - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- getDescription() - 类 中的方法org.josql.filters.JoSQLSwingFileFilter
-
Return the description for the filter.
- getDouble(Object) - 类 中的静态方法org.josql.internal.Utilities
-
- getDoubleObject(Object) - 类 中的静态方法org.josql.internal.Utilities
-
- getDuration() - 类 中的方法com.gentlyweb.utils.Timing
-
- getDuration(Object) - 类 中的方法com.gentlyweb.utils.Timings
-
- getDurationAsLong(Object) - 类 中的方法com.gentlyweb.utils.Timings
-
- getEnd() - 类 中的方法org.josql.expressions.BetweenExpression
-
Get the end expression.
- getEndColumn() - 类 中的方法org.josql.parser.JavaCharStream
-
- getEndColumn() - 类 中的方法org.josql.parser.SimpleCharStream
-
- getEndLine() - 类 中的方法org.josql.parser.JavaCharStream
-
- getEndLine() - 类 中的方法org.josql.parser.SimpleCharStream
-
- getEventTypes() - 类 中的方法com.gentlyweb.utils.FileChangeEvent
-
- getException() - 异常错误 中的方法com.gentlyweb.utils.ChainException
-
- getException() - 类 中的方法org.josql.contrib.JoSQLVelocityExecuteTool
-
- getException() - 类 中的方法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() - 类 中的方法org.josql.incubator.FilteredArrayList
-
- getException() - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- getException() - 类 中的方法org.josql.internal.ListExpressionComparator
-
- getException() - 类 中的方法org.josql.utils.JoSQLComparator
-
- getExceptionTraceAsString(Exception) - 类 中的静态方法com.gentlyweb.utils.GeneralUtils
-
Get an exception (and if it's an instance of
ChainException) the chain of
exceptions (if present) as a String.
- getExecuteOnFunctions() - 类 中的方法org.josql.Query
-
- getExpectedClass() - 类 中的方法org.josql.filters.AbstractJoSQLFilter
-
Should sub-classes should return the type that they expect to be present in
a Query.
- getExpectedClass() - 类 中的方法org.josql.filters.DefaultObjectFilter
-
Get the class the Query expects to operate on.
- getExpectedClass() - 类 中的方法org.josql.filters.JoSQLFileFilter
-
- getExpectedClass() - 类 中的方法org.josql.filters.JoSQLLogRecordFilter
-
- getExpectedClass() - 类 中的方法org.josql.filters.StackTraceElementFilter
-
Get the expected class.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.Accessor
-
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.AliasedExpression
-
Get the expected return type for the expression.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
Return the expected return type.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.BinaryExpression
-
Return the expected return type from this expression.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.BindVariable
-
Get the expected return type.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.BooleanExpression
-
Get the expected return type.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.ConstantExpression
-
Get the expected return type.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.Expression
-
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.ExpressionList
-
Get the expected return type, which is
List.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.Function
-
Get the expected return type from the function.
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.SaveValue
-
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- getExpectedReturnType(Query) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- getExpression() - 类 中的方法org.josql.expressions.AliasedExpression
-
Get the expression being aliased.
- getExpression() - 类 中的方法org.josql.expressions.SelectItemExpression
-
- getExpression() - 类 中的方法org.josql.internal.OrderBy
-
- getExpressions() - 类 中的方法org.josql.expressions.ExpressionList
-
Returns the expressions, a list of
Expression objects.
- getExpressions() - 类 中的方法org.josql.internal.Grouper
-
- getField() - 类 中的方法com.gentlyweb.utils.GeneralCollector
-
Get a field given a field name.
- getFields() - 类 中的方法com.gentlyweb.utils.GeneralComparator
-
- getFile() - 类 中的方法com.gentlyweb.utils.FileChangeEvent
-
- getFile() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- getFile(File) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
- getFile() - 类 中的方法org.josql.functions.FileMatch
-
- getFileAsArray(File) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
Get the contents of a File as a byte array.
- getFileLengthAsFormattedKilobytes(long) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
Get a file length as kilobytes in the form x.y.
- getFiles() - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- getFilterClass() - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Get the class that we are filtering.
- getFormattedFileLength(long) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
- getFrom() - 类 中的方法org.josql.events.BindVariableChangedEvent
-
- getFrom() - 类 中的方法org.josql.events.SaveValueChangedEvent
-
- getFrom() - 类 中的方法org.josql.Query
-
- getFromObjectClass() - 类 中的方法org.josql.Query
-
- getFunction() - 类 中的方法org.josql.expressions.AliasedFunction
-
Get the function that is aliased.
- getFunctionHandler(String) - 类 中的方法org.josql.Query
-
- getFunctionHandlers() - 类 中的方法org.josql.Query
-
- getGetter() - 类 中的方法org.josql.expressions.Accessor
-
- getGetter() - 类 中的方法org.josql.expressions.Function
-
- getGetter() - 类 中的方法org.josql.expressions.SubQueryExpression
-
- getGroupByColumns() - 类 中的方法org.josql.Query
-
- getGroupByResults() - 类 中的方法org.josql.QueryResults
-
Get the group by results.
- getGroupBySaveValue(Object, List) - 类 中的方法org.josql.Query
-
Get the save value for a particular key and group by list.
- getGroupBySaveValues(List) - 类 中的方法org.josql.Query
-
Get the save values for the specified group bys.
- getGroupBySaveValues(List) - 类 中的方法org.josql.QueryResults
-
- getGroupByVariable(int) - 类 中的方法org.josql.Query
-
Get the value of a group by variable from the current group bys.
- getHavingClause() - 类 中的方法org.josql.Query
-
Return the HAVING clause expression.
- getHavingResults() - 类 中的方法org.josql.QueryResults
-
Get the having results.
- getHours() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- GetImage() - 类 中的方法org.josql.parser.JavaCharStream
-
- GetImage() - 类 中的方法org.josql.parser.SimpleCharStream
-
- getIndex() - 类 中的方法com.gentlyweb.utils.Accessor
-
- getIndex() - 类 中的方法org.josql.internal.ColumnReference
-
- getIndex() - 类 中的方法org.josql.internal.OrderBy
-
- getInputStream() - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
- getInputStream() - 类 中的方法com.gentlyweb.utils.HTMLDataSource
-
- getInputStream() - 类 中的方法com.gentlyweb.utils.URLDataSource
-
- getInstance(TimeDuration) - 类 中的静态方法com.gentlyweb.utils.TimeDuration
-
- getInstance(Timing) - 类 中的静态方法com.gentlyweb.utils.TimeDuration
-
- getInstance(Date) - 类 中的静态方法com.gentlyweb.utils.TimeDuration
-
- getInstance(long) - 类 中的静态方法com.gentlyweb.utils.TimeDuration
-
- getInstance(String, Query) - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- getItems() - 类 中的方法org.josql.expressions.InExpression
-
- getJoSQLFileFilter() - 类 中的方法org.josql.filters.JoSQLSwingFileFilter
-
- getKey() - 类 中的方法com.gentlyweb.utils.ItemPair
-
- getLastAccessTime(Object) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- getLastMatch(String, String, int) - 类 中的静态方法org.josql.internal.Utilities
-
- getLeft() - 类 中的方法org.josql.expressions.ArithmeticExpression
-
Get the LHS value expression.
- getLeft() - 类 中的方法org.josql.expressions.BinaryExpression
-
Get the LHS.
- getLength() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- getLikePattern(String, String) - 类 中的静态方法org.josql.internal.Utilities
-
- getLimit() - 类 中的方法org.josql.Query
-
- getLine() - 类 中的方法org.josql.functions.FileMatch
-
- getLine() - 类 中的方法org.josql.parser.JavaCharStream
-
已过时。
- getLine() - 类 中的方法org.josql.parser.SimpleCharStream
-
已过时。
- getMapEntriesAsOrderedList(Map, List) - 类 中的静态方法com.gentlyweb.utils.CollectionsUtils
-
Given a Map return the entries in the Map in the passed in
List in order.
- getMaxSize() - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- getMessage() - 异常错误 中的方法org.josql.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - 错误 中的方法org.josql.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethods(Class, String, int, List) - 类 中的静态方法com.gentlyweb.utils.GeneralUtils
-
- getMethods(Class, String, int, List) - 类 中的静态方法org.josql.internal.Utilities
-
- getMillis() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- getMillisAsFormattedSeconds(long) - 类 中的静态方法com.gentlyweb.utils.NumberUtils
-
Convert a number of milliseconds into seconds, we format to 2 decimal
places, i.e. we return a String of the form a.xy.
- getMins() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- getName() - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
- getName() - 类 中的方法com.gentlyweb.utils.HTMLDataSource
-
- getName() - 类 中的方法com.gentlyweb.utils.URLDataSource
-
- getName() - 类 中的方法org.josql.events.BindVariableChangedEvent
-
- getName() - 类 中的方法org.josql.events.SaveValueChangedEvent
-
- getName() - 类 中的方法org.josql.expressions.BindVariable
-
- getName() - 类 中的方法org.josql.expressions.Function
-
- getName() - 类 中的方法org.josql.expressions.SaveValue
-
- getName() - 类 中的方法org.josql.internal.ColumnReference
-
- getNewFileDetails() - 类 中的方法com.gentlyweb.utils.FileChangeEvent
-
- getNextToken() - 类 中的方法org.josql.parser.JoSQLParser
-
- getNextToken() - 类 中的方法org.josql.parser.JoSQLParserTokenManager
-
- getNoParmJavaGetMethod(String, Class) - 类 中的静态方法com.gentlyweb.utils.Getter
-
- getNullAcceptPolicy() - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Get the null accept policy, this governs what happens when a null is
observed from the result of an accessor chain call, true
indicates that the value is accepted, false indicates
that it is rejected.
- getObjectClass(Class) - 类 中的静态方法org.josql.internal.Utilities
-
- getObjectComparator() - 类 中的方法org.josql.Query
-
- getObjects(List) - 类 中的方法org.josql.incubator.ObjectIndex
-
- getOldFileDetails() - 类 中的方法com.gentlyweb.utils.FileChangeEvent
-
- getOrderByColumns() - 类 中的方法org.josql.Query
-
Get the "order bys".
- getOrderByComparator() - 类 中的方法org.josql.Query
-
Return the
Comparator we will use to do the ordering of the results, may be null.
- getOriginalLine() - 类 中的方法org.josql.functions.FileMatch
-
- getOutputStream() - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
- getOutputStream() - 类 中的方法com.gentlyweb.utils.HTMLDataSource
-
- getOutputStream() - 类 中的方法com.gentlyweb.utils.URLDataSource
-
- getParameters() - 类 中的方法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() - 类 中的方法org.josql.Query
-
Get the parent query.
- getPolicy() - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- getPrimitiveClass(Class) - 类 中的静态方法org.josql.internal.Utilities
-
- getQuery() - 类 中的方法org.josql.events.BindVariableChangedEvent
-
- getQuery() - 类 中的方法org.josql.events.SaveValueChangedEvent
-
- getQuery() - 类 中的方法org.josql.expressions.SubQueryExpression
-
- getQuery() - 类 中的方法org.josql.filters.AbstractJoSQLFilter
-
Get the Query we are using to process objects.
- getQuery() - 类 中的方法org.josql.incubator.FilteredArrayList
-
- getQuery() - 类 中的方法org.josql.Query
-
Get the query string that this Query object represents.
- getQuery() - 类 中的方法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() - 类 中的方法org.josql.utils.JoSQLComparator
-
Get the Query we are using to process objects.
- getQueryResults() - 类 中的方法org.josql.Query
-
- getResult(boolean, boolean) - 类 中的静态方法org.josql.internal.Utilities
-
- getResults() - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
- getResults() - 类 中的方法org.josql.QueryResults
-
Get the results of executing the query, this is the "final" results, i.e.
- getRight() - 类 中的方法org.josql.expressions.ArithmeticExpression
-
Get the RHS value expression.
- getRight() - 类 中的方法org.josql.expressions.BinaryExpression
-
Get the RHS.
- getRowCount() - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
Number of rows.
- getSaveValue(Object) - 类 中的方法org.josql.Query
-
Get the save values for a particular key.
- getSaveValue(Object) - 类 中的方法org.josql.QueryResults
-
Get a particular save value for the passed in key.
- getSaveValues() - 类 中的方法org.josql.QueryResults
-
Get the save values.
- getSecs() - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- getSortItems() - 类 中的方法org.josql.internal.ListExpressionComparator
-
- getStart() - 类 中的方法org.josql.expressions.BetweenExpression
-
Get the start expression.
- getString() - 类 中的方法org.josql.functions.FileMatch
-
- getSubList(List, Query) - 类 中的方法org.josql.internal.Limit
-
- GetSuffix(int) - 类 中的方法org.josql.parser.JavaCharStream
-
- GetSuffix(int) - 类 中的方法org.josql.parser.SimpleCharStream
-
- getSupportedVersion() - 类 中的方法org.josql.functions.regexp.AbstractRegExpWrapper
-
- getSupportedVersion() - 类 中的方法org.josql.functions.regexp.ApacheRegExpWrapper
-
- getSupportedVersion() - 类 中的方法org.josql.functions.regexp.GNURegExpWrapper
-
- getSupportedVersion() - 类 中的方法org.josql.functions.regexp.OroApacheRegExpWrapper
-
- getSupportedVersion(String) - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- getSupportedVersion() - 类 中的方法org.josql.functions.regexp.StandardJavaRegExpWrapper
-
- getSymbol(int) - 类 中的静态方法org.josql.internal.LikePatternSymbol
-
- getSymbol(String) - 类 中的静态方法org.josql.internal.LikePatternSymbol
-
- getTabSize(int) - 类 中的方法org.josql.parser.JavaCharStream
-
- Getter - com.gentlyweb.utils中的类
-
- Getter(String, Class) - 类 的构造器com.gentlyweb.utils.Getter
-
Get the getter associated with the named reference.
- getTextAsFormattedLines(String, int) - 类 中的静态方法com.gentlyweb.utils.StringUtils
-
Given a chunk of text format it so that you return a new String
with the line length equal to that passed in.
- getTimings() - 类 中的方法org.josql.QueryResults
-
Get the timing information, is a Map of string to double values.
- getTo() - 类 中的方法org.josql.events.BindVariableChangedEvent
-
- getTo() - 类 中的方法org.josql.events.SaveValueChangedEvent
-
- getToken(int) - 类 中的方法org.josql.parser.JoSQLParser
-
- getTopLevelQuery() - 类 中的方法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. when
Query.getParent() returns null.
- getType() - 类 中的方法com.gentlyweb.utils.DynamicGetter
-
- getType() - 类 中的方法com.gentlyweb.utils.Getter
-
- getType() - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- getType() - 类 中的方法org.josql.expressions.GTLTExpression
-
- getType() - 类 中的方法org.josql.internal.OrderBy
-
- getType() - 类 中的方法org.josql.internal.Setter
-
- getValue(Object) - 类 中的方法com.gentlyweb.utils.DynamicGetter
-
- getValue(Object) - 类 中的方法com.gentlyweb.utils.Getter
-
- getValue() - 类 中的方法com.gentlyweb.utils.ItemPair
-
- getValue(Object, Query) - 类 中的方法org.josql.expressions.AliasedExpression
-
Get the value for this expression.
- getValue(Object, Query) - 类 中的方法org.josql.expressions.BinaryExpression
-
Get the value of this expression.
- getValue(Object, Query) - 类 中的方法org.josql.expressions.BindVariable
-
Gets the value of this bind variable.
- getValue(Object, Query) - 类 中的方法org.josql.expressions.BooleanExpression
-
Get the value of this boolean.
- getValue(Object, Query) - 类 中的方法org.josql.expressions.ConstantExpression
-
Get the value of this constant.
- getValue(Object, Query) - 类 中的方法org.josql.expressions.Expression
-
Get the value for this expression based upon the object passed in.
- getValue(Object, Query) - 类 中的方法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) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- getValue(Object, Query) - 类 中的方法org.josql.expressions.SaveValue
-
- getValue(Object, Query) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- getValue(Object, Query) - 类 中的方法org.josql.expressions.ValueExpression
-
- getValue(Object) - 类 中的方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the object passed in and return the
value.
- getValue(String, Object) - 类 中的静态方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the object passed in and return the
value.
- getValueAt(int, int) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
Get the object at row r, column c.
- getValueForIndex(Object, String) - 类 中的静态方法com.gentlyweb.utils.Accessor
-
- getValueFromAccessorChain(Object, List) - 类 中的静态方法com.gentlyweb.utils.Accessor
-
- getValues(List) - 类 中的方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the list of objects passed in and
return the value.
- getValues(String, List) - 类 中的静态方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the list of objects passed in and
return the value.
- getVariable(int) - 类 中的方法org.josql.Query
-
Get the value of an indexed bind variable.
- getVariable(String) - 类 中的方法org.josql.Query
-
Get the value of a named bind variable.
- getVariableClass(String) - 类 中的方法org.josql.Query
-
Get the class that the named variable has.
- getVariables() - 类 中的方法org.josql.Query
-
Get all the bind variables as a Map.
- getWhereClause() - 类 中的方法org.josql.Query
-
Return the WHERE clause expression.
- getWhereResults() - 类 中的方法org.josql.QueryResults
-
Get the where results.
- getWildcardCharacter() - 类 中的方法org.josql.Query
-
Get the character that represents a wildcard in LIKE searches.
- getYNFromUser(String) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
- GNU_INST - 类 中的静态变量org.josql.functions.regexp.RegExpFactory
-
The instance name to use for the GNU regular expression library.
- GNURegExpWrapper - org.josql.functions.regexp中的类
-
The wrapper implementation for the GNU implementation of regular expression matching.
- GNURegExpWrapper() - 类 的构造器org.josql.functions.regexp.GNURegExpWrapper
-
- GREATER_THAN - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
-
- greatest(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
-
- greatest(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- greatestObject(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- grep(File, String, boolean) - 类 中的方法org.josql.functions.StringFunctions
-
- grep(File, String) - 类 中的方法org.josql.functions.StringFunctions
-
- group(List) - 类 中的方法com.gentlyweb.utils.Grouper
-
- group(List) - 类 中的方法org.josql.internal.Grouper
-
- GROUP_BY_RESULTS - 类 中的静态变量org.josql.Query
-
- GroupByExpressionComparator - org.josql.internal中的类
-
- GroupByExpressionComparator(Query, Comparator, boolean) - 类 的构造器org.josql.internal.GroupByExpressionComparator
-
- GroupBys() - 类 中的方法org.josql.parser.JoSQLParser
-
- Grouper - com.gentlyweb.utils中的类
-
- Grouper(Class) - 类 的构造器com.gentlyweb.utils.Grouper
-
- Grouper - org.josql.internal中的类
-
- Grouper(Query) - 类 的构造器org.josql.internal.Grouper
-
- GroupingFunctions - org.josql.functions中的类
-
- GroupingFunctions() - 类 的构造器org.josql.functions.GroupingFunctions
-
- GroupLimit() - 类 中的方法org.josql.parser.JoSQLParser
-
- GroupOrderBys() - 类 中的方法org.josql.parser.JoSQLParser
-
- groupSortByGroupSize(List, String) - 类 中的方法com.gentlyweb.utils.Grouper
-
- grp(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
-
Group objects from the List based upon the expression passed in.
- GRPBY_OBJ_VAR_NAME - 类 中的静态变量org.josql.Query
-
- GRPBY_OBJ_VAR_NAME_SYNONYM - 类 中的静态变量org.josql.Query
-
- GT - 类 中的静态变量org.josql.internal.Utilities
-
- GTE - 类 中的静态变量org.josql.internal.Utilities
-
- GTLTExpression - org.josql.expressions中的类
-
- GTLTExpression() - 类 的构造器org.josql.expressions.GTLTExpression
-
- gzipFile(File, File) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
GZIP a file, this will move the file from the
given name to the new location.
- GZIPFileDataSource - com.gentlyweb.utils中的类
-
- GZIPFileDataSource(File, String) - 类 的构造器com.gentlyweb.utils.GZIPFileDataSource
-
- id - 类 中的静态变量com.gentlyweb.utils.GeneralComparator.XMLConstants
-
- ifThen(Expression, Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- ifThenElse(Expression, Expression, Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- ignoreCase - 类 中的变量org.josql.expressions.EqualsExpression
-
- image - 类 中的变量org.josql.parser.Token
-
The string image of the token.
- inBuf - 类 中的变量org.josql.parser.JavaCharStream
-
- inBuf - 类 中的变量org.josql.parser.SimpleCharStream
-
- InExpression - org.josql.expressions中的类
-
- InExpression() - 类 的构造器org.josql.expressions.InExpression
-
- InExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- init(long) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- init(TimeDuration) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- init(Query) - 类 中的方法org.josql.expressions.Accessor
-
- init(Query) - 类 中的方法org.josql.expressions.AliasedExpression
-
Init this expression.
- init(Query) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- init(Query) - 类 中的方法org.josql.expressions.BetweenExpression
-
Inits the expression.
- init(Query) - 类 中的方法org.josql.expressions.BinaryExpression
-
Init the expression.
- init(Query) - 类 中的方法org.josql.expressions.BindVariable
-
Initialises this bind variable.
- init(Query) - 类 中的方法org.josql.expressions.BooleanExpression
-
Init this expression.
- init(Query) - 类 中的方法org.josql.expressions.ConstantExpression
-
Inits the expression, in reality does nothing here, can't init a constant!
- init(Query) - 类 中的方法org.josql.expressions.Expression
-
Perform the necessary initialisation for this expression.
- init(Query) - 类 中的方法org.josql.expressions.ExpressionList
-
Initialises this expression list, each expression in the list is inited.
- init(Query) - 类 中的方法org.josql.expressions.Function
-
This is a complex method that will initialise the function.
- init(Query) - 类 中的方法org.josql.expressions.InExpression
-
Initialise the IN expression.
- init(Query) - 类 中的方法org.josql.expressions.LikeExpression
-
Init the expression, we over-ride here so that if the RHS is fixed we can
init the pattern that will be used to match the expression.
- init(Query) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- init(Query) - 类 中的方法org.josql.expressions.SaveValue
-
- init(Query) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- init(Query) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- init(Query) - 类 中的方法org.josql.functions.regexp.ApacheRegExpWrapper
-
- init(Query) - 类 中的方法org.josql.functions.regexp.GNURegExpWrapper
-
- init(Query) - 类 中的方法org.josql.functions.regexp.OroApacheRegExpWrapper
-
- init(Query) - 接口 中的方法org.josql.functions.regexp.RegExp
-
- init(Query) - 类 中的方法org.josql.functions.regexp.StandardJavaRegExpWrapper
-
- init(Query) - 类 中的方法org.josql.internal.Limit
-
- init() - 类 中的方法org.josql.Query
-
- initOrderByComparator() - 类 中的方法org.josql.Query
-
Will cause the order by comparator used to order the results
to be initialized.
- input_stream - 类 中的变量org.josql.parser.JoSQLParserTokenManager
-
- inputStream - 类 中的变量org.josql.parser.JavaCharStream
-
- inputStream - 类 中的变量org.josql.parser.SimpleCharStream
-
- inRange(Object, Object) - 接口 中的方法com.gentlyweb.utils.StringRangeComparator
-
- instanceOf(Expression, Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- INT_BIND_VAR_PREFIX - 类 中的静态变量org.josql.Query
-
- IOUtils - com.gentlyweb.utils中的类
-
- IOUtils() - 类 的构造器com.gentlyweb.utils.IOUtils
-
- isAddItemsFromCollectionOrMap() - 类 中的方法org.josql.expressions.SelectItemExpression
-
- isAll() - 类 中的方法org.josql.expressions.InExpression
-
- isAnd() - 类 中的方法org.josql.expressions.AndOrExpression
-
- isAnonymous() - 类 中的方法org.josql.expressions.BindVariable
-
- isAvailable(Query) - 类 中的方法org.josql.functions.regexp.AbstractRegExpWrapper
-
- isAvailable(Query) - 类 中的方法org.josql.functions.regexp.ApacheRegExpWrapper
-
- isAvailable(Query) - 类 中的方法org.josql.functions.regexp.GNURegExpWrapper
-
- isAvailable(Query) - 类 中的方法org.josql.functions.regexp.OroApacheRegExpWrapper
-
- isAvailable(Query) - 类 中的方法org.josql.functions.regexp.StandardJavaRegExpWrapper
-
- isBracketed() - 类 中的方法org.josql.expressions.Expression
-
- isCaching() - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- isCaching() - 类 中的方法org.josql.internal.ListExpressionComparator
-
- isCaching() - 类 中的方法org.josql.utils.JoSQLComparator
-
Return whether this comparator uses caching to improve performance.
- isCellEditable(int, int) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
Cells are not editable since we do not store the results separately.
- isDirectory() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- isDoLike() - 类 中的方法org.josql.expressions.InExpression
-
- isEmpty(Object) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
-
- isEmpty() - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- isEmpty() - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
-
Return whether the cache is empty or not.
- isEquals(Object, Object) - 类 中的静态方法org.josql.internal.Utilities
-
- isFile() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- isGTEquals(Object, Object) - 类 中的静态方法org.josql.internal.Utilities
-
- isHidden() - 类 中的方法com.gentlyweb.utils.FileDetails
-
- isIgnoreCase() - 类 中的方法org.josql.expressions.EqualsExpression
-
- isIgnoreCase() - 类 中的方法org.josql.expressions.GTLTExpression
-
- isIgnoreCase() - 类 中的方法org.josql.expressions.InExpression
-
- isIgnoreCase() - 类 中的方法org.josql.expressions.LikeExpression
-
- isIndexCorrectForType(Class) - 类 中的方法com.gentlyweb.utils.Accessor
-
- isLoggable(LogRecord) - 类 中的方法org.josql.filters.JoSQLLogRecordFilter
-
Apply the WHERE clause of the statement to the
LogRecord passed in.
- isLTEquals(Object, Object) - 类 中的静态方法org.josql.internal.Utilities
-
- isNot() - 类 中的方法org.josql.expressions.BetweenExpression
-
- isNot() - 类 中的方法org.josql.expressions.EqualsExpression
-
- isNot() - 类 中的方法org.josql.expressions.InExpression
-
- isNot() - 类 中的方法org.josql.expressions.IsNullExpression
-
- isNot() - 类 中的方法org.josql.expressions.LikeExpression
-
- isNoThrowOnWhereFalse() - 类 中的方法org.josql.incubator.FilteredArrayList
-
- IsNullExpression - org.josql.expressions中的类
-
Represents an "IS NULL" (or "IS NOT NULL") expression.
- IsNullExpression() - 类 的构造器org.josql.expressions.IsNullExpression
-
- IsNullExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- isNumber(Object) - 类 中的静态方法org.josql.internal.Utilities
-
- isNumber(Class) - 类 中的静态方法org.josql.internal.Utilities
-
- isPrimitiveClass(Class) - 类 中的静态方法org.josql.internal.Utilities
-
- isSyncOnAdd() - 类 中的方法org.josql.incubator.ObjectIndex
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.Accessor
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.AliasedExpression
-
Indicate whether the expression evaluates to true.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.AndOrExpression
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
Determine whether this arithmetic expression evaluates to true.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.BetweenExpression
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.BindVariable
-
Returns whether the value of this bind variable represents a true
value.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.BooleanExpression
-
Returns whether this expression is true or false.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.ConstantExpression
-
Returns whether the value of this constant represents a true
value.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.EqualsExpression
-
Return whether this expression evaluates to true.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.Expression
-
This method allows ANY expression (including those that extend
ValueExpression)
to be used in the WHERE and HAVING clauses but ensuring that a boolean value is
available for every expression.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.ExpressionList
-
Returns true if one of the expression values is non-null.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.Function
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.GTLTExpression
-
Return whether this expression evaluates to true.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.InExpression
-
Return whether this expression evaulates to true.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.IsNullExpression
-
Determine whether the LHS of this expression is or is not null.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.LikeExpression
-
Returns whether the LHS is "LIKE" the RHS.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.NewObjectExpression
-
Always return true because a new object is being created and thus
will be unequal to null.
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.SaveValue
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- isTrue(Object, Query) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- isTrue(Object) - 类 中的方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the object passed in.
- isTrue(String, Object) - 类 中的静态方法org.josql.utils.ExpressionEvaluator
-
Evaluate the expression against the object passed in.
- isWantObjects() - 类 中的方法org.josql.Query
-
Return whether the query should return objects.
- isWhereTrue(Object) - 类 中的方法org.josql.Query
-
A helper method that will evaluate the WHERE clause for the object passed in.
- ItemPair - com.gentlyweb.utils中的类
-
- ItemPair(Object, Object) - 类 的构造器com.gentlyweb.utils.ItemPair
-
- iterator() - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- iterator() - 类 中的方法com.gentlyweb.utils.Timings
-
- S_CHAR_LITERAL - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- S_CHAR_LITERAL2 - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- S_DOUBLE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- S_IDENTIFIER - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- S_INTEGER - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- save_value(Object) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- SaveValue - org.josql.expressions中的类
-
- SaveValue() - 类 的构造器org.josql.expressions.SaveValue
-
- saveValue(Object) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- savevalue(Object) - 类 中的方法org.josql.functions.MiscellaneousFunctions
-
- SaveValue() - 类 中的方法org.josql.parser.JoSQLParser
-
- saveValueChanged(SaveValueChangedEvent) - 接口 中的方法org.josql.events.SaveValueChangedListener
-
- saveValueChanged(SaveValueChangedEvent) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- SaveValueChangedEvent - org.josql.events中的类
-
- SaveValueChangedEvent(Query, String, Object, Object) - 类 的构造器org.josql.events.SaveValueChangedEvent
-
- SaveValueChangedListener - org.josql.events中的接口
-
- SECOND - 类 中的静态变量org.josql.functions.ConversionFunctions
-
- SelectItem(Query) - 类 中的方法org.josql.parser.JoSQLParser
-
- SelectItemExpression - org.josql.expressions中的类
-
- SelectItemExpression() - 类 的构造器org.josql.expressions.SelectItemExpression
-
- SelectItemsList(Query) - 类 中的方法org.josql.parser.JoSQLParser
-
- set(int, Object) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- setAccessor(Field) - 类 中的方法com.gentlyweb.utils.Accessor
-
- setAccessor(Method) - 类 中的方法com.gentlyweb.utils.Accessor
-
- setAccessor(String) - 类 中的方法org.josql.expressions.Accessor
-
- setAccessor(String) - 类 中的方法org.josql.expressions.BindVariable
-
- setAccessor(String) - 类 中的方法org.josql.expressions.Function
-
- setAccessor(String) - 类 中的方法org.josql.expressions.SaveValue
-
- setAccessor(String) - 类 中的方法org.josql.expressions.SubQueryExpression
-
- setAddItemsType(Class) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- setAddMapType(String) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- setAlias(String) - 类 中的方法org.josql.expressions.AliasedExpression
-
- setAlias(String) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- setAll(boolean) - 类 中的方法org.josql.expressions.InExpression
-
- setAllObjects(List) - 类 中的方法org.josql.Query
-
- setAnd(boolean) - 类 中的方法org.josql.expressions.AndOrExpression
-
- setAnonymous(boolean) - 类 中的方法org.josql.expressions.BindVariable
-
- setBracketed(boolean) - 类 中的方法org.josql.expressions.Expression
-
- setCaching(boolean) - 类 中的方法org.josql.internal.GroupByExpressionComparator
-
- setCaching(boolean) - 类 中的方法org.josql.internal.ListExpressionComparator
-
- setCaching(boolean) - 类 中的方法org.josql.utils.JoSQLComparator
-
Set whether the comparator should use caching to improve performance.
- setCheckRepeatTime(long) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- setCheckRepeatTime(long) - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
-
- setClass(Class) - 类 中的方法org.josql.internal.MethodFilter
-
- setClassLoader(ClassLoader) - 类 中的方法org.josql.Query
-
- setClassName(String) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- setClassName(String) - 类 中的方法org.josql.Query
-
- setColumns(List) - 类 中的方法org.josql.Query
-
- setConstructorArgs(List) - 类 中的方法org.josql.expressions.NewObjectExpression
-
- setCurrentGroupByObjects(List) - 类 中的方法org.josql.Query
-
- setCurrentObject(Object) - 类 中的方法org.josql.Query
-
- setDays(int) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- setDebugStream(PrintStream) - 类 中的方法org.josql.parser.JoSQLParserTokenManager
-
- setDefaultDateFormatSpec(String) - 类 中的方法org.josql.functions.FormattingFunctions
-
- setDefaultInstanceName(String) - 类 中的方法org.josql.functions.regexp.RegExpFactory
-
- setDescription(String) - 类 中的方法org.josql.filters.JoSQLSwingFileFilter
-
Set the description that should be used.
- setDoLike(boolean) - 类 中的方法org.josql.expressions.InExpression
-
- setEnd(ValueExpression) - 类 中的方法org.josql.expressions.BetweenExpression
-
- setExecuteOnFunctions(Map) - 类 中的方法org.josql.Query
-
- setExpression(Expression) - 类 中的方法org.josql.expressions.AliasedExpression
-
- setExpression(Expression) - 类 中的方法org.josql.expressions.SelectItemExpression
-
- setExpression(Expression) - 类 中的方法org.josql.internal.OrderBy
-
- setExpressions(List) - 类 中的方法org.josql.expressions.ExpressionList
-
Set the expressions.
- setField(String) - 类 中的方法com.gentlyweb.utils.GeneralCollector
-
Set the field that we collect if you readd the same field then
the type is just updated.
- setFieldValue(String, Date, Date) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set new date range values for the specified date filter field.
- setFieldValue(String, Date) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set a new date value for the specified date filter field.
- setFieldValue(String, boolean) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set a new value for the specified boolean filter field.
- setFieldValue(String, double) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set new maximum and minimum values for the specified number filter field.
- setFieldValue(String, double, double) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set new maximum and minimum values for the specified number filter field.
- setFieldValue(String, String) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set the value for the specified String filter field.
- setFieldValue(String, Object) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Set the value for the specified field.
- setFile(File) - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
Set the File to use for the data source.
- setFileDetails(File, FileDetails) - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- setFrom(Expression) - 类 中的方法org.josql.Query
-
- setFromObjectClass(Class) - 类 中的方法org.josql.Query
-
Set the "FROM" object class.
- setGroupByColumns(List) - 类 中的方法org.josql.Query
-
- setGroupByLimit(Limit) - 类 中的方法org.josql.Query
-
- setGroupByOrderColumns(List) - 类 中的方法org.josql.Query
-
- setHaving(Expression) - 类 中的方法org.josql.Query
-
Set the expression for the HAVING clause.
- setHours(int) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- setIgnoreCase(boolean) - 类 中的方法org.josql.expressions.EqualsExpression
-
- setIgnoreCase(boolean) - 类 中的方法org.josql.expressions.GTLTExpression
-
- setIgnoreCase(boolean) - 类 中的方法org.josql.expressions.InExpression
-
- setIgnoreCase(boolean) - 类 中的方法org.josql.expressions.LikeExpression
-
- setIndex(String) - 类 中的方法com.gentlyweb.utils.Accessor
-
- setIndex(int) - 类 中的方法org.josql.internal.ColumnReference
-
- setIndex(int) - 类 中的方法org.josql.internal.OrderBy
-
- setItems(List) - 类 中的方法org.josql.expressions.InExpression
-
- setJoSQLFileFilter(JoSQLFileFilter) - 类 中的方法org.josql.filters.JoSQLSwingFileFilter
-
- setLeft(ValueExpression) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- setLeft(Expression) - 类 中的方法org.josql.expressions.BinaryExpression
-
- setLimit(Limit) - 类 中的方法org.josql.Query
-
- setMaxSize(Object, int) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
-
Set the maximum size of the cache.
- setMaxSize(int) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- setMaxSize(int) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
-
Set the maximum size of the cache.
- setMillis(int) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- setMins(int) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- setName(String) - 类 中的方法org.josql.expressions.Accessor
-
- setName(String) - 类 中的方法org.josql.expressions.BindVariable
-
- setName(String) - 类 中的方法org.josql.expressions.Function
-
- setName(String) - 类 中的方法org.josql.expressions.SaveValue
-
- setName(String) - 类 中的方法org.josql.internal.ColumnReference
-
- setName(String, int) - 类 中的方法org.josql.internal.MethodFilter
-
- setNot(boolean) - 类 中的方法org.josql.expressions.BetweenExpression
-
- setNot(boolean) - 类 中的方法org.josql.expressions.EqualsExpression
-
- setNot(boolean) - 类 中的方法org.josql.expressions.InExpression
-
- setNot(boolean) - 类 中的方法org.josql.expressions.IsNullExpression
-
- setNot(boolean) - 类 中的方法org.josql.expressions.LikeExpression
-
- setNoThrowOnWhereFalse(boolean) - 类 中的方法org.josql.incubator.FilteredArrayList
-
- setNullAcceptPolicy(boolean) - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
- setObjectComparator(Comparator) - 类 中的静态方法org.josql.internal.Utilities
-
- setObjectComparator(Comparator) - 类 中的方法org.josql.Query
-
Sets the custom comparator to use to perform per object comparisons.
- setOrderByColumns(List) - 类 中的方法org.josql.Query
-
- setParameters(List) - 类 中的方法org.josql.expressions.Function
-
- setParameterTypes(List) - 类 中的方法org.josql.internal.MethodFilter
-
- setParent(Query) - 类 中的方法org.josql.Query
-
Set the parent query.
- setPolicy(Object, int) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
-
- setPolicy(int) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- setPolicy(int) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
-
- setQuery(String) - 类 中的方法org.josql.filters.AbstractJoSQLFilter
-
Set a new Query (string form) for use in this filter.
- setQuery(Query) - 类 中的方法org.josql.filters.AbstractJoSQLFilter
-
Set a new Query object for use in this filter.
- setQuery(Query) - 类 中的方法org.josql.functions.AbstractFunctionHandler
-
Set the Query object that the function handler should use.
- setQuery(Query) - 接口 中的方法org.josql.functions.FunctionHandler
-
Set the Query object that the function handler should use.
- setQuery(String) - 类 中的方法org.josql.utils.JoSQLComparator
-
Set a new Query (string form) for use in this filter.
- setQuery(Query) - 类 中的方法org.josql.utils.JoSQLComparator
-
Set a new Query object for use in this filter.
- setRight(ValueExpression) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- setRight(Expression) - 类 中的方法org.josql.expressions.BinaryExpression
-
- setRowsCount(ValueExpression) - 类 中的方法org.josql.internal.Limit
-
- setSaveValue(Object, Object) - 类 中的方法org.josql.Query
-
- setSaveValues(Map) - 类 中的方法org.josql.Query
-
- setSecs(int) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- setStart(ValueExpression) - 类 中的方法org.josql.expressions.BetweenExpression
-
- setStart(ValueExpression) - 类 中的方法org.josql.internal.Limit
-
- setSyncOnAdd(boolean) - 类 中的方法org.josql.incubator.ObjectIndex
-
- setTabSize(int) - 类 中的方法org.josql.parser.JavaCharStream
-
- Setter - org.josql.internal中的类
-
- Setter(String, Class, Class[]) - 类 的构造器org.josql.internal.Setter
-
- setType(int) - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- setType(int) - 类 中的方法org.josql.expressions.GTLTExpression
-
Type is an integer here for speed purposes, however one of the constants
should be used.
- setType(int) - 类 中的方法org.josql.internal.OrderBy
-
- setValue(Object) - 类 中的方法com.gentlyweb.utils.ItemPair
-
- setValue(Boolean) - 类 中的方法org.josql.expressions.BooleanExpression
-
- setValue(Object) - 类 中的方法org.josql.expressions.ConstantExpression
-
- setValue(Object, Object) - 类 中的方法org.josql.internal.Setter
-
- setValue(Object, Object[]) - 类 中的方法org.josql.internal.Setter
-
- setValueAt(Object, int, int) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
-
- setVariable(String, Object) - 类 中的方法org.josql.Query
-
Set the value of a named bind variable.
- setVariable(int, Object) - 类 中的方法org.josql.Query
-
Set the value of an indexed bind variable.
- setVariables(Map) - 类 中的方法org.josql.Query
-
Set the bind variables in one go.
- setWantDistinctResults(boolean) - 类 中的方法org.josql.Query
-
Indicate whether "distinct" results are required.
- setWantObjects(boolean) - 类 中的方法org.josql.Query
-
Set whether the query should return objects (use true).
- setWantTimings(boolean) - 类 中的方法org.josql.Query
-
- setWhere(Expression) - 类 中的方法org.josql.Query
-
Set the expression for the WHERE clause.
- setWildcardCharacter(char) - 类 中的方法org.josql.Query
-
Set the character that represents a wildcard in LIKE searches.
- setZipExtension(String) - 类 中的方法com.gentlyweb.utils.GZIPFileDataSource
-
Set the zip extension to use.
- SimpleCharStream - org.josql.parser中的类
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleCharStream(Reader) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleCharStream(InputStream) - 类 的构造器org.josql.parser.SimpleCharStream
-
- SimpleExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- size() - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- size() - 类 中的方法org.josql.incubator.ObjectIndex
-
- slice(Date, Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- sliceFrom(Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- sliceTo(Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- sort(List) - 类 中的方法org.josql.functions.CollectionFunctions
-
- sort(Map) - 类 中的方法org.josql.functions.CollectionFunctions
-
- sort(Map, String) - 类 中的方法org.josql.functions.CollectionFunctions
-
- sort(Map, String, String) - 类 中的方法org.josql.functions.CollectionFunctions
-
- sort() - 类 中的方法org.josql.incubator.ObjectIndex
-
- SPECIAL_CHARS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- SPECIAL_NAME_PREFIX - 类 中的静态变量org.josql.expressions.BindVariable
-
- specialConstructor - 异常错误 中的变量org.josql.parser.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - 类 中的变量org.josql.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SQLCondition() - 类 中的方法org.josql.parser.JoSQLParser
-
- SQLExpressionList() - 类 中的方法org.josql.parser.JoSQLParser
-
- StackTraceElementFilter - org.josql.filters中的类
-
- StackTraceElementFilter(String) - 类 的构造器org.josql.filters.StackTraceElementFilter
-
Init this filter with the query.
- StackTraceElementFilter(Query) - 类 的构造器org.josql.filters.StackTraceElementFilter
-
Init this file filter with the query already built and parsed.
- StandardJavaRegExpWrapper - org.josql.functions.regexp中的类
-
The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex).
- StandardJavaRegExpWrapper() - 类 的构造器org.josql.functions.regexp.StandardJavaRegExpWrapper
-
- start() - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- start() - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
-
- start(Object) - 类 中的方法com.gentlyweb.utils.Timings
-
- start(Object, long) - 类 中的方法com.gentlyweb.utils.Timings
-
- start(Object, Date) - 类 中的方法com.gentlyweb.utils.Timings
-
- STARTS_WITH - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
-
- staticFlag - 类 中的静态变量org.josql.parser.JavaCharStream
-
- staticFlag - 类 中的静态变量org.josql.parser.SimpleCharStream
-
- stop() - 类 中的方法com.gentlyweb.utils.FileWatcher
-
- stop() - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
-
- stop(long) - 类 中的方法com.gentlyweb.utils.Timing
-
- stop(Date) - 类 中的方法com.gentlyweb.utils.Timing
-
- stop() - 类 中的方法com.gentlyweb.utils.Timing
-
- stop(Object, Date) - 类 中的方法com.gentlyweb.utils.Timings
-
- stop(Object, long) - 类 中的方法com.gentlyweb.utils.Timings
-
- stop(Object) - 类 中的方法com.gentlyweb.utils.Timings
-
- streamTo(InputStream, OutputStream, int) - 类 中的静态方法com.gentlyweb.utils.IOUtils
-
This method acts as a "join" between an input and an output stream, all it does is
take the input and keep reading it in and sending it directly to the output using the
specified buffer size.
- StringFunctions - org.josql.functions中的类
-
This class holds functions that operate on strings in some way.
- StringFunctions() - 类 的构造器org.josql.functions.StringFunctions
-
- StringRangeComparator - com.gentlyweb.utils中的接口
-
- StringUtils - com.gentlyweb.utils中的类
-
- StringUtils() - 类 的构造器com.gentlyweb.utils.StringUtils
-
- stripQuotes(String) - 类 中的静态方法org.josql.internal.Utilities
-
- SubQueryExpression - org.josql.expressions中的类
-
- SubQueryExpression(Query) - 类 的构造器org.josql.expressions.SubQueryExpression
-
- SubQueryExpression() - 类 中的方法org.josql.parser.JoSQLParser
-
- subStr(Object, double) - 类 中的方法org.josql.functions.StringFunctions
-
Return a substring of the passed in object (in a string form).
- subStr(Object, double, double) - 类 中的方法org.josql.functions.StringFunctions
-
- subtract(TimeDuration) - 类 中的方法com.gentlyweb.utils.TimeDuration
-
- SUBTRACT - 类 中的静态变量org.josql.expressions.ArithmeticExpression
-
- sum(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
-
- sum(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- sum(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
-
- sum(List, String) - 类 中的方法org.josql.functions.GroupingFunctions
-
- SUPPORTED_VERSION - 类 中的静态变量org.josql.functions.regexp.ApacheRegExpWrapper
-
- SUPPORTED_VERSION - 类 中的静态变量org.josql.functions.regexp.GNURegExpWrapper
-
- SUPPORTED_VERSION - 类 中的静态变量org.josql.functions.regexp.OroApacheRegExpWrapper
-
- SUPPORTED_VERSION - 类 中的静态变量org.josql.functions.regexp.StandardJavaRegExpWrapper
-
- SwitchTo(int) - 类 中的方法org.josql.parser.JoSQLParserTokenManager
-
- SYMBOL_A - 类 中的静态变量org.josql.internal.LikePatternSymbol
-
- SYMBOL_E - 类 中的静态变量org.josql.internal.LikePatternSymbol
-
- SYMBOL_F - 类 中的静态变量org.josql.internal.LikePatternSymbol
-
- SYMBOL_N - 类 中的静态变量org.josql.internal.LikePatternSymbol
-
- tabSize - 类 中的变量org.josql.parser.JavaCharStream
-
- TIME_ORDERED - 类 中的静态变量com.gentlyweb.utils.Timings
-
- TimeDuration - com.gentlyweb.utils中的类
-
- TimeDuration(int, int, int, int) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- TimeDuration(Date, Date) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- TimeDuration(Date) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- TimeDuration(long) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- TimeDuration(TimeDuration) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- TimeDuration(int, int, int, int, int) - 类 的构造器com.gentlyweb.utils.TimeDuration
-
- timeField(Object, String) - 类 中的方法org.josql.functions.ConversionFunctions
-
This method (function) will return the associated field from a
Calendar instance.
- Timing - com.gentlyweb.utils中的类
-
- Timing() - 类 的构造器com.gentlyweb.utils.Timing
-
- Timing(Date) - 类 的构造器com.gentlyweb.utils.Timing
-
- Timing(long) - 类 的构造器com.gentlyweb.utils.Timing
-
- Timings - com.gentlyweb.utils中的类
-
- Timings(int) - 类 的构造器com.gentlyweb.utils.Timings
-
- to_date(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- to_date(String, String) - 类 中的方法org.josql.functions.ConversionFunctions
-
- to_number(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- to_string(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toDate(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toDate(String, String) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toDateMillis(String, String) - 类 中的方法org.josql.functions.ConversionFunctions
-
- token - 类 中的变量org.josql.parser.JoSQLParser
-
- Token - org.josql.parser中的类
-
Describes the input token stream.
- Token() - 类 的构造器org.josql.parser.Token
-
- token_source - 类 中的变量org.josql.parser.JoSQLParser
-
- tokenImage - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
-
- tokenImage - 异常错误 中的变量org.josql.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenizeString(String, String) - 类 中的静态方法com.gentlyweb.utils.StringUtils
-
A method to chop up a String on another multi-character String and
then return the results in a List.
- TokenMgrError - org.josql.parser中的错误
-
- TokenMgrError() - 错误 的构造器org.josql.parser.TokenMgrError
-
- TokenMgrError(String, int) - 错误 的构造器org.josql.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - 错误 的构造器org.josql.parser.TokenMgrError
-
- toList(List, Expression, String) - 类 中的方法org.josql.functions.CollectionFunctions
-
- toList(Expression) - 类 中的方法org.josql.functions.CollectionFunctions
-
- toList(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
-
- toMap(Object, Map) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
-
- toMap(Map) - 类 中的方法com.gentlyweb.utils.ObjectCache
-
- toMap(Map) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
-
Get all the entries in the cache as a Map of key to value.
- toMillis(Date) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toNumber(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toPrecision(double, int) - 类 中的静态方法com.gentlyweb.utils.NumberUtils
-
- toString() - 类 中的方法com.gentlyweb.utils.GeneralFilter
-
Output the filter fields as a String suitable for debugging.
- toString() - 类 中的方法com.gentlyweb.utils.Getter
-
- toString() - 类 中的方法org.josql.expressions.Accessor
-
- toString() - 类 中的方法org.josql.expressions.AliasedExpression
-
Return a string representation of the aliased expression.
- toString() - 类 中的方法org.josql.expressions.AndOrExpression
-
Return a string version of this expression.
- toString() - 类 中的方法org.josql.expressions.ArithmeticExpression
-
- toString() - 类 中的方法org.josql.expressions.BetweenExpression
-
- toString() - 类 中的方法org.josql.expressions.BindVariable
-
Returns a string version of this bind variable.
- toString() - 类 中的方法org.josql.expressions.BooleanExpression
-
Returns a string version of this expression.
- toString() - 类 中的方法org.josql.expressions.ConstantExpression
-
Returns a string representation of this constant.
- toString() - 类 中的方法org.josql.expressions.EqualsExpression
-
Return a string version of the expression.
- toString() - 类 中的方法org.josql.expressions.Expression
-
Return a string representation of the expression, making this abstract forces
sub-classes to provide an implementation.
- toString() - 类 中的方法org.josql.expressions.ExpressionList
-
Returns a string version of this expression list.
- toString() - 类 中的方法org.josql.expressions.Function
-
Return a string representation of the function.
- toString() - 类 中的方法org.josql.expressions.GTLTExpression
-
- toString() - 类 中的方法org.josql.expressions.InExpression
-
Return a string representation of this expression.
- toString() - 类 中的方法org.josql.expressions.IsNullExpression
-
Return a string representation of this expression.
- toString() - 类 中的方法org.josql.expressions.LikeExpression
-
Returns a string version of the expression.
- toString() - 类 中的方法org.josql.expressions.NewObjectExpression
-
- toString() - 类 中的方法org.josql.expressions.SaveValue
-
- toString() - 类 中的方法org.josql.expressions.SelectItemExpression
-
- toString() - 类 中的方法org.josql.expressions.SubQueryExpression
-
- toString(Object) - 类 中的方法org.josql.functions.ConversionFunctions
-
- toString() - 类 中的方法org.josql.functions.FileMatch
-
- toString() - 类 中的方法org.josql.internal.LikePatternSymbol
-
- toString() - 类 中的方法org.josql.internal.OrderBy
-
- toString() - 类 中的方法org.josql.parser.Token
-
Returns the image.
- toString() - 类 中的方法org.josql.Query
-
Get a string version of this query suitable for debugging.
- trim(Object, Object) - 类 中的方法org.josql.functions.StringFunctions
-
- type - 类 中的静态变量com.gentlyweb.utils.GeneralComparator.XMLConstants
-