IPreparedStatement
MetaData
ParameterMetaData
AddBatch()
ClearParameters()
Execute()
ExecuteQuery()
ExecuteUpdate()
SetArray(Int32, IArray)
SetAsciiStream(Int32, Stream)
SetAsciiStream(Int32, Stream, Int32)
SetAsciiStream(Int32, Stream, Int64)
SetBigDecimal(Int32, BigDecimal)
SetBinaryStream(Int32, Stream)
SetBinaryStream(Int32, Stream, Int32)
SetBinaryStream(Int32, Stream, Int64)
SetBlob(Int32, IBlob)
SetBlob(Int32, Stream)
SetBlob(Int32, Stream, Int64)
SetBoolean(Int32, Boolean)
SetByte(Int32, SByte)
SetBytes(Int32, Byte[])
SetCharacterStream(Int32, Reader)
SetCharacterStream(Int32, Reader, Int32)
SetCharacterStream(Int32, Reader, Int64)
SetClob(Int32, IClob)
SetClob(Int32, Reader)
SetClob(Int32, Reader, Int64)
SetDate(Int32, Date)
SetDate(Int32, Date, Calendar)
SetDouble(Int32, Double)
SetFloat(Int32, Single)
SetInt(Int32, Int32)
SetLong(Int32, Int64)
SetNCharacterStream(Int32, Reader)
SetNCharacterStream(Int32, Reader, Int64)
SetNClob(Int32, INClob)
SetNClob(Int32, Reader)
SetNClob(Int32, Reader, Int64)
SetNString(Int32, String)
SetNull(Int32, Int32)
SetNull(Int32, Int32, String)
SetObject(Int32, Object)
SetObject(Int32, Object, Int32)
SetObject(Int32, Object, Int32, Int32)
SetRef(Int32, IRef)
SetRowId(Int32, IRowId)
SetShort(Int32, Int16)
SetSQLXML(Int32, ISQLXML)
SetString(Int32, String)
SetTime(Int32, Time)
SetTime(Int32, Time, Calendar)
SetTimestamp(Int32, Timestamp)
SetTimestamp(Int32, Timestamp, Calendar)
SetUnicodeStream(Int32, Stream, Int32)
SetURL(Int32, URL)
net9.0-android34.0
namespace Java.Sql
{
[Register("java/sql/PreparedStatement", "", "Java.Sql.IPreparedStatementInvoker")]
public interface IPreparedStatement : IJavaObject, IJavaPeerable, IStatement, IWrapper, IDisposable
{
[Register("setObject", "(ILjava/lang/Object;II)V", "GetSetObject_ILjava_lang_Object_IIHandler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
void SetObject(int parameterIndex, Object? x, int targetSqlType, int scaleOrLength);
}
}
| .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