Interface SQLiteDatabase.CustomFunction

  • Enclosing class:
    SQLiteDatabase

    public static interface SQLiteDatabase.CustomFunction
    A callback interface for a custom sqlite3 function. This can be used to create a function that can be called from sqlite3 database triggers.
    • Method Detail

      • callback

        void callback​(String[] args)