DatabaseUtils
InsertHelper
DatabaseUtils()
DatabaseUtils(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
AppendEscapedSQLString(StringBuilder, String)
AppendSelectionArgs(String[], String[])
AppendValueToSql(StringBuilder, Object)
BindObjectToProgram(SQLiteProgram, Int32, Object)
BlobFileDescriptorForQuery(SQLiteStatement, String[])
BlobFileDescriptorForQuery(SQLiteDatabase, String, String[])
ConcatenateWhere(String, String)
CreateDbFromSqlStatements(Context, String, Int32, String)
CursorDoubleToContentValues(ICursor, String, ContentValues, String)
CursorDoubleToContentValuesIfPresent(ICursor, ContentValues, String)
CursorDoubleToCursorValues(ICursor, String, ContentValues)
CursorFloatToContentValuesIfPresent(ICursor, ContentValues, String)
CursorIntToContentValues(ICursor, String, ContentValues)
CursorIntToContentValues(ICursor, String, ContentValues, String)
CursorIntToContentValuesIfPresent(ICursor, ContentValues, String)
CursorLongToContentValues(ICursor, String, ContentValues)
CursorLongToContentValues(ICursor, String, ContentValues, String)
CursorLongToContentValuesIfPresent(ICursor, ContentValues, String)
CursorRowToContentValues(ICursor, ContentValues)
CursorShortToContentValuesIfPresent(ICursor, ContentValues, String)
CursorStringToContentValues(ICursor, String, ContentValues)
CursorStringToContentValues(ICursor, String, ContentValues, String)
CursorStringToContentValuesIfPresent(ICursor, ContentValues, String)
CursorStringToInsertHelper(ICursor, String, InsertHelper, Int32)
DumpCurrentRow(ICursor)
DumpCurrentRow(ICursor, PrintStream)
DumpCurrentRow(ICursor, StringBuilder)
DumpCurrentRowToString(ICursor)
DumpCursor(ICursor)
DumpCursor(ICursor, PrintStream)
DumpCursor(ICursor, StringBuilder)
DumpCursorToString(ICursor)
GetCollationKey(String)
GetHexCollationKey(String)
GetSqlStatementType(String)
LongForQuery(SQLiteStatement, String[])
LongForQuery(SQLiteDatabase, String, String[])
QueryNumEntries(SQLiteDatabase, String)
QueryNumEntries(SQLiteDatabase, String, String)
QueryNumEntries(SQLiteDatabase, String, String, String[])
ReadExceptionFromParcel(Parcel)
ReadExceptionWithFileNotFoundExceptionFromParcel(Parcel)
ReadExceptionWithOperationApplicationExceptionFromParcel(Parcel)
SqlEscapeString(String)
StringForQuery(SQLiteStatement, String[])
StringForQuery(SQLiteDatabase, String, String[])
WriteExceptionToParcel(Parcel, Exception)
net9.0-android34.0
namespace Android.Database
{
[Register("android/database/DatabaseUtils", DoNotGenerateAcw = true)]
public class DatabaseUtils : Object
{
[Register("stringForQuery", "(Landroid/database/sqlite/SQLiteDatabase;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? StringForQuery(SQLiteDatabase? db, string? query, string![]? selectionArgs);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API