DatabaseUtils.AppendValueToSql(StringBuilder, Object) Method

Definition

Appends an Object to an SQL string with the proper escaping, etc.

[Android.Runtime.Register("appendValueToSql", "(Ljava/lang/StringBuilder;Ljava/lang/Object;)V", "")]
public static void AppendValueToSql (Java.Lang.StringBuilder? sql, Java.Lang.Object? value);
[<Android.Runtime.Register("appendValueToSql", "(Ljava/lang/StringBuilder;Ljava/lang/Object;)V", "")>]
static member AppendValueToSql : Java.Lang.StringBuilder * Java.Lang.Object -> unit

Parameters

value
Object
Attributes

Remarks

Appends an Object to an SQL string with the proper escaping, etc.

Java documentation for android.database.DatabaseUtils.appendValueToSql(java.lang.StringBuilder, java.lang.Object).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to