Package android.database.sqlite
Interface SQLiteDatabase.CustomFunction
-
- Enclosing class:
- SQLiteDatabase
public static interface SQLiteDatabase.CustomFunctionA callback interface for a custom sqlite3 function. This can be used to create a function that can be called from sqlite3 database triggers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(String[] args)
-
-
-
Method Detail
-
callback
void callback(String[] args)
-
-