|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.sqlite.udf | Provides the classes necessary to create a User-Defined function. |
Uses of Context in org.sqlite.udf |
---|
Methods in org.sqlite.udf with parameters of type Context | |
---|---|
protected abstract void |
AggregateFunction.xFinal(Context ctx)
|
protected abstract void |
Function.xFunc(Context ctx)
Called from the sqlite3_step() function. |
protected void |
AggregateFunction.xFunc(Context ctx)
invoke xStep() method. |
protected abstract void |
AggregateFunction.xStep(Context ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |