A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y 

S

set(Array) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
set(double) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
set(int) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
set(long) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
set(String) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
setBindArguments(Array) - function in io.requery.android.database.sqlite.SQLiteCursorDriver
Set new bind arguments.
setBindArguments(Array) - function in io.requery.android.database.sqlite.SQLiteDirectCursorDriver
Set new bind arguments.
setCursorFactory(SQLiteDatabase.CursorFactory) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
Sets the cursor factory to be used for the query.
setDistinct(boolean) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
Mark the query as DISTINCT.
setEnabled(boolean) - function in io.requery.android.database.sqlite.CloseGuard
Used to enable or disable CloseGuard.
setError(String) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
setExtras(Bundle) - function in io.requery.android.database.AbstractWindowedCursor
 
setExtras(Bundle) - function in android.database.AbstractWindowedCursor
 
setExtras(Bundle) - function in io.requery.android.database.AbstractCursor
 
setExtras(Bundle) - function in android.database.AbstractCursor
 
setExtras(Bundle) - function in io.requery.android.database.SQLiteCursor
 
setExtras(Bundle) - function in android.database.SQLiteCursor
 
setForeignKeyConstraintsEnabled(boolean) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets whether foreign key constraints are enabled for the database.
setForeignKeyConstraintsEnabled(boolean) - function in androidx.sqlite.db.SQLiteDatabase
 
setLocale(Locale) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets the locale for this database.
setLocale(Locale) - function in androidx.sqlite.db.SQLiteDatabase
 
setMaximumSize(long) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets the maximum size the database will grow to.
setMaximumSize(long) - function in androidx.sqlite.db.SQLiteDatabase
 
setMaxSqlCacheSize(int) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets the maximum size of the prepared-statement cache for this database.(size of the cache = number of compiled-sql-statements stored in the cache).
setMaxSqlCacheSize(int) - function in androidx.sqlite.db.SQLiteDatabase
 
setNotificationUri(ContentResolver,Uri) - function in io.requery.android.database.AbstractWindowedCursor
Specifies a content URI to watch for changes.
setNotificationUri(ContentResolver,Uri) - function in android.database.AbstractWindowedCursor
 
setNotificationUri(ContentResolver,Uri) - function in io.requery.android.database.AbstractCursor
Specifies a content URI to watch for changes.
setNotificationUri(ContentResolver,Uri) - function in android.database.AbstractCursor
 
setNotificationUri(ContentResolver,Uri) - function in io.requery.android.database.SQLiteCursor
Specifies a content URI to watch for changes.
setNotificationUri(ContentResolver,Uri) - function in android.database.SQLiteCursor
 
setNotificationUris(ContentResolver,List) - function in android.database.AbstractWindowedCursor
 
setNotificationUris(ContentResolver,List) - function in android.database.AbstractCursor
 
setNotificationUris(ContentResolver,List) - function in android.database.SQLiteCursor
 
setNull() - function in io.requery.android.database.sqlite.SQLiteDatabase.Function.Result
 
setNumColumns(int) - function in io.requery.android.database.CursorWindow
Sets the number of columns in this window.
setPageSize(long) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets the database page size.
setPageSize(long) - function in androidx.sqlite.db.SQLiteDatabase
 
setProjectionMap(Map) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
Sets the projection map for the query.
setReporter(CloseGuard.Reporter) - function in io.requery.android.database.sqlite.CloseGuard
Used to replace default Reporter used to warn of CloseGuardviolations.
setSelectionArguments(Array) - function in io.requery.android.database.sqlite.SQLiteCursor
Changes the selection arguments.
setStackTrace(Array) - function in java.lang.CursorWindowAllocationException
 
