クラス
org.sqlite.udf.Context の使用

Context を使用しているパッケージ
org.sqlite.udf Provides the classes necessary to create a User-Defined function. 
 

org.sqlite.udf での Context の使用
 

Context 型のパラメータを持つ org.sqlite.udf のメソッド
protected abstract  void AggregateFunction.xFinal(Context ctx)
           
protected abstract  void Function.xFunc(Context ctx)
           
protected  void AggregateFunction.xFunc(Context ctx)
           
protected abstract  void AggregateFunction.xStep(Context ctx)