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

G

get() - function in net.zetetic.database.sqlcipher.CloseGuard
Returns a CloseGuard instance.
getArgCount() - function in net.zetetic.database.sqlcipher.SQLiteQuery
 
getAttachedDbs() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Returns list of full pathnames of all attached databases including the main database by executing 'pragma database_list' on the database.
getBlob(int) - function in android.database.Cursor
 
getBlob(int) - function in net.zetetic.database.AbstractCursor
 
getBlob(int) - function in net.zetetic.database.AbstractCursor
 
getBlob(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getBlob(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getBlob(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a byte array.
getBlob(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getBoolean(int) - function in androidx.sqlite.SQLiteStatement
 
getCause() - function in java.lang.Throwable
 
getCollationKey(java.lang.String) - function in net.zetetic.database.DatabaseUtils
return the collation key
getColumnCount() - function in android.database.Cursor
 
getColumnCount() - function in net.zetetic.database.AbstractCursor
 
getColumnCount() - function in net.zetetic.database.AbstractCursor
 
getColumnCount() - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getColumnIndex(java.lang.String) - function in android.database.Cursor
 
getColumnIndex(java.lang.String) - function in net.zetetic.database.AbstractCursor
 
getColumnIndex(java.lang.String) - function in net.zetetic.database.AbstractCursor
 
getColumnIndex(java.lang.String) - function in net.zetetic.database.DatabaseUtils.InsertHelper
Returns the index of the specified column.
getColumnIndex(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteCursor
 
getColumnIndexOrThrow(java.lang.String) - function in android.database.Cursor
 
getColumnIndexOrThrow(java.lang.String) - function in net.zetetic.database.AbstractCursor
 
getColumnIndexOrThrow(java.lang.String) - function in net.zetetic.database.AbstractCursor
 
getColumnName(int) - function in android.database.Cursor
 
getColumnName(int) - function in net.zetetic.database.AbstractCursor
 
getColumnName(int) - function in net.zetetic.database.AbstractCursor
 
getColumnName(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getColumnNames() - function in android.database.Cursor
 
getColumnNames() - function in androidx.sqlite.SQLiteStatement
 
getColumnNames() - function in net.zetetic.database.AbstractCursor
 
getColumnNames() - function in net.zetetic.database.AbstractCursor
 
getColumnNames() - function in net.zetetic.database.MatrixCursor
 
getColumnNames() - function in net.zetetic.database.sqlcipher.SQLiteCursor
 
getColumnType(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getConnectionId() - function in net.zetetic.database.sqlcipher.SQLiteConnection
Gets the unique id of this connection.
getCount() - function in android.database.Cursor
 
getCount() - function in net.zetetic.database.AbstractCursor
 
getCount() - function in net.zetetic.database.AbstractCursor
 
getCount() - function in net.zetetic.database.MatrixCursor
 
getCount() - function in net.zetetic.database.sqlcipher.SQLiteCursor
 
getDatabase() - function in net.zetetic.database.sqlcipher.SQLiteCursor
Get the database that this cursor is associated with.
getDatabaseInfo() - function in net.zetetic.database.sqlcipher.SQLiteDebug
return all pager and database stats for the current process.
getDatabaseName() - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
Return the name of the SQLite database being opened, as given to the constructor.
getDatabaseName() - function in net.zetetic.database.sqlcipher.SupportHelper
 
getDefaultJournalMode() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the default journal mode when WAL is not in use.
getDefaultPageSize() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the default page size to use when creating a database.
getDefaultSyncMode() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the default database synchronization mode when WAL is not in use.
getDouble(int) - function in android.database.Cursor
 
getDouble(int) - function in net.zetetic.database.AbstractCursor
 
getDouble(int) - function in net.zetetic.database.AbstractCursor
 
getDouble(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getDouble(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getDouble(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a double.
getDouble(int) - function in net.zetetic.database.MatrixCursor
 
getDouble(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getExtras() - function in android.database.Cursor
 
getExtras() - function in net.zetetic.database.AbstractCursor
 
getExtras() - function in net.zetetic.database.AbstractCursor
 
getFloat(int) - function in android.database.Cursor
 
getFloat(int) - function in androidx.sqlite.SQLiteStatement
 
getFloat(int) - function in net.zetetic.database.AbstractCursor
 
getFloat(int) - function in net.zetetic.database.AbstractCursor
 
getFloat(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getFloat(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getFloat(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a float.
getFloat(int) - function in net.zetetic.database.MatrixCursor
 
getHexCollationKey(java.lang.String) - function in net.zetetic.database.DatabaseUtils
return the collation key in hex format
getInt(int) - function in android.database.Cursor
 
getInt(int) - function in androidx.sqlite.SQLiteStatement
 
getInt(int) - function in net.zetetic.database.AbstractCursor
 
getInt(int) - function in net.zetetic.database.AbstractCursor
 
getInt(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getInt(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getInt(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as an int.
getInt(int) - function in net.zetetic.database.MatrixCursor
 
getJournalSizeLimit() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the journal size limit in bytes.
getLocalizedMessage() - function in java.lang.Throwable
 
getLong(int) - function in android.database.Cursor
 
getLong(int) - function in net.zetetic.database.AbstractCursor
 
getLong(int) - function in net.zetetic.database.AbstractCursor
 
getLong(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getLong(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getLong(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a long.
getLong(int) - function in net.zetetic.database.MatrixCursor
 
getLong(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getMaximumSize() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Returns the maximum size the database may grow to.
getMessage() - function in java.lang.Throwable
 
getName() - function in net.zetetic.database.CursorWindow
Gets the name of this cursor window, never null.
getNotificationUri() - function in android.database.Cursor
 
getNotificationUri() - function in net.zetetic.database.AbstractCursor
 
getNotificationUri() - function in net.zetetic.database.AbstractCursor
 
getNotificationUris() - function in android.database.Cursor
 
getNumRows() - function in net.zetetic.database.CursorWindow
Gets the number of rows in this window.
getPageSize() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Returns the current database page size, in bytes.
getPath() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Gets the path to the database file.
getPosition() - function in android.database.Cursor
 
getPosition() - function in net.zetetic.database.AbstractCursor
 
getPosition() - function in net.zetetic.database.AbstractCursor
 
getReadableDatabase() - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
Create and/or open a database.
getReadableDatabase() - function in net.zetetic.database.sqlcipher.SupportHelper
 
getReporter() - function in net.zetetic.database.sqlcipher.CloseGuard
Returns non-null CloseGuard.Reporter.
getShort(int) - function in android.database.Cursor
 
getShort(int) - function in net.zetetic.database.AbstractCursor
 
getShort(int) - function in net.zetetic.database.AbstractCursor
 
getShort(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getShort(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getShort(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a short.
getShort(int) - function in net.zetetic.database.MatrixCursor
 
getSql() - function in net.zetetic.database.sqlcipher.SQLiteQuery
 
getSqlStatementType(java.lang.String) - function in net.zetetic.database.DatabaseUtils
Returns one of the following which represent the type of the given SQL statement.
getStackTrace() - function in java.lang.Throwable
 
getStartPosition() - function in net.zetetic.database.CursorWindow
Gets the start position of this cursor window.
getString(int) - function in android.database.Cursor
 
getString(int) - function in net.zetetic.database.AbstractCursor
 
getString(int) - function in net.zetetic.database.AbstractCursor
 
getString(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getString(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getString(int,int) - function in net.zetetic.database.CursorWindow
Gets the value of the field at the specified row and column index as a string.
getString(int) - function in net.zetetic.database.MatrixCursor
 
getSuppressed() - function in java.lang.Throwable
 
getSyncedTables() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Deprecated.
getTables() - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
Returns the list of tables being queried
getText(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
getType(int) - function in android.database.Cursor
 
getType(int) - function in net.zetetic.database.AbstractCursor
 
getType(int) - function in net.zetetic.database.AbstractCursor
 
getType(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getType(int) - function in net.zetetic.database.AbstractWindowedCursor
 
getType(int,int) - function in net.zetetic.database.CursorWindow
Returns the type of the field at the specified row and column index.
getType(int) - function in net.zetetic.database.MatrixCursor
 
getTypeOfObject(Object) - function in net.zetetic.database.DatabaseUtils
Returns data type of the given object's value.
getUniqueId() - function in net.zetetic.database.sqlcipher.SQLiteProgram
Unimplemented.
getUniqueId() - function in net.zetetic.database.sqlcipher.SQLiteProgram
Unimplemented.
getVersion() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Gets the database version.
getWALAutoCheckpoint() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the WAL auto-checkpoint integer in database pages.
getWALConnectionPoolSize() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the connection pool size when in WAL mode.
getWALSyncMode() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
Gets the database synchronization mode when in WAL mode.
getWantsAllOnMoveCalls() - function in android.database.Cursor
 
getWantsAllOnMoveCalls() - function in net.zetetic.database.AbstractCursor
 
getWantsAllOnMoveCalls() - function in net.zetetic.database.AbstractCursor
 
getWindow() - function in net.zetetic.database.AbstractWindowedCursor
 
getWindow() - function in net.zetetic.database.AbstractWindowedCursor
 
getWindowSizeBytes() - function in net.zetetic.database.CursorWindow
 
getWritableDatabase() - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
Create and/or open a database that will be used for reading and writing.
getWritableDatabase() - function in net.zetetic.database.sqlcipher.SupportHelper
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y