| Package | Description |
|---|---|
| org.jsimpledb.parse |
JSimpleDB parsing related classes.
|
| org.jsimpledb.parse.func |
Function used in a ParseSession, including built-ins. |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,Function> |
ParseSession.getFunctions()
Get the
Functions registered with this instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseSession.registerFunction(Function function)
Register the given
Function. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction
Support superclass for
Functions. |
class |
AllFunction |
class |
ApplyExprFunction |
class |
ConcatFunction |
class |
CountFunction |
class |
CreateFunction |
class |
FilterFunction |
class |
ForEachFunction |
class |
InvertFunction |
class |
LimitFunction |
class |
ListFunction |
class |
QueryCompositeIndexFunction |
class |
QueryIndexFunction |
class |
QueryListElementIndexFunction |
class |
QueryMapValueIndexFunction |
class |
QueryVersionFunction |
class |
SimpleFunction
Simplified
Function implementation for when the parameters are all normal expressions. |
class |
TransformFunction |
class |
UpgradeFunction |
class |
VersionFunction |
Copyright © 2017. All rights reserved.