Package net.zetetic.database.sqlcipher
Interface SQLiteDatabase.CustomFunction
-
- All Implemented Interfaces:
public 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.