android.database.DatabaseUtils

Just an initial demo map, so that you don't start with an empty map list ...

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
android.database.DatabaseUtils por Mind Map: android.database.DatabaseUtils

1. Methods

1.1. Public Methods

1.1.1. Final

1.1.1.1. appendValueToSql

1.1.1.1.1. (StringBuilder sql, Object value)

1.1.1.2. readExceptionFromParcel

1.1.1.2.1. (Parcel reply)

1.1.1.3. writeExceptionToParcel

1.1.1.3.1. (Parcel reply, Exception e)

1.1.2. Not Final

1.1.2.1. appendEscapedSQLString

1.1.2.1.1. (StringBuilder sb, String sqlString)

1.1.2.2. appendSelectionArgs

1.1.2.2.1. (String[] originalValues, String[] newValues)

1.1.2.3. bindObjectToProgram

1.1.2.3.1. (SQLiteProgram prog, int index, Object value)

1.1.2.4. blobFileDescriptorForQuery

1.1.2.4.1. (SQLiteStatement prog, String[] selectionArgs)

1.1.2.4.2. (SQLiteDatabase db, String query, String[] selectionArgs)

1.1.2.5. concatenateWhere

1.1.2.5.1. (String a, String b)

1.1.2.6. createDbFromSqlStatements

1.1.2.6.1. (Context context, String dbName, int dbVersion, String sqlStatements

1.1.2.7. cursorDoubleToContentValues

1.1.2.7.1. (Cursor cursor, String field, ContentValues values, String key)

1.1.2.8. cursorDoubleToContentValuesIfPresent

1.1.2.8.1. (Cursor cursor, ContentValues values, String column)

1.1.2.9. cursorDoubleToCursorValues

1.1.2.9.1. (Cursor cursor, String field, ContentValues values)

1.1.2.10. cursorFloatToContentValuesIfPresent

1.1.2.10.1. (Cursor cursor, ContentValues values, String column)

1.1.2.11. cursorIntToContentValues

1.1.2.11.1. (Cursor cursor, String field, ContentValues values, String key)

1.1.2.11.2. (Cursor cursor, String field, ContentValues values)

1.1.2.12. cursorIntToContentValuesIfPresent

1.1.2.12.1. (Cursor cursor, ContentValues values, String column)

1.1.2.13. cursorLongToContentValues

1.1.2.13.1. (Cursor cursor, String field, ContentValues values, String key)

1.1.2.13.2. (Cursor cursor, String field, ContentValues values)

1.1.2.14. cursorLongToContentValuesIfPresent

1.1.2.14.1. (Cursor cursor, ContentValues values, String column)

1.1.2.15. cursorRowToContentValues

1.1.2.15.1. (Cursor cursor, ContentValues values)

1.1.2.16. cursorShortToContentValuesIfPresent

1.1.2.16.1. (Cursor cursor, ContentValues values, String column)

1.1.2.17. cursorStringToContentValues

1.1.2.17.1. (Cursor cursor, String field, ContentValues values, String key)

1.1.2.17.2. (Cursor cursor, String field, ContentValues values)

1.1.2.18. cursorStringToContentValuesIfPresent

1.1.2.18.1. (Cursor cursor, ContentValues values, String column)

1.1.2.19. cursorStringToInsertHelper

1.1.2.19.1. (Cursor cursor, String field, DatabaseUtils.InsertHelper inserter, int index)

1.1.2.20. dumpCurrentRow

1.1.2.20.1. (Cursor cursor, PrintStream stream)

1.1.2.20.2. (Cursor cursor, StringBuilder sb)

1.1.2.20.3. (Cursor cursor)

1.1.2.21. dumpCurrentRowToString

1.1.2.21.1. (Cursor cursor)

1.1.2.22. dumpCursor

1.1.2.22.1. (Cursor cursor, PrintStream stream)

1.1.2.22.2. (Cursor cursor, StringBuilder sb)

1.1.2.22.3. (Cursor cursor)

1.1.2.23. dumpCursorToString

1.1.2.23.1. (Cursor cursor)

1.1.2.24. getCollationKey

1.1.2.24.1. (String name)

1.1.2.25. getHexCollationKey

1.1.2.25.1. (String name)

1.1.2.26. getSqlStatementType

1.1.2.26.1. (String sql)

1.1.2.27. longForQuery

1.1.2.27.1. (SQLiteDatabase db, String query, String[] selectionArgs)

1.1.2.27.2. (SQLiteStatement prog, String[] selectionArgs)

1.1.2.28. queryNumEntries

1.1.2.28.1. (SQLiteDatabase db, String table)

1.1.2.28.2. (SQLiteDatabase db, String table, String selection)

1.1.2.28.3. (SQLiteDatabase db, String table, String selection, String[] selectionArgs)

1.1.2.29. readExceptionWithFileNotFoundExceptionFromParcel

1.1.2.29.1. (Parcel reply)

1.1.2.30. readExceptionWithOperationApplicationExceptionFromParcel

1.1.2.30.1. (Parcel reply)

1.1.2.31. sqlEscapeString

1.1.2.31.1. (String value)

1.1.2.32. stringForQuery

1.1.2.32.1. (SQLiteDatabase db, String query, String[] selectionArgs)

1.1.2.32.2. (SQLiteStatement prog, String[] selectionArgs)

1.2. Inherited Methods

1.2.1. Not Final

1.2.1.1. clone

1.2.1.1.1. ()

1.2.1.2. equals

1.2.1.2.1. (Object o)

1.2.1.3. finalize

1.2.1.3.1. ()

1.2.1.4. hashCode

1.2.1.4.1. ()

1.2.1.5. toString

1.2.1.5.1. ()

1.2.2. Final

1.2.2.1. getClass

1.2.2.1.1. ()

1.2.2.2. notify

1.2.2.2.1. ()

1.2.2.3. notifyAll

1.2.2.3.1. ()

1.2.2.4. wait

1.2.2.4.1. ()

1.2.2.4.2. (long millis, int nanos)

1.2.2.4.3. (long millis)

2. Nested Classes

2.1. DatabaseUtils.InsertHelper

3. Constants

3.1. STATEMENT_ABORT

3.2. STATEMENT_ATTACH

3.3. STATEMENT_BEGIN

3.4. STATEMENT_DDL

3.5. STATEMENT_OTHER

3.6. STATEMENT_COMMIT

3.7. STATEMENT_PRAGMA

3.8. STATEMENT_SELECT

3.9. STATEMENT_UNPREPARED

3.10. STATEMENT_UPDATE

4. Public Constructors

4.1. DatabaseUtils()