Package 

Interface SQLiteDatabase.CustomFunction


  • @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

    • Method Summary

      Modifier and Type Method Description
      abstract String callback(Array<String> args) Invoked whenever the function is called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • callback

         abstract String callback(Array<String> args)

        Invoked whenever the function is called.

        Parameters:
        args - function arguments