org.josql.functions |
|
Java Source File Name | Type | Comment |
AbstractFunctionHandler.java | Class | Defines a basic function handler. |
CollectionFunctions.java | Class | Defines a set of functions that operate on "collections" of objects in some way. |
ConversionFunctions.java | Class | Note: creating new instances of SimpleDateFormat objects are VERY costly over
large(ish) numbers of objects therefore a cache of objects is provided. |
FileMatch.java | Class | This class represents the match of a String in a file. |
FormattingFunctions.java | Class | |
FunctionHandler.java | Interface | Defines an interface that custom objects can use to indicate that they can
store a reference to the Query object. |
GroupingFunctions.java | Class | |
MiscellaneousFunctions.java | Class | |
NotFixedResults.java | Interface | A marker interface that tells JoSQL that any functions within a class implementing
this interface will NOT return fixed results for fixed inputs. |
StringFunctions.java | Class | This class holds functions that operate on strings in some way. |