Table of Contents

Class CallableStatement

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class CallableStatement : PreparedStatement, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICallableStatement, IPreparedStatement, IStatement
Inheritance
JVMBridgeBase
JVMBridgeBase<Statement>
CallableStatement
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Statement>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Statement>.IsAssignableFrom<T>()
JVMBridgeBase<Statement>.Execute<T>(params T[])
JVMBridgeBase<Statement>.DynBridgeClazz
JVMBridgeBase<Statement>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

CallableStatement()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("CallableStatement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CallableStatement()

CallableStatement(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("CallableStatement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CallableStatement(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetArray(String)

public Array GetArray(String arg0)

Parameters

arg0 String

String

Returns

Array

Array

Exceptions

SQLException

GetArray(int)

public Array GetArray(int arg0)

Parameters

arg0 int

int

Returns

Array

Array

Exceptions

SQLException

GetBigDecimal(String)

public BigDecimal GetBigDecimal(String arg0)

Parameters

arg0 String

String

Returns

BigDecimal

BigDecimal

Exceptions

SQLException

GetBigDecimal(int)

public BigDecimal GetBigDecimal(int arg0)

Parameters

arg0 int

int

Returns

BigDecimal

BigDecimal

Exceptions

SQLException

GetBlob(String)

public Blob GetBlob(String arg0)

Parameters

arg0 String

String

Returns

Blob

Blob

Exceptions

SQLException

GetBlob(int)

public Blob GetBlob(int arg0)

Parameters

arg0 int

int

Returns

Blob

Blob

Exceptions

SQLException

GetBoolean(String)

public bool GetBoolean(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SQLException

GetBoolean(int)

public bool GetBoolean(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

GetByte(String)

public byte GetByte(String arg0)

Parameters

arg0 String

String

Returns

byte

byte

Exceptions

SQLException

GetByte(int)

public byte GetByte(int arg0)

Parameters

arg0 int

int

Returns

byte

byte

Exceptions

SQLException

GetBytes(String)

public byte[] GetBytes(String arg0)

Parameters

arg0 String

String

Returns

byte[]

byte

Exceptions

SQLException

GetBytes(int)

public byte[] GetBytes(int arg0)

Parameters

arg0 int

int

Returns

byte[]

byte

Exceptions

SQLException

GetCharacterStream(String)

public Reader GetCharacterStream(String arg0)

Parameters

arg0 String

String

Returns

Reader

Reader

Exceptions

SQLException

GetCharacterStream(int)

public Reader GetCharacterStream(int arg0)

Parameters

arg0 int

int

Returns

Reader

Reader

Exceptions

SQLException

GetClob(String)

public Clob GetClob(String arg0)

Parameters

arg0 String

String

Returns

Clob

Clob

Exceptions

SQLException

GetClob(int)

public Clob GetClob(int arg0)

Parameters

arg0 int

int

Returns

Clob

Clob

Exceptions

SQLException

GetDate(String)

public Date GetDate(String arg0)

Parameters

arg0 String

String

Returns

Date

Date

Exceptions

SQLException

GetDate(String, Calendar)

public Date GetDate(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Date

Date

Exceptions

SQLException

GetDate(int)

public Date GetDate(int arg0)

Parameters

arg0 int

int

Returns

Date

Date

Exceptions

SQLException

GetDate(int, Calendar)

public Date GetDate(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Date

Date

Exceptions

SQLException

GetDouble(String)

public double GetDouble(String arg0)

Parameters

arg0 String

String

Returns

double

double

Exceptions

SQLException

GetDouble(int)

public double GetDouble(int arg0)

Parameters

arg0 int

int

Returns

double

double

Exceptions

SQLException

GetFloat(String)

public float GetFloat(String arg0)

Parameters

arg0 String

String

Returns

float

float

Exceptions

SQLException

GetFloat(int)

public float GetFloat(int arg0)

Parameters

arg0 int

int

Returns

float

float

Exceptions

SQLException

GetInt(String)

public int GetInt(String arg0)

Parameters

arg0 String

String

Returns

int

int

Exceptions

SQLException

GetInt(int)

public int GetInt(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetLong(String)

public long GetLong(String arg0)

Parameters

arg0 String

String

Returns

long

long

Exceptions

SQLException

GetLong(int)

public long GetLong(int arg0)

Parameters

arg0 int

int

Returns

long

long

Exceptions

SQLException

GetNCharacterStream(String)

public Reader GetNCharacterStream(String arg0)

Parameters

arg0 String

String

Returns

Reader

Reader

Exceptions

SQLException

GetNCharacterStream(int)

public Reader GetNCharacterStream(int arg0)

Parameters

arg0 int

int

Returns

Reader

Reader

Exceptions

SQLException

GetNClob(String)

public NClob GetNClob(String arg0)

Parameters

arg0 String

String

Returns

NClob

NClob

Exceptions

SQLException

GetNClob(int)

public NClob GetNClob(int arg0)

Parameters

arg0 int

int

Returns

NClob

NClob

Exceptions

SQLException

GetNString(String)

public String GetNString(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

GetNString(int)

public String GetNString(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetObject(String)

public object GetObject(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SQLException

GetObject(String, Map<String, Class>)

public object GetObject(String arg0, Map<String, Class> arg1)

Parameters

arg0 String

String

arg1 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException

GetObject(int)

public object GetObject(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

SQLException

GetObject(int, Map<String, Class>)

public object GetObject(int arg0, Map<String, Class> arg1)

Parameters

arg0 int

int

arg1 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException

GetObject<T>(String, Class)

public T GetObject<T>(String arg0, Class arg1)

Parameters

arg0 String

String

arg1 Class

Class

Returns

T

T

Type Parameters

T

Exceptions

SQLException

GetObject<T>(int, Class)

public T GetObject<T>(int arg0, Class arg1)

Parameters

arg0 int

int

arg1 Class

Class

Returns

T

T

Type Parameters

T

Exceptions

SQLException

GetRef(String)

public Ref GetRef(String arg0)

Parameters

arg0 String

String

Returns

Ref

Ref

Exceptions

SQLException

GetRef(int)

public Ref GetRef(int arg0)

Parameters

arg0 int

int

Returns

Ref

Ref

Exceptions

SQLException

GetRowId(String)

public RowId GetRowId(String arg0)

Parameters

arg0 String

String

Returns

RowId

RowId

Exceptions

SQLException

GetRowId(int)

public RowId GetRowId(int arg0)

Parameters

arg0 int

int

Returns

RowId

RowId

Exceptions

SQLException

GetSQLXML(String)

public SQLXML GetSQLXML(String arg0)

Parameters

arg0 String

String

Returns

SQLXML

SQLXML

Exceptions

SQLException

GetSQLXML(int)

public SQLXML GetSQLXML(int arg0)

Parameters

arg0 int

int

Returns

SQLXML

SQLXML

Exceptions

SQLException

GetShort(String)

public short GetShort(String arg0)

Parameters

arg0 String

String

Returns

short

short

Exceptions

SQLException

GetShort(int)

public short GetShort(int arg0)

Parameters

arg0 int

int

Returns

short

short

Exceptions

SQLException

GetString(String)

public String GetString(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

GetString(int)

public String GetString(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetTime(String)

public Time GetTime(String arg0)

Parameters

arg0 String

String

Returns

Time

Time

Exceptions

SQLException

GetTime(String, Calendar)

public Time GetTime(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Time

Time

Exceptions

SQLException

GetTime(int)

public Time GetTime(int arg0)

Parameters

arg0 int

int

Returns

Time

Time

Exceptions

SQLException

GetTime(int, Calendar)

public Time GetTime(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Time

Time

Exceptions

SQLException

GetTimestamp(String)

public Timestamp GetTimestamp(String arg0)

Parameters

arg0 String

String

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(String, Calendar)

public Timestamp GetTimestamp(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(int)

public Timestamp GetTimestamp(int arg0)

Parameters

arg0 int

int

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(int, Calendar)

public Timestamp GetTimestamp(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetURL(String)

public URL GetURL(String arg0)

Parameters

arg0 String

String

Returns

URL

URL

Exceptions

SQLException

GetURL(int)

public URL GetURL(int arg0)

Parameters

arg0 int

int

Returns

URL

URL

Exceptions

SQLException

RegisterOutParameter(String, SQLType)

public void RegisterOutParameter(String arg0, SQLType arg1)

Parameters

arg0 String

String

arg1 SQLType

SQLType

Exceptions

SQLException

RegisterOutParameter(String, SQLType, String)

public void RegisterOutParameter(String arg0, SQLType arg1, String arg2)

Parameters

arg0 String

String

arg1 SQLType

SQLType

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(String, SQLType, int)

public void RegisterOutParameter(String arg0, SQLType arg1, int arg2)

Parameters

arg0 String

String

arg1 SQLType

SQLType

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(String, int)

public void RegisterOutParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

RegisterOutParameter(String, int, String)

public void RegisterOutParameter(String arg0, int arg1, String arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(String, int, int)

public void RegisterOutParameter(String arg0, int arg1, int arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(int, SQLType)

public void RegisterOutParameter(int arg0, SQLType arg1)

Parameters

arg0 int

int

arg1 SQLType

SQLType

Exceptions

SQLException

RegisterOutParameter(int, SQLType, String)

public void RegisterOutParameter(int arg0, SQLType arg1, String arg2)

Parameters

arg0 int

int

arg1 SQLType

SQLType

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(int, SQLType, int)

public void RegisterOutParameter(int arg0, SQLType arg1, int arg2)

Parameters

arg0 int

int

arg1 SQLType

SQLType

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(int, int)

public void RegisterOutParameter(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

RegisterOutParameter(int, int, String)

public void RegisterOutParameter(int arg0, int arg1, String arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(int, int, int)

public void RegisterOutParameter(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Exceptions

SQLException

SetAsciiStream(String, InputStream)

public void SetAsciiStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetAsciiStream(String, InputStream, int)

public void SetAsciiStream(String arg0, InputStream arg1, int arg2)

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetAsciiStream(String, InputStream, long)

public void SetAsciiStream(String arg0, InputStream arg1, long arg2)

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBigDecimal(String, BigDecimal)

public void SetBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

SetBinaryStream(String, InputStream)

public void SetBinaryStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetBinaryStream(String, InputStream, int)

public void SetBinaryStream(String arg0, InputStream arg1, int arg2)

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetBinaryStream(String, InputStream, long)

public void SetBinaryStream(String arg0, InputStream arg1, long arg2)

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(String, InputStream)

public void SetBlob(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetBlob(String, InputStream, long)

public void SetBlob(String arg0, InputStream arg1, long arg2)

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(String, Blob)

public void SetBlob(String arg0, Blob arg1)

Parameters

arg0 String

String

arg1 Blob

Blob

Exceptions

SQLException

SetBoolean(String, bool)

public void SetBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

SetByte(String, byte)

public void SetByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

SetBytes(String, byte[])

public void SetBytes(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

SetCharacterStream(String, Reader)

public void SetCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetCharacterStream(String, Reader, int)

public void SetCharacterStream(String arg0, Reader arg1, int arg2)

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

SetCharacterStream(String, Reader, long)

public void SetCharacterStream(String arg0, Reader arg1, long arg2)

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(String, Reader)

public void SetClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetClob(String, Reader, long)

public void SetClob(String arg0, Reader arg1, long arg2)

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(String, Clob)

public void SetClob(String arg0, Clob arg1)

Parameters

arg0 String

String

arg1 Clob

Clob

Exceptions

SQLException

SetDate(String, Date)

public void SetDate(String arg0, Date arg1)

Parameters

arg0 String

String

arg1 Date

Date

Exceptions

SQLException

SetDate(String, Date, Calendar)

public void SetDate(String arg0, Date arg1, Calendar arg2)

Parameters

arg0 String

String

arg1 Date

Date

arg2 Calendar

Calendar

Exceptions

SQLException

SetDouble(String, double)

public void SetDouble(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Exceptions

SQLException

SetFloat(String, float)

public void SetFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

SetInt(String, int)

public void SetInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetLong(String, long)

public void SetLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

SetNCharacterStream(String, Reader)

public void SetNCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetNCharacterStream(String, Reader, long)

public void SetNCharacterStream(String arg0, Reader arg1, long arg2)

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(String, Reader)

public void SetNClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetNClob(String, Reader, long)

public void SetNClob(String arg0, Reader arg1, long arg2)

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(String, NClob)

public void SetNClob(String arg0, NClob arg1)

Parameters

arg0 String

String

arg1 NClob

NClob

Exceptions

SQLException

SetNString(String, String)

public void SetNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetNull(String, int)

public void SetNull(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetNull(String, int, String)

public void SetNull(String arg0, int arg1, String arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

Exceptions

SQLException

SetObject(String, object)

public void SetObject(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SQLException

SetObject(String, object, SQLType)

public void SetObject(String arg0, object arg1, SQLType arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 SQLType

SQLType

Exceptions

SQLException

SetObject(String, object, SQLType, int)

public void SetObject(String arg0, object arg1, SQLType arg2, int arg3)

Parameters

arg0 String

String

arg1 object

object

arg2 SQLType

SQLType

arg3 int

int

Exceptions

SQLException

SetObject(String, object, int)

public void SetObject(String arg0, object arg1, int arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 int

int

Exceptions

SQLException

SetObject(String, object, int, int)

public void SetObject(String arg0, object arg1, int arg2, int arg3)

Parameters

arg0 String

String

arg1 object

object

arg2 int

int

arg3 int

int

Exceptions

SQLException

SetRowId(String, RowId)

public void SetRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

SetSQLXML(String, SQLXML)

public void SetSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetShort(String, short)

public void SetShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

SetString(String, String)

public void SetString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetTime(String, Time)

public void SetTime(String arg0, Time arg1)

Parameters

arg0 String

String

arg1 Time

Time

Exceptions

SQLException

SetTime(String, Time, Calendar)

public void SetTime(String arg0, Time arg1, Calendar arg2)

Parameters

arg0 String

String

arg1 Time

Time

arg2 Calendar

Calendar

Exceptions

SQLException

SetTimestamp(String, Timestamp)

public void SetTimestamp(String arg0, Timestamp arg1)

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

Exceptions

SQLException

SetTimestamp(String, Timestamp, Calendar)

public void SetTimestamp(String arg0, Timestamp arg1, Calendar arg2)

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

arg2 Calendar

Calendar

Exceptions

SQLException

SetURL(String, URL)

public void SetURL(String arg0, URL arg1)

Parameters

arg0 String

String

arg1 URL

URL

Exceptions

SQLException

WasNull()

public bool WasNull()

Returns

bool

bool

Exceptions

SQLException