setStartPosition(int) - function in io.requery.android.database.CursorWindow
Sets the start position of this cursor window.
setStrict(boolean) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
When set, the selection is verified against malicious arguments.
setTables(String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
Sets the list of tables to query.
setTransactionSuccessful() - function in io.requery.android.database.sqlite.SQLiteDatabase
Marks the current transaction as successful.
setTransactionSuccessful() - function in androidx.sqlite.db.SQLiteDatabase
 
setTransactionSuccessful() - function in io.requery.android.database.sqlite.SQLiteSession
Marks the current transaction as having completed successfully.
setUpdateHook(SQLiteUpdateHook) - function in io.requery.android.database.sqlite.SQLiteDatabase
 
setVersion(int) - function in io.requery.android.database.sqlite.SQLiteDatabase
Sets the database version.
setVersion(int) - function in androidx.sqlite.db.SQLiteDatabase
 
setWindow(CursorWindow) - function in io.requery.android.database.AbstractWindowedCursor
Sets a new cursor window for the cursor to use.
setWindow(CursorWindow) - function in io.requery.android.database.sqlite.SQLiteCursor
Sets a new cursor window for the cursor to use.
setWriteAheadLoggingEnabled(boolean) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
Enables or disables the use of write-ahead logging for the database.Write-ahead logging cannot be used with read-only databases so the value ofthis flag is ignored if the database is opened read-only.
setWriteAheadLoggingEnabled(boolean) - function in androidx.sqlite.db.SQLiteOpenHelper
 
shouldLogSlowQuery(long) - function in io.requery.android.database.sqlite.SQLiteDebug
Determines whether a query should be logged.Reads the "db.log.slow_query_threshold" system property, which can be changedby the user at any time.
shouldYieldConnection(SQLiteConnection,int) - function in io.requery.android.database.sqlite.SQLiteConnectionPool
Returns true if the session should yield the connection due tocontention over available database connections.
simpleQueryForBlobFileDescriptor() - function in io.requery.android.database.sqlite.SQLiteStatement
Executes a statement that returns a 1 by 1 table with a blob value.
simpleQueryForLong() - function in io.requery.android.database.sqlite.SQLiteStatement
Execute a statement that returns a 1 by 1 table with a numeric value.
simpleQueryForLong() - function in androidx.sqlite.db.SQLiteStatement
 
simpleQueryForString() - function in io.requery.android.database.sqlite.SQLiteStatement
Execute a statement that returns a 1 by 1 table with a text value.
simpleQueryForString() - function in androidx.sqlite.db.SQLiteStatement
 
SQLiteClosable - class in io.requery.android.database.sqlite
An object created from a SQLiteDatabase that can be closed.
SQLiteConnection - class in io.requery.android.database.sqlite
Represents a SQLite database connection.
SQLiteConnectionPool - class in io.requery.android.database.sqlite
Maintains a pool of active SQLite database connections.
SQLiteCursor - class in io.requery.android.database.sqlite
A Cursor implementation that exposes results from a query on a SQLiteDatabase.
SQLiteCursorDriver - class in io.requery.android.database.sqlite
A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes.
SQLiteCustomExtension - class in io.requery.android.database.sqlite
Describes a SQLite extension entry point.
SQLiteCustomFunction - class in io.requery.android.database.sqlite
Describes a custom SQL function.
SQLiteDatabase - class in io.requery.android.database.sqlite
Exposes methods to manage a SQLite database.
SQLiteDatabase.ConflictAlgorithm - class in io.requery.android.database.sqlite.SQLiteDatabase
Conflict options integer enumeration definition
SQLiteDatabase.CursorFactory - class in io.requery.android.database.sqlite.SQLiteDatabase
Used to allow returning sub-classes of Cursor when calling query.
SQLiteDatabase.CustomFunction - class in io.requery.android.database.sqlite.SQLiteDatabase
A callback interface for a custom sqlite3 function.
SQLiteDatabase.Function - class in io.requery.android.database.sqlite.SQLiteDatabase
A callback interface for a custom sqlite3 function.
SQLiteDatabase.Function.Args - class in io.requery.android.database.sqlite.SQLiteDatabase.Function
 
SQLiteDatabase.Function.Result - class in io.requery.android.database.sqlite.SQLiteDatabase.Function
 
SQLiteDatabase.OpenFlags - class in io.requery.android.database.sqlite.SQLiteDatabase
Integer flag definition for the database open options
SQLiteDatabaseConfiguration - class in io.requery.android.database.sqlite
Describes how to configure a database.
SQLiteDebug - class in io.requery.android.database.sqlite
Provides debugging info about all SQLite databases running in the current process.
SQLiteDebug.DbStats - class in io.requery.android.database.sqlite.SQLiteDebug
contains statistics about a database
SQLiteDebug.PagerStats - class in io.requery.android.database.sqlite.SQLiteDebug
Contains statistics about the active pagers in the current process.
SQLiteDirectCursorDriver - class in io.requery.android.database.sqlite
A cursor driver that uses the given query directly.
SQLiteFunction - class in io.requery.android.database.sqlite
 
SQLiteGlobal - class in io.requery.android.database.sqlite
Provides access to SQLite functions that affect all database connection, such as memory management.
SQLiteOpenHelper - class in io.requery.android.database.sqlite
A helper class to manage database creation and version management.
SQLiteProgram - class in io.requery.android.database.sqlite
A base class for compiled SQLite programs.
SQLiteQuery - class in io.requery.android.database.sqlite
Represents a query that reads the resulting rows into a SQLiteQuery.
SQLiteQueryBuilder - class in io.requery.android.database.sqlite
This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects.
SQLiteSession - class in io.requery.android.database.sqlite
Provides a single client the ability to use a database.
SQLiteStatement - class in io.requery.android.database.sqlite
Represents a statement that can be executed against a database.
SQLiteStatementInfo - class in io.requery.android.database.sqlite
Describes a SQLite statement.
SQLiteUpdateHook - class in io.requery.android.database.sqlite
 
stringForQuery(String,Array) - function in io.requery.android.database.sqlite.SQLiteDatabase
Utility method to run the query on the db and return the value in thefirst column of the first row.
stringForQuery(SQLiteStatement,Array) - function in io.requery.android.database.sqlite.SQLiteDatabase
Utility method to run the pre-compiled query and return the value in thefirst column of the first row.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y