跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

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
Add a new field in AFTER the named field, if we don't have the named field then we just call GeneralComparator.addField(String,String) which will add the field in after all the others.
addFieldAtIndex(String, String, int) - 类 中的方法com.gentlyweb.utils.GeneralComparator
 
addFieldBefore(String, String, String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
Add a new field in BEFORE the named field, if we don't have the named field then we just call GeneralComparator.addField(String,String) which will add the field in after all the others.
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
 

B

backup(int) - 类 中的方法org.josql.parser.JavaCharStream
 
backup(int) - 类 中的方法org.josql.parser.SimpleCharStream
 
badQuery - 类 中的变量org.josql.filters.AbstractJoSQLFilter
 
beginColumn - 类 中的变量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.
beginLine - 类 中的变量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.
BeginToken() - 类 中的方法org.josql.parser.JavaCharStream
 
BeginToken() - 类 中的方法org.josql.parser.SimpleCharStream
 
BetweenExpression - org.josql.expressions中的类
Represents a "BETWEEN x AND y" expression.
BetweenExpression() - 类 的构造器org.josql.expressions.BetweenExpression
 
BetweenExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
BinaryExpression - org.josql.expressions中的类
 
BinaryExpression() - 类 的构造器org.josql.expressions.BinaryExpression
 
BindVariable - org.josql.expressions中的类
 
BindVariable() - 类 的构造器org.josql.expressions.BindVariable
 
BindVariable() - 类 中的方法org.josql.parser.JoSQLParser
 
bindVariableChanged(BindVariableChangedEvent) - 接口 中的方法org.josql.events.BindVariableChangedListener
 
bindVariableChanged(BindVariableChangedEvent) - 类 中的方法org.josql.expressions.SubQueryExpression
 
BindVariableChangedEvent - org.josql.events中的类
 
BindVariableChangedEvent(Query, String, Object, Object) - 类 的构造器org.josql.events.BindVariableChangedEvent
 
BindVariableChangedListener - org.josql.events中的接口
 
BooleanExpression - org.josql.expressions中的类
 
BooleanExpression() - 类 的构造器org.josql.expressions.BooleanExpression
 
bufcolumn - 类 中的变量org.josql.parser.JavaCharStream
 
bufcolumn - 类 中的变量org.josql.parser.SimpleCharStream
 
buffer - 类 中的变量org.josql.parser.JavaCharStream
 
buffer - 类 中的变量org.josql.parser.SimpleCharStream
 
bufline - 类 中的变量org.josql.parser.JavaCharStream
 
bufline - 类 中的变量org.josql.parser.SimpleCharStream
 
bufpos - 类 中的变量org.josql.parser.JavaCharStream
 
bufpos - 类 中的变量org.josql.parser.SimpleCharStream
 

C

cache(List, Getter) - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
cache(List, Expression) - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
cacheSlice(Date, Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
cacheSliceFrom(Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
cacheSliceTo(Date) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
canAdd(Object) - 类 中的方法org.josql.incubator.FilteredArrayList
 
canRead() - 类 中的方法com.gentlyweb.utils.FileDetails
 
canWrite() - 类 中的方法com.gentlyweb.utils.FileDetails
 
capacity(Object) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
Return the current capacity of the cache, it should basically be (max size - current size).
capacity() - 类 中的方法com.gentlyweb.utils.ObjectCache
 
capacity() - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
Return the current capacity of the cache, it should basically be (max size - current size).
ChainException - com.gentlyweb.utils中的异常错误
 
ChainException(String) - 异常错误 的构造器com.gentlyweb.utils.ChainException
 
ChainException(String, Throwable) - 异常错误 的构造器com.gentlyweb.utils.ChainException
 
checkType(Object, Class, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
ci(Object, Object) - 类 中的方法org.josql.internal.GroupByExpressionComparator
 
ci(Object, Object) - 类 中的方法org.josql.internal.ListExpressionComparator
 
cic(Object, Object) - 类 中的方法org.josql.internal.GroupByExpressionComparator
 
cic(Object, Object) - 类 中的方法org.josql.internal.ListExpressionComparator
 
clazz - 类 中的静态变量com.gentlyweb.utils.GeneralComparator.XMLConstants
 
clearAll() - 类 中的方法com.gentlyweb.utils.FileWatcher
Stop ALL files from being watched.
clearCache() - 类 中的方法org.josql.internal.GroupByExpressionComparator
 
clearCache() - 类 中的方法org.josql.internal.ListExpressionComparator
 
clearCache() - 类 中的方法org.josql.utils.JoSQLComparator
Clear the cache, it is VITAL that you call this method before you use the comparator (if it has been used before) otherwise data objects will be "left around" and preventing the GC from cleaning them up.
clearException() - 类 中的方法org.josql.contrib.JoSQLVelocityExecuteTool
 
clearException() - 类 中的方法org.josql.filters.AbstractJoSQLFilter
Clear any exception stored.
clearResults() - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
Clear any results.
clone() - 类 中的方法org.josql.incubator.FilteredArrayList
 
cloneList(Query) - 类 中的方法org.josql.incubator.FilteredArrayList
 
cloneList() - 类 中的方法org.josql.incubator.FilteredArrayList
 
cloneSelf() - 类 中的方法org.josql.incubator.FilteredArrayList
 
cloneSelf(Query) - 类 中的方法org.josql.incubator.FilteredArrayList
 
code - 类 中的变量org.josql.internal.LikePatternSymbol
 
collect(Map, String, List) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(Map, String, Collection) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(Map, String, Map) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(Collection, Collection) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(Collection, List) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(List, List) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(List, Collection) - 类 中的方法com.gentlyweb.utils.GeneralCollector
 
collect(List, Expression, String) - 类 中的方法org.josql.functions.CollectionFunctions
 
collect(Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
collect(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
CollectionFunctions - org.josql.functions中的类
Defines a set of functions that operate on "collections" of objects in some way.
CollectionFunctions() - 类 的构造器org.josql.functions.CollectionFunctions
 
CollectionsUtils - com.gentlyweb.utils中的类
 
CollectionsUtils() - 类 的构造器com.gentlyweb.utils.CollectionsUtils
 
column - 类 中的变量org.josql.parser.JavaCharStream
 
column - 类 中的变量org.josql.parser.SimpleCharStream
 
ColumnIndex() - 类 中的方法org.josql.parser.JoSQLParser
 
ColumnReference - org.josql.internal中的类
 
ColumnReference() - 类 的构造器org.josql.internal.ColumnReference
 
ColumnReference() - 类 中的方法org.josql.parser.JoSQLParser
 
com.gentlyweb.utils - 程序包 com.gentlyweb.utils
 
compare(Object, Object) - 类 中的方法com.gentlyweb.utils.GeneralComparator
 
compare(Object, List) - 类 中的方法org.josql.incubator.ObjectIndex
 
compare(Object, Object) - 类 中的方法org.josql.incubator.ObjectIndex
 
compare(Object, Object) - 类 中的方法org.josql.internal.GroupByExpressionComparator
 
compare(Object, Object) - 类 中的方法org.josql.internal.ListExpressionComparator
 
compare(Object, Object) - 类 中的静态方法org.josql.internal.Utilities
 
compare(Object, Object) - 类 中的方法org.josql.utils.JoSQLComparator
Compares the objects as according to the ORDER BY clause.
concat(List, Expression, String, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
concat(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
concat(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
concat(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
Condition() - 类 中的方法org.josql.parser.JoSQLParser
 
ConstantExpression - org.josql.expressions中的类
 
ConstantExpression() - 类 的构造器org.josql.expressions.ConstantExpression
 
CONTAINS - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
containsKey(Object) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
ConversionFunctions - org.josql.functions中的类
Note: creating new instances of SimpleDateFormat objects are VERY costly over large(ish) numbers of objects therefore a cache of objects is provided.
ConversionFunctions() - 类 的构造器org.josql.functions.ConversionFunctions
 
convertArgs(Object[], Class[]) - 类 中的静态方法org.josql.internal.Utilities
 
convertListToMap(List, Map, String, String) - 类 中的静态方法com.gentlyweb.utils.CollectionsUtils
Given a List of objects, convert the values it contains to the passed in Map.
convertStringToCharEntities(String) - 类 中的静态方法com.gentlyweb.utils.StringUtils
Convert a string to a set of character entities.
convertToRows(List, int) - 类 中的静态方法com.gentlyweb.utils.CollectionsUtils
 
copyFile(File, File, int) - 类 中的静态方法com.gentlyweb.utils.IOUtils
Copy a file from one location to a new location.
count - 类 中的变量com.gentlyweb.utils.GeneralComparator
 
count(List, Expression, Object) - 类 中的方法org.josql.functions.CollectionFunctions
 
count(Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
count(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
curChar - 类 中的变量org.josql.parser.JoSQLParserTokenManager
 
CURR_OBJ_VAR_NAME - 类 中的静态变量org.josql.Query
 
currentToken - 异常错误 中的变量org.josql.parser.ParseException
This is the last token that has been consumed successfully.

D

DAY - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.DATE field, is: d.
debugStream - 类 中的变量org.josql.parser.JoSQLParserTokenManager
 
DEFAULT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
DEFAULT_DATE_FORMAT_SPEC - 类 中的静态变量org.josql.functions.ConversionFunctions
 
DEFAULT_DATE_FORMAT_SPEC - 类 中的静态变量org.josql.functions.FormattingFunctions
 
DEFAULT_DATE_FORMAT_SPEC_2 - 类 中的静态变量org.josql.functions.ConversionFunctions
 
DEFAULT_DATE_FORMAT_SPEC_3 - 类 中的静态变量org.josql.functions.ConversionFunctions
 
DEFAULT_DATE_TIME_FORMAT_SPEC - 类 中的静态变量org.josql.functions.FormattingFunctions
 
DEFAULT_DECIMAL_FORMAT_SPEC - 类 中的静态变量org.josql.functions.FormattingFunctions
 
DEFAULT_FORMAT_SPEC - 类 中的静态变量com.gentlyweb.utils.TimeDuration
 
DefaultObjectFilter - org.josql.filters中的类
A general purpose object filter that uses a JoSQL statement to provide the filtering.
DefaultObjectFilter(String, Class) - 类 的构造器org.josql.filters.DefaultObjectFilter
Init this filter with the where clause, note the class specified will be used in the FROM clause.
DefaultObjectFilter(Query) - 类 的构造器org.josql.filters.DefaultObjectFilter
 
DESC - 类 中的静态变量com.gentlyweb.utils.GeneralComparator
Use to indicate that a field should be sorted in descending order.
DESC - 类 中的静态变量org.josql.internal.OrderBy
 
DIGIT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
disable_tracing() - 类 中的方法org.josql.parser.JoSQLParser
 
DIVIDE - 类 中的静态变量org.josql.expressions.ArithmeticExpression
 
doExecuteOn(List, String) - 类 中的方法org.josql.Query
Execute all the expressions for the specified type, either: Query.ALL or: Query.RESULTS.
doExecuteOn(List) - 类 中的方法org.josql.utils.JoSQLComparator
Execute the EXECUTE ON ALL expressions.
Done() - 类 中的方法org.josql.parser.JavaCharStream
 
Done() - 类 中的方法org.josql.parser.SimpleCharStream
 
DynamicGetter - com.gentlyweb.utils中的类
This class is used to perform access into a Java object using a String value with a specific notation.
DynamicGetter(String, Object) - 类 的构造器com.gentlyweb.utils.DynamicGetter
Get the getter associated with the named reference.

E

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
 

F

F - 类 中的静态变量org.josql.internal.Utilities
 
field - 类 中的静态变量com.gentlyweb.utils.GeneralComparator.XMLConstants
 
FILE_TYPE_CHANGE - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
fileChanged(FileChangeEvent, int) - 接口 中的方法com.gentlyweb.utils.FileChangeListener
 
FileChangeEvent - com.gentlyweb.utils中的类
 
FileChangeEvent(File, FileDetails, FileDetails, int) - 类 的构造器com.gentlyweb.utils.FileChangeEvent
 
FileChangeListener - com.gentlyweb.utils中的接口
 
FileDetails - com.gentlyweb.utils中的类
 
FileDetails(File) - 类 的构造器com.gentlyweb.utils.FileDetails
 
fileExtension(Object) - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
FileMatch - org.josql.functions中的类
This class represents the match of a String in a file.
FileMatch(File, int, int, String, String) - 类 的构造器org.josql.functions.FileMatch
 
FileWatcher - com.gentlyweb.utils中的类
 
FileWatcher() - 类 的构造器com.gentlyweb.utils.FileWatcher
 
FileWatcher.Worker - com.gentlyweb.utils中的类
 
FillBuff() - 类 中的方法org.josql.parser.JavaCharStream
 
FillBuff() - 类 中的方法org.josql.parser.SimpleCharStream
 
filter(Set, Set) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Set, List) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(List, Set) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Map, int, Map) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Collection, Collection) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(List, List) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Object[]) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Map, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(SortedMap, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Collection) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(Set) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(SortedSet) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(List) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filter(String, Collection) - 类 中的方法org.josql.contrib.JoSQLVelocityExecuteTool
 
filter(Throwable) - 类 中的方法org.josql.filters.StackTraceElementFilter
Filter the throwable, but will also filter any causes (right up the cause chain) as well.
filter(Throwable, boolean) - 类 中的方法org.josql.filters.StackTraceElementFilter
Filter the throwable, but will also filter any causes (right up the cause chain) as well if the filterCause boolean is set to true.
filter() - 类 中的方法org.josql.internal.MethodFilter
 
filterAndRemove(List) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
filterAndRemove(Collection) - 类 中的方法com.gentlyweb.utils.GeneralFilter
Cycle over the Collection and filter given our fields directly from the passed in Set.
filterAndRemove(Set) - 类 中的方法com.gentlyweb.utils.GeneralFilter
Cycle over the Set and filter given our fields directly from the passed in Set.
filterAndRemove(Map, int) - 类 中的方法com.gentlyweb.utils.GeneralFilter
 
FilteredArrayList - org.josql.incubator中的类
 
FilteredArrayList(String) - 类 的构造器org.josql.incubator.FilteredArrayList
 
FilteredArrayList(String, int) - 类 的构造器org.josql.incubator.FilteredArrayList
 
FilteredArrayList(String, Collection) - 类 的构造器org.josql.incubator.FilteredArrayList
 
FilteredArrayList(Query) - 类 的构造器org.josql.incubator.FilteredArrayList
 
FilteredArrayList(Query, Collection) - 类 的构造器org.josql.incubator.FilteredArrayList
 
FilterException - com.gentlyweb.utils中的异常错误
 
FilterException(String, Exception) - 异常错误 的构造器com.gentlyweb.utils.FilterException
 
FilterException(String) - 异常错误 的构造器com.gentlyweb.utils.FilterException
 
filterStackTrace(StackTraceElement[]) - 类 中的方法org.josql.filters.StackTraceElementFilter
Filter the specified stack trace and return the new stack trace that can then be set in the throwable.
find(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
fireBindVariableChangedEvent(String, Object, Object) - 类 中的方法org.josql.Query
 
fireFileChange(File, FileChangeEvent, int) - 类 中的方法com.gentlyweb.utils.FileWatcher
 
fireFileChange(File, FileChangeEvent, int) - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
 
fireSaveValueChangedEvent(Object, Object, Object) - 类 中的方法org.josql.Query
 
firstKey() - 类 中的方法com.gentlyweb.utils.ObjectCache
 
firstValue() - 类 中的方法com.gentlyweb.utils.ObjectCache
 
flush(Object) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
Let the object cache be flushed.
flush() - 类 中的方法com.gentlyweb.utils.ObjectCache
Clear our data structures.
flush() - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
Let the object cache be flushed.
foreach(Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
foreach(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
foreach(List, String) - 类 中的方法org.josql.functions.CollectionFunctions
 
foreach(Expression, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
format() - 类 中的方法com.gentlyweb.utils.TimeDuration
 
format(String) - 类 中的方法com.gentlyweb.utils.TimeDuration
 
formatDate(Object) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatDate(Query, Object, Getter, String, String) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatDateTime(Object) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatNumber(Object) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatNumber(Query, Object, String, String) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatNumber(Query, Object, Getter, String, String) - 类 中的方法org.josql.functions.FormattingFunctions
 
formatSignature(String, Class[]) - 类 中的静态方法org.josql.internal.Utilities
 
formatTimeDuration(Object) - 类 中的方法org.josql.functions.FormattingFunctions
 
FormattingFunctions - org.josql.functions中的类
 
FormattingFunctions() - 类 的构造器org.josql.functions.FormattingFunctions
 
From() - 类 中的方法org.josql.parser.JoSQLParser
 
Function - org.josql.expressions中的类
This class represents a Function that can be "called" in JoSQL.
Function() - 类 的构造器org.josql.expressions.Function
 
Function() - 类 中的方法org.josql.parser.JoSQLParser
 
FunctionHandler - org.josql.functions中的接口
Defines an interface that custom objects can use to indicate that they can store a reference to the Query object.
FunctionList() - 类 中的方法org.josql.parser.JoSQLParser
 

G

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
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.
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
Always returns File.
getExpectedClass() - 类 中的方法org.josql.filters.JoSQLLogRecordFilter
Always returns LogRecord.
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
Return the class of the object that "should" be returned from a call to the: Expression.getValue(Object,Query) method.
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
Return a List of GeneralComparator.SortField objects, this is used in the GeneralComparator.equals(Object) method.
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
Get the file filter being used "under the hoodie" in the JoSQLSwingFileFilter.accept(File) method.
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
Get the object that represents the limit clause.
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
Get the results of executing this query.
getResult(boolean, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
getResults() - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
Get any results, will be null unless JoSQLSwingTableModel.execute(List) has been called.
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
Get the class of the type of object we would return from the DynamicGetter.getValue(Object) method.
getType() - 类 中的方法com.gentlyweb.utils.Getter
Get the class of the type of object we would return from the Getter.getValue(Object) method.
getType() - 类 中的方法org.josql.expressions.ArithmeticExpression
 
getType() - 类 中的方法org.josql.expressions.GTLTExpression
 
getType() - 类 中的方法org.josql.internal.OrderBy
 
getType() - 类 中的方法org.josql.internal.Setter
Get the class of the type of object we expect in the Setter.setValue(Object,Object) method.
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
 

H

HANDLER_ID - 类 中的静态变量org.josql.functions.CollectionFunctions
The id that can be used to get the "CollectionFunctions" handler object from the Query object.
HANDLER_ID - 类 中的静态变量org.josql.functions.ConversionFunctions
 
HANDLER_ID - 类 中的静态变量org.josql.functions.FormattingFunctions
 
HANDLER_ID - 类 中的静态变量org.josql.functions.GroupingFunctions
 
HANDLER_ID - 类 中的静态变量org.josql.functions.MiscellaneousFunctions
 
HANDLER_ID - 类 中的静态变量org.josql.functions.StringFunctions
 
hasCharInRange(String, char, char) - 类 中的静态方法com.gentlyweb.utils.StringUtils
Indicate whether the String value has at least one character in the range specified.
hasEvent(int) - 类 中的方法com.gentlyweb.utils.FileChangeEvent
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.Accessor
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.AliasedExpression
Return whether this expression has a fixed result.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.ArithmeticExpression
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.BinaryExpression
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.BindVariable
Will always return false since a bind variable cannot be fixed.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.BooleanExpression
Always returns true since it represents a constant.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.ConstantExpression
Always returns true, well duh!
hasFixedResult(Query) - 类 中的方法org.josql.expressions.Expression
Return whether the expression will evaluate to a fixed/constant result.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.ExpressionList
Returns true if this expression list is empty (no expressions) or if ALL of the expressions have a fixed result.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.Function
Return whether the function will return a fixed result, this only occurs iff all the arguments to the function also return a fixed result.
hasFixedResult(Query) - 类 中的方法org.josql.expressions.NewObjectExpression
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.SaveValue
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.SelectItemExpression
 
hasFixedResult(Query) - 类 中的方法org.josql.expressions.SubQueryExpression
 
hashCode() - 类 中的方法com.gentlyweb.utils.ItemPair
This method just uses the algorithm defined in the Map.Entry interface.
hashCode(Object) - 类 中的方法org.josql.internal.LikePatternSymbol
 
hasNext() - 类 中的方法com.gentlyweb.utils.ObjectCacheIterator
 
hasValue(String) - 类 中的静态方法com.gentlyweb.utils.StringUtils
 
Having() - 类 中的方法org.josql.parser.JoSQLParser
 
HAVING_RESULTS - 类 中的静态变量org.josql.Query
 
HIDDEN - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
HOUR - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.HOUR_OF_DAY field, is: h.
HTMLDataSource - com.gentlyweb.utils中的类
 
HTMLDataSource(String) - 类 的构造器com.gentlyweb.utils.HTMLDataSource
 

I

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
Return whether the evaluation of this function (see: Function.evaluate(Object,Query)) will result in a true value.
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
 

J

JAVA_INST - 类 中的静态变量org.josql.functions.regexp.RegExpFactory
 
JavaCharStream - org.josql.parser中的类
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(Reader) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream, String, int, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream, String, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream, String) - 类 的构造器org.josql.parser.JavaCharStream
 
JavaCharStream(InputStream) - 类 的构造器org.josql.parser.JavaCharStream
 
jj_nt - 类 中的变量org.josql.parser.JoSQLParser
 
jjFillToken() - 类 中的方法org.josql.parser.JoSQLParserTokenManager
 
jjstrLiteralImages - 类 中的静态变量org.josql.parser.JoSQLParserTokenManager
 
JoSQLComparator - org.josql.utils中的类
 
JoSQLComparator(String) - 类 的构造器org.josql.utils.JoSQLComparator
Init this filter with the query.
JoSQLComparator(Query) - 类 的构造器org.josql.utils.JoSQLComparator
Init this file filter with the query already built and parsed.
JoSQLFileFilter - org.josql.filters中的类
 
JoSQLFileFilter(String) - 类 的构造器org.josql.filters.JoSQLFileFilter
Init this file filter with the query.
JoSQLFileFilter(Query) - 类 的构造器org.josql.filters.JoSQLFileFilter
Init this file filter with the query already built and parsed.
JoSQLLogRecordFilter - org.josql.filters中的类
 
JoSQLLogRecordFilter(String) - 类 的构造器org.josql.filters.JoSQLLogRecordFilter
Init this filter with the query.
JoSQLLogRecordFilter(Query) - 类 的构造器org.josql.filters.JoSQLLogRecordFilter
Init this filter with the query already built and parsed.
JoSQLParser - org.josql.parser中的类
The parser generated by JavaCC
JoSQLParser(InputStream) - 类 的构造器org.josql.parser.JoSQLParser
 
JoSQLParser(InputStream, String) - 类 的构造器org.josql.parser.JoSQLParser
 
JoSQLParser(Reader) - 类 的构造器org.josql.parser.JoSQLParser
 
JoSQLParser(JoSQLParserTokenManager) - 类 的构造器org.josql.parser.JoSQLParser
 
JoSQLParserConstants - org.josql.parser中的接口
 
JoSQLParserTokenManager - org.josql.parser中的类
 
JoSQLParserTokenManager(JavaCharStream) - 类 的构造器org.josql.parser.JoSQLParserTokenManager
 
JoSQLParserTokenManager(JavaCharStream, int) - 类 的构造器org.josql.parser.JoSQLParserTokenManager
 
JoSQLSwingFileFilter - org.josql.filters中的类
A FileFilter that uses a JoSQL statement to provide the filtering.
JoSQLSwingFileFilter(String) - 类 的构造器org.josql.filters.JoSQLSwingFileFilter
Init this file filter with the query.
JoSQLSwingFileFilter(Query) - 类 的构造器org.josql.filters.JoSQLSwingFileFilter
Init this file filter with the query already built and parsed.
JoSQLSwingTableModel - org.josql.contrib中的类
 
JoSQLSwingTableModel() - 类 的构造器org.josql.contrib.JoSQLSwingTableModel
 
JoSQLVelocityExecuteTool - org.josql.contrib中的类
 
JoSQLVelocityExecuteTool() - 类 的构造器org.josql.contrib.JoSQLVelocityExecuteTool
 

K

K_ALL - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_AND - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_AS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_ASC - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_BETWEEN - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_BY - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_DESC - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_DISTINCT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_EXECUTE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_FALSE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_FROM - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_GROUP - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_GROUP_BY_RESULTS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_HAVING - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_HAVING_RESULTS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_IN - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_INLIKE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_INTO - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_IS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_LIKE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_LIMIT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_NEW - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_NOT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_NULL - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_ON - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_OR - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_ORDER - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_RESULTS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_SELECT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_TRUE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_USE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_WHERE - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
K_WHERE_RESULTS - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
KEY - 类 中的静态变量org.josql.expressions.SelectItemExpression
 
KEY_ORDERED - 类 中的静态变量com.gentlyweb.utils.Timings
 
KEYS - 类 中的静态变量com.gentlyweb.utils.GeneralCollector
 
KEYS - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
keys() - 类 中的方法com.gentlyweb.utils.ObjectCache
Return a List of all the keys in the cache.
keys(GeneralFilter) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
keysForFilteredValues(GeneralFilter) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
keysToList(List) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
KeywordName() - 类 中的方法org.josql.parser.JoSQLParser
 
kind - 类 中的变量org.josql.parser.Token
An integer that describes the kind of this token.

L

lastIndexOf(Object, Object) - 类 中的方法org.josql.functions.StringFunctions
 
lastModified() - 类 中的方法com.gentlyweb.utils.FileDetails
 
lastValue() - 类 中的方法com.gentlyweb.utils.ObjectCache
 
least(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
least(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
leastObject(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
left - 类 中的变量org.josql.expressions.BinaryExpression
 
length(Object) - 类 中的方法org.josql.functions.StringFunctions
 
LENGTH_CHANGED - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
LESS_THAN - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
LETTER - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
LexicalError(boolean, int, int, int, String, char) - 错误 中的静态方法org.josql.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - 类 中的静态变量org.josql.parser.JoSQLParserTokenManager
 
LikeExpression - org.josql.expressions中的类
 
LikeExpression() - 类 的构造器org.josql.expressions.LikeExpression
 
LikeExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
LikePatternSymbol - org.josql.internal中的类
 
LikePatternSymbol(int) - 类 的构造器org.josql.internal.LikePatternSymbol
 
LikePatternSymbol(String) - 类 的构造器org.josql.internal.LikePatternSymbol
 
Limit - org.josql.internal中的类
 
Limit() - 类 的构造器org.josql.internal.Limit
 
Limit() - 类 中的方法org.josql.parser.JoSQLParser
 
line - 类 中的变量org.josql.parser.JavaCharStream
 
line - 类 中的变量org.josql.parser.SimpleCharStream
 
LINE_COMMENT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
ListExpressionComparator - org.josql.internal中的类
 
ListExpressionComparator(Query, Comparator, boolean) - 类 的构造器org.josql.internal.ListExpressionComparator
 
loadClass(String) - 类 中的方法org.josql.Query
 
lookingAhead - 类 中的变量org.josql.parser.JoSQLParser
 
lower(Object) - 类 中的方法org.josql.functions.ConversionFunctions
 
LT - 类 中的静态变量org.josql.internal.Utilities
 
LTE - 类 中的静态变量org.josql.internal.Utilities
 

M

map(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
Create a map of the objects passed in, the key will be the object in the list and the value will be the result of calling the expression on the object.
map(List, Expression, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
match(String, String) - 类 中的方法org.josql.functions.regexp.ApacheRegExpWrapper
 
match(String, String) - 类 中的方法org.josql.functions.regexp.GNURegExpWrapper
 
match(String, String) - 类 中的方法org.josql.functions.regexp.OroApacheRegExpWrapper
 
match(String, String) - 接口 中的方法org.josql.functions.regexp.RegExp
 
match(String, String) - 类 中的方法org.josql.functions.regexp.StandardJavaRegExpWrapper
 
matches(Object, Object, boolean, int, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
matchLikePattern(List, Object, boolean, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
matchLikePattern(List, Collection, boolean, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
matchLikePattern(List, Object, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
matchLikePattern(List, String) - 类 中的静态方法org.josql.internal.Utilities
 
matchLikePattern(List, String, boolean) - 类 中的静态方法org.josql.internal.Utilities
 
matchMethodArgs(Class[], Class[]) - 类 中的静态方法org.josql.internal.Utilities
 
max(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
max(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
max(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
maxEntry(Map, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
maxNextCharInd - 类 中的变量org.josql.parser.JavaCharStream
 
maxNextCharInd - 类 中的变量org.josql.parser.SimpleCharStream
 
maxObject(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
maxObject(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
merge(Object, ObjectCache) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
Merge the current cache with another.
merge(ObjectCache) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
merge(ObjectCache) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
Merge the current cache with another.
MethodFilter - org.josql.internal中的类
 
MethodFilter() - 类 的构造器org.josql.internal.MethodFilter
 
MethodFilter(Class) - 类 的构造器org.josql.internal.MethodFilter
 
min(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
min(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
min(List, Expression, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
minEntry(Object, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
minEntry(Map, String) - 类 中的方法org.josql.functions.GroupingFunctions
 
minObject(Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
minObject(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
MINUTE - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.MINUTE field, is: mi.
MiscellaneousFunctions - org.josql.functions中的类
 
MiscellaneousFunctions() - 类 的构造器org.josql.functions.MiscellaneousFunctions
 
MODIFIED - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
MODULUS - 类 中的静态变量org.josql.expressions.ArithmeticExpression
 
MONTH - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.MONTH field, is: m.
MULTI_LINE_COMMENT - 接口 中的静态变量org.josql.parser.JoSQLParserConstants
 
MultipleObjectCacheManager - com.gentlyweb.utils中的接口
 
MultiplicativeExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
MULTIPLY - 类 中的静态变量org.josql.expressions.ArithmeticExpression
 

N

N - 类 中的静态变量org.josql.internal.Utilities
 
Name() - 类 中的方法org.josql.parser.JoSQLParser
 
NewObjectExpression - org.josql.expressions中的类
 
NewObjectExpression() - 类 的构造器org.josql.expressions.NewObjectExpression
 
NewObjectExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
newToken(int) - 类 中的静态方法org.josql.parser.Token
Returns a new Token object, by default.
next() - 类 中的方法com.gentlyweb.utils.ObjectCacheIterator
 
next - 类 中的变量org.josql.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - 类 中的变量org.josql.parser.JavaCharStream
 
nextCharInd - 类 中的变量org.josql.parser.JavaCharStream
 
NOT_CONTAINS - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
NOT_EQUALS - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
NOT_EXISTS - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
NOT_HIDDEN - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
NOT_READABLE - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
NOT_WRITEABLE - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
NotFixedResults - org.josql.functions中的接口
A marker interface that tells JoSQL that any functions within a class implementing this interface will NOT return fixed results for fixed inputs.
now(boolean) - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
nullQueryList - 类 中的静态变量org.josql.Query
 
NumberUtils - com.gentlyweb.utils中的类
 
NumberUtils() - 类 的构造器com.gentlyweb.utils.NumberUtils
 

O

ObjectCache - com.gentlyweb.utils中的类
The ObjectCache is it's own manager which means that classes that extend this one can do so quickly and without having to implement the ObjectCacheManager interface they only have to provide their own functionality whilst client classes can rely on the interface.
ObjectCache(int) - 类 的构造器com.gentlyweb.utils.ObjectCache
 
ObjectCacheIterator - com.gentlyweb.utils中的类
 
ObjectCacheIterator(ObjectCache) - 类 的构造器com.gentlyweb.utils.ObjectCacheIterator
 
ObjectCacheManager - com.gentlyweb.utils中的接口
 
ObjectIndex - org.josql.incubator中的类
This is an experimental class aimed at producing an index across a collection of homogeneous objects.
ObjectIndex(Class) - 类 的构造器org.josql.incubator.ObjectIndex
 
occurrence(List) - 类 中的方法org.josql.functions.GroupingFunctions
A function that will take each item from the passed in List and determine a "count" for each item, i.e. how many times each item appears.
occurrence(List, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
A function that will take each item from the passed in List and determine a "count" for each item, i.e. how many times each item appears.
occurrence(List, Expression, Expression) - 类 中的方法org.josql.functions.GroupingFunctions
 
OLDEST - 类 中的静态变量com.gentlyweb.utils.ObjectCache
 
ORDER_BY_ASC - 类 中的静态变量org.josql.Query
 
ORDER_BY_DESC - 类 中的静态变量org.josql.Query
 
OrderBy - org.josql.internal中的类
 
OrderBy() - 类 的构造器org.josql.internal.OrderBy
 
OrderBy() - 类 中的方法org.josql.parser.JoSQLParser
 
OrderBys() - 类 中的方法org.josql.parser.JoSQLParser
 
OrExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
org.josql - 程序包 org.josql
 
org.josql.contrib - 程序包 org.josql.contrib
 
org.josql.events - 程序包 org.josql.events
 
org.josql.expressions - 程序包 org.josql.expressions
 
org.josql.filters - 程序包 org.josql.filters
 
org.josql.functions - 程序包 org.josql.functions
 
org.josql.functions.regexp - 程序包 org.josql.functions.regexp
 
org.josql.incubator - 程序包 org.josql.incubator
 
org.josql.internal - 程序包 org.josql.internal
 
org.josql.parser - 程序包 org.josql.parser
 
org.josql.utils - 程序包 org.josql.utils
 
ORO_INST - 类 中的静态变量org.josql.functions.regexp.RegExpFactory
The instance name to use for the ORO Apache regular expression library.
OroApacheRegExpWrapper - org.josql.functions.regexp中的类
The wrapper implementation for the Apache ORO implementation of regular expression matching.
OroApacheRegExpWrapper() - 类 的构造器org.josql.functions.regexp.OroApacheRegExpWrapper
 

P

PARENT_BIND_VAR_NAME - 类 中的静态变量org.josql.Query
 
parse(String) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
Parse the SQL.
parse(String) - 类 中的方法org.josql.Query
Parse the JoSQL query.
parseAndExec(String, List) - 类 中的静态方法org.josql.Query
 
parsed() - 类 中的方法org.josql.Query
Return whether this Query object has had a statement applied to it and has been parsed.
ParseException - org.josql.parser中的异常错误
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - 异常错误 的构造器org.josql.parser.ParseException
 
ParseException() - 异常错误 的构造器org.josql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - 异常错误 的构造器org.josql.parser.ParseException
 
parseQuery(Query) - 类 中的方法org.josql.parser.JoSQLParser
 
part - 类 中的变量org.josql.internal.LikePatternSymbol
 
prevCharIsCR - 类 中的变量org.josql.parser.JavaCharStream
 
prevCharIsCR - 类 中的变量org.josql.parser.SimpleCharStream
 
prevCharIsLF - 类 中的变量org.josql.parser.JavaCharStream
 
prevCharIsLF - 类 中的变量org.josql.parser.SimpleCharStream
 
PrimaryExpression() - 类 中的方法org.josql.parser.JoSQLParser
 
printInnerExceptionChain(PrintWriter) - 异常错误 中的方法com.gentlyweb.utils.ChainException
 
put(Object, Object) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
putAll(Object, Map) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
Add all the entries in the Map to cache.
putAll(Map) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
putAll(Map) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
Add all the entries in the Map to cache.

Q

q - 类 中的变量org.josql.filters.AbstractJoSQLFilter
 
q - 类 中的变量org.josql.functions.AbstractFunctionHandler
 
Query(Query) - 类 中的方法org.josql.parser.JoSQLParser
 
Query - org.josql中的类
 
Query() - 类 的构造器org.josql.Query
Create a new blank Query object.
QUERY_BIND_VAR_NAME - 类 中的静态变量org.josql.Query
 
QueryExecutionException - org.josql中的异常错误
The exception that is thrown during the execution part of the Query execution.
QueryExecutionException(String, Throwable) - 异常错误 的构造器org.josql.QueryExecutionException
 
QueryExecutionException(String) - 异常错误 的构造器org.josql.QueryExecutionException
 
QueryParseException - org.josql中的异常错误
The exception that is thrown during the parse and init parts of the Query execution.
QueryParseException(String, Throwable) - 异常错误 的构造器org.josql.QueryParseException
 
QueryParseException(String) - 异常错误 的构造器org.josql.QueryParseException
 
QueryResults - org.josql中的类
This class holds all the "result" information about the execution of a particular Query.
QueryResults() - 类 的构造器org.josql.QueryResults
 

R

RANDOM - 类 中的静态变量com.gentlyweb.utils.ObjectCache
 
RANDOM - 类 中的静态变量com.gentlyweb.utils.Timings
 
random() - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
random(Number) - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
randomDouble() - 类 中的方法org.josql.functions.MiscellaneousFunctions
 
READABLE - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
ReadByte() - 类 中的方法org.josql.parser.JavaCharStream
 
readChar() - 类 中的方法org.josql.parser.JavaCharStream
 
readChar() - 类 中的方法org.josql.parser.SimpleCharStream
 
RegExp - org.josql.functions.regexp中的接口
 
regexp(Object, String) - 类 中的方法org.josql.functions.StringFunctions
 
regexp(Object, String, String) - 类 中的方法org.josql.functions.StringFunctions
 
RegExpFactory - org.josql.functions.regexp中的类
 
RegExpFactory(Query) - 类 的构造器org.josql.functions.regexp.RegExpFactory
 
RegularCondition() - 类 中的方法org.josql.parser.JoSQLParser
 
ReInit(Reader, int, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(Reader, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(Reader) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream, String, int, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream, String, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream, int, int) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream, String) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream) - 类 中的方法org.josql.parser.JavaCharStream
 
ReInit(InputStream) - 类 中的方法org.josql.parser.JoSQLParser
 
ReInit(InputStream, String) - 类 中的方法org.josql.parser.JoSQLParser
 
ReInit(Reader) - 类 中的方法org.josql.parser.JoSQLParser
 
ReInit(JoSQLParserTokenManager) - 类 中的方法org.josql.parser.JoSQLParser
 
ReInit(JavaCharStream) - 类 中的方法org.josql.parser.JoSQLParserTokenManager
 
ReInit(JavaCharStream, int) - 类 中的方法org.josql.parser.JoSQLParserTokenManager
 
ReInit(Reader, int, int, int) - 类 中的方法org.josql.parser.SimpleCharStream
 
ReInit(Reader, int, int) - 类 中的方法org.josql.parser.SimpleCharStream
 
ReInit(Reader) - 类 中的方法org.josql.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - 类 中的方法org.josql.parser.SimpleCharStream
 
ReInit(InputStream) - 类 中的方法org.josql.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - 类 中的方法org.josql.parser.SimpleCharStream
 
RelObjectName() - 类 中的方法org.josql.parser.JoSQLParser
 
remove(Object) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
remove() - 类 中的方法com.gentlyweb.utils.ObjectCacheIterator
 
remove(Object) - 类 中的方法com.gentlyweb.utils.Timings
 
removeAll(File) - 类 中的方法com.gentlyweb.utils.FileWatcher
Remove all the files that we are watching that have the specified directory as given by the passed in File.
removeAll(FileFilter) - 类 中的方法com.gentlyweb.utils.FileWatcher
Remove all the files from our list of watched files according to the FileFilter passed in.
removeBindVariableChangedListener(BindVariableChangedListener) - 类 中的方法org.josql.Query
 
removeChar(String, char) - 类 中的静态方法com.gentlyweb.utils.StringUtils
Given a particular String, remove any instances of the given character from it and return a new String.
removeField(String) - 类 中的方法com.gentlyweb.utils.GeneralComparator
Remove a field that we sort on.
removeFile(File) - 类 中的方法com.gentlyweb.utils.FileWatcher
Stop a file being watched.
removeFileChangeListener(FileChangeListener) - 类 中的方法com.gentlyweb.utils.FileWatcher
 
removeFileChangeListener(FileChangeListener) - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
 
removeObject(Object) - 类 中的方法org.josql.incubator.ObjectIndex
 
removeSaveValueChangedListener(SaveValueChangedListener) - 类 中的方法org.josql.Query
 
removeTableModelListener(TableModelListener) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
 
reorder(List, SortedMap) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
Re-order the columns according to the column indices provided in dirs.
reorder(List, String) - 类 中的方法org.josql.contrib.JoSQLSwingTableModel
Re-order the columns according to the string representation provided by orderBys.
reorder(List, SortedMap) - 类 中的方法org.josql.Query
Re-order the objects according to the columns supplied in the dirs Map.
reorder(List, String) - 类 中的方法org.josql.Query
Allows the re-ordering of the results via a textual representation of the order bys.
replaceAllStrings(String, Map, boolean) - 类 中的静态方法com.gentlyweb.utils.StringUtils
 
replaceAllStrings(String, Map) - 类 中的静态方法com.gentlyweb.utils.StringUtils
 
replaceString(String, String, String, boolean) - 类 中的静态方法com.gentlyweb.utils.StringUtils
 
replaceString(String, String, String) - 类 中的静态方法com.gentlyweb.utils.StringUtils
 
resize(Object, int) - 接口 中的方法com.gentlyweb.utils.MultipleObjectCacheManager
Resize the cache to a particular size, if the size is actually bigger than the current size then this operation should not touch the cached objects, if the size is less then the cache should be reduced in size using the current policy until the size is reached.
resize(int) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
resize() - 类 中的方法com.gentlyweb.utils.ObjectCache
 
resize(int) - 接口 中的方法com.gentlyweb.utils.ObjectCacheManager
Resize the cache to a particular size, if the size is actually bigger than the current size then this operation should not touch the cached objects, if the size is less then the cache should be reduced in size using the current policy until the size is reached.
resort() - 类 中的方法org.josql.incubator.FilteredArrayList
 
restart(Date) - 类 中的方法com.gentlyweb.utils.Timing
 
restart() - 类 中的方法com.gentlyweb.utils.Timing
 
RESULTS - 类 中的静态变量org.josql.Query
 
rgrep(File, String, String) - 类 中的方法org.josql.functions.StringFunctions
 
rgrep(File, String) - 类 中的方法org.josql.functions.StringFunctions
 
right - 类 中的变量org.josql.expressions.BinaryExpression
 
rollUpToMillis() - 类 中的方法com.gentlyweb.utils.TimeDuration
 
root - 类 中的静态变量com.gentlyweb.utils.GeneralComparator.XMLConstants
 
run() - 类 中的方法com.gentlyweb.utils.FileWatcher.Worker
 

S

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
Represents the Calendar.SECOND field, is: s.
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
Set the JoSQLFileFilter that should be used to handle the JoSQLSwingFileFilter.accept(File) method.
setLeft(ValueExpression) - 类 中的方法org.josql.expressions.ArithmeticExpression
 
setLeft(Expression) - 类 中的方法org.josql.expressions.BinaryExpression
 
setLimit(Limit) - 类 中的方法org.josql.Query
Set the object that represents the limit clause.
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
Not supported, always throws a: UnsupportedOperationException.
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 a list according to it's "natural" ordering (see Collections.sort(List)).
sort(Map) - 类 中的方法org.josql.functions.CollectionFunctions
Sort a Map by the keys in ascending order (for more optionality in the sort and ordering see: CollectionFunctions.sort(Map,String,String)).
sort(Map, String) - 类 中的方法org.josql.functions.CollectionFunctions
Sort a Map by it's keys or values in ascending order (for more optionality in the sort and ordering see: CollectionFunctions.sort(Map,String,String)).
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
 

T

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
 

U

unescapeString(String) - 类 中的静态方法org.josql.internal.Utilities
 
unique(List) - 类 中的方法org.josql.functions.CollectionFunctions
 
unique(Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
unique(List, Expression) - 类 中的方法org.josql.functions.CollectionFunctions
 
UpdateLineColumn(char) - 类 中的方法org.josql.parser.JavaCharStream
 
UpdateLineColumn(char) - 类 中的方法org.josql.parser.SimpleCharStream
 
upper(Object) - 类 中的方法org.josql.functions.ConversionFunctions
 
URLDataSource - com.gentlyweb.utils中的类
 
URLDataSource(URL) - 类 的构造器com.gentlyweb.utils.URLDataSource
 
Utilities - org.josql.internal中的类
 
Utilities() - 类 的构造器org.josql.internal.Utilities
 

V

validateIPv4Address(String) - 类 中的静态方法com.gentlyweb.utils.GeneralUtils
Validate an IPv4 address (string) passed in, it must conform to the following rules: Must have 4 parts.
VALUE - 类 中的静态变量org.josql.expressions.SelectItemExpression
 
VALUE - 类 中的静态变量org.josql.functions.GroupingFunctions
 
ValueExpression - org.josql.expressions中的类
 
ValueExpression() - 类 的构造器org.josql.expressions.ValueExpression
 
VALUES - 类 中的静态变量com.gentlyweb.utils.GeneralCollector
 
VALUES - 类 中的静态变量com.gentlyweb.utils.GeneralFilter
 
values() - 类 中的方法com.gentlyweb.utils.ObjectCache
Return a List of all the values in the cache.
values(GeneralFilter) - 类 中的方法com.gentlyweb.utils.ObjectCache
 
valuesToList(List) - 类 中的方法com.gentlyweb.utils.ObjectCache
 

W

WEEK - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.WEEK_OF_YEAR field, is: w.
WHERE_RESULTS - 类 中的静态变量org.josql.Query
 
WhereClause() - 类 中的方法org.josql.parser.JoSQLParser
 
Worker(FileWatcher) - 类 的构造器com.gentlyweb.utils.FileWatcher.Worker
 
WRITEABLE - 类 中的静态变量com.gentlyweb.utils.FileChangeEvent
 
writeBytesToFile(File, byte[], int) - 类 中的静态方法com.gentlyweb.utils.IOUtils
Write the given bytes to a file, note that this method will just overwrite any existing file.
writeBytesToFile(File, byte[]) - 类 中的静态方法com.gentlyweb.utils.IOUtils
Write the given bytes to a file, note that this method will just overwrite any existing file.
writeStringToFile(File, String, boolean) - 类 中的静态方法com.gentlyweb.utils.IOUtils
Write the given String to the File.

X

XMLConstants() - 类 的构造器com.gentlyweb.utils.GeneralComparator.XMLConstants
 

Y

YEAR - 类 中的静态变量org.josql.functions.ConversionFunctions
Represents the Calendar.YEAR field, is: y.
YOUNGEST - 类 中的静态变量com.gentlyweb.utils.ObjectCache
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2021. All rights reserved.