| Package | Description |
|---|---|
| jsqlite |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.function(FunctionContext fc,
String[] args)
Callback for regular function.
|
void |
Function.last_step(FunctionContext fc)
Callback for final step in aggregate function.
|
void |
Function.step(FunctionContext fc,
String[] args)
Callback for one step in aggregate function.
|
Copyright © 2014. All rights reserved.