Package 

Interface SQLiteDatabase.CustomFunction


  • 
    public interface SQLiteDatabase.CustomFunction
    
                        

    A callback interface for a custom sqlite3 function.This can be used to create a function that can be called fromsqlite3 database triggers.

    • Method Summary

      Modifier and Type Method Description
      abstract void callback(Array<String> args)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait