ICallableStatement
GetArray(Int32)
GetArray(String)
GetBigDecimal(Int32)
GetBigDecimal(String)
GetBigDecimal(Int32, Int32)
GetBlob(Int32)
GetBlob(String)
GetBoolean(Int32)
GetBoolean(String)
GetByte(Int32)
GetByte(String)
GetBytes(Int32)
GetBytes(String)
GetCharacterStream(Int32)
GetCharacterStream(String)
GetClob(Int32)
GetClob(String)
GetDate(Int32)
GetDate(String)
GetDate(Int32, Calendar)
GetDate(String, Calendar)
GetDouble(Int32)
GetDouble(String)
GetFloat(Int32)
GetFloat(String)
GetInt(Int32)
GetInt(String)
GetLong(Int32)
GetLong(String)
GetNCharacterStream(Int32)
GetNCharacterStream(String)
GetNClob(Int32)
GetNClob(String)
GetNString(Int32)
GetNString(String)
GetObject(Int32)
GetObject(String)
GetObject(Int32, IDictionary<String, Class>)
GetObject(String, IDictionary<String, Class>)
GetRef(Int32)
GetRef(String)
GetRowId(Int32)
GetRowId(String)
GetShort(Int32)
GetShort(String)
GetSQLXML(Int32)
GetSQLXML(String)
GetString(Int32)
GetString(String)
GetTime(Int32)
GetTime(String)
GetTime(Int32, Calendar)
GetTime(String, Calendar)
GetTimestamp(Int32)
GetTimestamp(String)
GetTimestamp(Int32, Calendar)
GetTimestamp(String, Calendar)
GetURL(Int32)
GetURL(String)
RegisterOutParameter(Int32, Int32)
RegisterOutParameter(String, Int32)
RegisterOutParameter(Int32, Int32, Int32)
RegisterOutParameter(Int32, Int32, String)
RegisterOutParameter(String, Int32, Int32)
RegisterOutParameter(String, Int32, String)
SetAsciiStream(String, Stream)
SetAsciiStream(String, Stream, Int32)
SetAsciiStream(String, Stream, Int64)
SetBigDecimal(String, BigDecimal)
SetBinaryStream(String, Stream)
SetBinaryStream(String, Stream, Int32)
SetBinaryStream(String, Stream, Int64)
SetBlob(String, IBlob)
SetBlob(String, Stream)
SetBlob(String, Stream, Int64)
SetBoolean(String, Boolean)
SetByte(String, SByte)
SetBytes(String, Byte[])
SetCharacterStream(String, Reader)
SetCharacterStream(String, Reader, Int32)
SetCharacterStream(String, Reader, Int64)
SetClob(String, IClob)
SetClob(String, Reader)
SetClob(String, Reader, Int64)
SetDate(String, Date)
SetDate(String, Date, Calendar)
SetDouble(String, Double)
SetFloat(String, Single)
SetInt(String, Int32)
SetLong(String, Int64)
SetNCharacterStream(String, Reader)
SetNCharacterStream(String, Reader, Int64)
SetNClob(String, INClob)
SetNClob(String, Reader)
SetNClob(String, Reader, Int64)
SetNString(String, String)
SetNull(String, Int32)
SetNull(String, Int32, String)
SetObject(String, Object)
SetObject(String, Object, Int32)
SetObject(String, Object, Int32, Int32)
SetRowId(String, IRowId)
SetShort(String, Int16)
SetSQLXML(String, ISQLXML)
SetString(String, String)
SetTime(String, Time)
SetTime(String, Time, Calendar)
SetTimestamp(String, Timestamp)
SetTimestamp(String, Timestamp, Calendar)
SetURL(String, URL)
WasNull()
net9.0-android34.0
namespace Java.Sql
{
[Register("java/sql/CallableStatement", "", "Java.Sql.ICallableStatementInvoker")]
public interface ICallableStatement : IJavaObject, IJavaPeerable, IPreparedStatement, IStatement, IWrapper, IDisposable
{
[Register("registerOutParameter", "(III)V", "GetRegisterOutParameter_IIIHandler:Java.Sql.ICallableStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
void RegisterOutParameter(int parameterIndex, int sqlType, int scale);
}
}
| .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