Package 

Interface SQLiteDatabase.Function.Args

    • Method Summary

      Modifier and Type Method Description
      abstract Array<byte> getBlob(int arg)
      abstract String getString(int arg)
      abstract double getDouble(int arg)
      abstract int getInt(int arg)
      abstract long getLong(int arg)
      • Methods inherited from class java.lang.Object

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