-
@Deprecated() public interface SQLiteDatabase.CustomFunction
A callback interface for a custom sqlite3 function. This can be used to create a functionthat can be called from sqlite3 database triggers.This interface is deprecated; new code should prefer Function