Package net.zetetic.database.sqlcipher
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.
-
-
Method Summary
Modifier and Type Method Description StringtoString()StringgetSql()voidbindTo(@NonNull() SupportSQLiteProgram supportSQLiteProgram)intgetArgCount()-
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
-
-
Method Detail
-
bindTo
void bindTo(@NonNull() SupportSQLiteProgram supportSQLiteProgram)
-
getArgCount
int getArgCount()
-
-
-
-