Package | Description |
---|---|
jsqlite |
Modifier and Type | Method and Description |
---|---|
void |
Database.create_aggregate(String name,
int nargs,
Function f)
Create aggregate function.
|
void |
Database.create_function(String name,
int nargs,
Function f)
Create regular function.
|
Copyright © 2014. All rights reserved.