Table of Contents

Interface ICallableStatement

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICallableStatement : IPreparedStatement, IStatement
Inherited Members

Methods

GetArray(String)

Array GetArray(String arg0)

Parameters

arg0 String

String

Returns

Array

Array

Exceptions

SQLException

GetArray(int)

Array GetArray(int arg0)

Parameters

arg0 int

int

Returns

Array

Array

Exceptions

SQLException

GetBigDecimal(String)

BigDecimal GetBigDecimal(String arg0)

Parameters

arg0 String

String

Returns

BigDecimal

BigDecimal

Exceptions

SQLException

GetBigDecimal(int)

BigDecimal GetBigDecimal(int arg0)

Parameters

arg0 int

int

Returns

BigDecimal

BigDecimal

Exceptions

SQLException

GetBlob(String)

Blob GetBlob(String arg0)

Parameters

arg0 String

String

Returns

Blob

Blob

Exceptions

SQLException

GetBlob(int)

Blob GetBlob(int arg0)

Parameters

arg0 int

int

Returns

Blob

Blob

Exceptions

SQLException

GetBoolean(String)

bool GetBoolean(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SQLException

GetBoolean(int)

bool GetBoolean(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

GetByte(String)

byte GetByte(String arg0)

Parameters

arg0 String

String

Returns

byte

byte

Exceptions

SQLException

GetByte(int)

byte GetByte(int arg0)

Parameters

arg0 int

int

Returns

byte

byte

Exceptions

SQLException

GetBytes(String)

byte[] GetBytes(String arg0)

Parameters

arg0 String

String

Returns

byte[]

byte

Exceptions

SQLException

GetBytes(int)

byte[] GetBytes(int arg0)

Parameters

arg0 int

int

Returns

byte[]

byte

Exceptions

SQLException

GetCharacterStream(String)

Reader GetCharacterStream(String arg0)

Parameters

arg0 String

String

Returns

Reader

Reader

Exceptions

SQLException

GetCharacterStream(int)

Reader GetCharacterStream(int arg0)

Parameters

arg0 int

int

Returns

Reader

Reader

Exceptions

SQLException

GetClob(String)

Clob GetClob(String arg0)

Parameters

arg0 String

String

Returns

Clob

Clob

Exceptions

SQLException

GetClob(int)

Clob GetClob(int arg0)

Parameters

arg0 int

int

Returns

Clob

Clob

Exceptions

SQLException

GetDate(String)

Date GetDate(String arg0)

Parameters

arg0 String

String

Returns

Date

Date

Exceptions

SQLException

GetDate(String, Calendar)

Date GetDate(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Date

Date

Exceptions

SQLException

GetDate(int)

Date GetDate(int arg0)

Parameters

arg0 int

int

Returns

Date

Date

Exceptions

SQLException

GetDate(int, Calendar)

Date GetDate(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Date

Date

Exceptions

SQLException

GetDouble(String)

double GetDouble(String arg0)

Parameters

arg0 String

String

Returns

double

double

Exceptions

SQLException

GetDouble(int)

double GetDouble(int arg0)

Parameters

arg0 int

int

Returns

double

double

Exceptions

SQLException

GetFloat(String)

float GetFloat(String arg0)

Parameters

arg0 String

String

Returns

float

float

Exceptions

SQLException

GetFloat(int)

float GetFloat(int arg0)

Parameters

arg0 int

int

Returns

float

float

Exceptions

SQLException

GetInt(String)

int GetInt(String arg0)

Parameters

arg0 String

String

Returns

int

int

Exceptions

SQLException

GetInt(int)

int GetInt(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetLong(String)

long GetLong(String arg0)

Parameters

arg0 String

String

Returns

long

long

Exceptions

SQLException

GetLong(int)

long GetLong(int arg0)

Parameters

arg0 int

int

Returns

long

long

Exceptions

SQLException

GetNCharacterStream(String)

Reader GetNCharacterStream(String arg0)

Parameters

arg0 String

String

Returns

Reader

Reader

Exceptions

SQLException

GetNCharacterStream(int)

Reader GetNCharacterStream(int arg0)

Parameters

arg0 int

int

Returns

Reader

Reader

Exceptions

SQLException

GetNClob(String)

NClob GetNClob(String arg0)

Parameters

arg0 String

String

Returns

NClob

NClob

Exceptions

SQLException

GetNClob(int)

NClob GetNClob(int arg0)

Parameters

arg0 int

int

Returns

NClob

NClob

Exceptions

SQLException

GetNString(String)

String GetNString(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

GetNString(int)

String GetNString(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetObject(String)

object GetObject(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SQLException

GetObject(String, Map<String, Class>)

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

Parameters

arg0 String

String

arg1 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException

GetObject(int)

object GetObject(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

SQLException

GetObject(int, Map<String, Class>)

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)

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)

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

Parameters

arg0 int

int

arg1 Class

Class

Returns

T

T

Type Parameters

T

Exceptions

SQLException

GetRef(String)

Ref GetRef(String arg0)

Parameters

arg0 String

String

Returns

Ref

Ref

Exceptions

SQLException

GetRef(int)

Ref GetRef(int arg0)

Parameters

arg0 int

int

Returns

Ref

Ref

Exceptions

SQLException

GetRowId(String)

RowId GetRowId(String arg0)

Parameters

arg0 String

String

Returns

RowId

RowId

Exceptions

SQLException

GetRowId(int)

RowId GetRowId(int arg0)

Parameters

arg0 int

int

Returns

RowId

RowId

Exceptions

SQLException

GetSQLXML(String)

SQLXML GetSQLXML(String arg0)

Parameters

arg0 String

String

Returns

SQLXML

SQLXML

Exceptions

SQLException

GetSQLXML(int)

SQLXML GetSQLXML(int arg0)

Parameters

arg0 int

int

Returns

SQLXML

SQLXML

Exceptions

SQLException

GetShort(String)

short GetShort(String arg0)

Parameters

arg0 String

String

Returns

short

short

Exceptions

SQLException

GetShort(int)

short GetShort(int arg0)

Parameters

arg0 int

int

Returns

short

short

Exceptions

SQLException

GetString(String)

String GetString(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

GetString(int)

String GetString(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetTime(String)

Time GetTime(String arg0)

Parameters

arg0 String

String

Returns

Time

Time

Exceptions

SQLException

GetTime(String, Calendar)

Time GetTime(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Time

Time

Exceptions

SQLException

GetTime(int)

Time GetTime(int arg0)

Parameters

arg0 int

int

Returns

Time

Time

Exceptions

SQLException

GetTime(int, Calendar)

Time GetTime(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Time

Time

Exceptions

SQLException

GetTimestamp(String)

Timestamp GetTimestamp(String arg0)

Parameters

arg0 String

String

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(String, Calendar)

Timestamp GetTimestamp(String arg0, Calendar arg1)

Parameters

arg0 String

String

arg1 Calendar

Calendar

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(int)

Timestamp GetTimestamp(int arg0)

Parameters

arg0 int

int

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetTimestamp(int, Calendar)

Timestamp GetTimestamp(int arg0, Calendar arg1)

Parameters

arg0 int

int

arg1 Calendar

Calendar

Returns

Timestamp

Timestamp

Exceptions

SQLException

GetURL(String)

URL GetURL(String arg0)

Parameters

arg0 String

String

Returns

URL

URL

Exceptions

SQLException

GetURL(int)

URL GetURL(int arg0)

Parameters

arg0 int

int

Returns

URL

URL

Exceptions

SQLException

RegisterOutParameter(String, SQLType)

void RegisterOutParameter(String arg0, SQLType arg1)

Parameters

arg0 String

String

arg1 SQLType

SQLType

Exceptions

SQLException

RegisterOutParameter(String, SQLType, String)

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

Parameters

arg0 String

String

arg1 SQLType

SQLType

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(String, SQLType, int)

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

Parameters

arg0 String

String

arg1 SQLType

SQLType

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(String, int)

void RegisterOutParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

RegisterOutParameter(String, int, String)

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

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(String, int, int)

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

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(int, SQLType)

void RegisterOutParameter(int arg0, SQLType arg1)

Parameters

arg0 int

int

arg1 SQLType

SQLType

Exceptions

SQLException

RegisterOutParameter(int, SQLType, String)

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

Parameters

arg0 int

int

arg1 SQLType

SQLType

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(int, SQLType, int)

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

Parameters

arg0 int

int

arg1 SQLType

SQLType

arg2 int

int

Exceptions

SQLException

RegisterOutParameter(int, int)

void RegisterOutParameter(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

RegisterOutParameter(int, int, String)

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

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

Exceptions

SQLException

RegisterOutParameter(int, int, int)

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

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Exceptions

SQLException

SetAsciiStream(String, InputStream)

void SetAsciiStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetAsciiStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetAsciiStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBigDecimal(String, BigDecimal)

void SetBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

SetBinaryStream(String, InputStream)

void SetBinaryStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetBinaryStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetBinaryStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(String, InputStream)

void SetBlob(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

SetBlob(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(String, Blob)

void SetBlob(String arg0, Blob arg1)

Parameters

arg0 String

String

arg1 Blob

Blob

Exceptions

SQLException

SetBoolean(String, bool)

void SetBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

SetByte(String, byte)

void SetByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

SetBytes(String, byte[])

void SetBytes(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

SetCharacterStream(String, Reader)

void SetCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetCharacterStream(String, Reader, int)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

SetCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(String, Reader)

void SetClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(String, Clob)

void SetClob(String arg0, Clob arg1)

Parameters

arg0 String

String

arg1 Clob

Clob

Exceptions

SQLException

SetDate(String, Date)

void SetDate(String arg0, Date arg1)

Parameters

arg0 String

String

arg1 Date

Date

Exceptions

SQLException

SetDate(String, Date, Calendar)

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

Parameters

arg0 String

String

arg1 Date

Date

arg2 Calendar

Calendar

Exceptions

SQLException

SetDouble(String, double)

void SetDouble(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Exceptions

SQLException

SetFloat(String, float)

void SetFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

SetInt(String, int)

void SetInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetLong(String, long)

void SetLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

SetNCharacterStream(String, Reader)

void SetNCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetNCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(String, Reader)

void SetNClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

SetNClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(String, NClob)

void SetNClob(String arg0, NClob arg1)

Parameters

arg0 String

String

arg1 NClob

NClob

Exceptions

SQLException

SetNString(String, String)

void SetNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetNull(String, int)

void SetNull(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetNull(String, int, String)

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

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

Exceptions

SQLException

SetObject(String, object)

void SetObject(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SQLException

SetObject(String, object, SQLType)

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)

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)

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)

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)

void SetRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

SetSQLXML(String, SQLXML)

void SetSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetShort(String, short)

void SetShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

SetString(String, String)

void SetString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetTime(String, Time)

void SetTime(String arg0, Time arg1)

Parameters

arg0 String

String

arg1 Time

Time

Exceptions

SQLException

SetTime(String, Time, Calendar)

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

Parameters

arg0 String

String

arg1 Time

Time

arg2 Calendar

Calendar

Exceptions

SQLException

SetTimestamp(String, Timestamp)

void SetTimestamp(String arg0, Timestamp arg1)

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

Exceptions

SQLException

SetTimestamp(String, Timestamp, Calendar)

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

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

arg2 Calendar

Calendar

Exceptions

SQLException

SetURL(String, URL)

void SetURL(String arg0, URL arg1)

Parameters

arg0 String

String

arg1 URL

URL

Exceptions

SQLException

WasNull()

bool WasNull()

Returns

bool

bool

Exceptions

SQLException