Class SQLiteQuery

  • All Implemented Interfaces:
    androidx.sqlite.db.SupportSQLiteProgram , androidx.sqlite.db.SupportSQLiteQuery , java.io.Closeable , java.lang.AutoCloseable

    
    public final class SQLiteQuery
    extends SQLiteProgram implements SupportSQLiteQuery
                        

    Represents a query that reads the resulting rows into a SQLiteQuery. This class is used by SQLiteCursor and isn't useful itself.

    This class is not thread-safe.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String toString()
      String getSql()
      void bindTo(@NonNull() SupportSQLiteProgram supportSQLiteProgram)
      int getArgCount()
      • Methods inherited from class net.zetetic.database.sqlcipher.SQLiteProgram

        bindAllArgs, bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, getUniqueId
      • Methods inherited from class net.zetetic.database.sqlcipher.SQLiteClosable

        acquireReference, close, releaseReference, releaseReferenceFromContainer
      • Methods inherited from class androidx.sqlite.db.SupportSQLiteProgram

        bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class java.lang.Object

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