Package 

Interface SQLiteDatabase.Function


  • 
    public interface SQLiteDatabase.Function
    
                        

    A callback interface for a custom sqlite3 function. This can be used to create a functionthat can be called from sqlite3 database triggers, or used in queries.