-
- 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 io.requery.android.database.sqlite.SQLiteProgram
bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindObject, bindString, clearBindings -
Methods inherited from class io.requery.android.database.sqlite.SQLiteClosable
acquireReference, close, releaseReference -
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
-
-