-
- All Implemented Interfaces:
-
androidx.sqlite.db.SupportSQLiteProgram
,java.io.Closeable
,java.lang.AutoCloseable
public final class SQLiteQuery extends SQLiteProgram
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.
-
-
Method Summary
-
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 java.io.Closeable
close
-
Methods inherited from class androidx.sqlite.db.SupportSQLiteProgram
bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-