Table of Contents

Interface IPreparedStatement

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IPreparedStatement : IStatement
Inherited Members

Properties

MetaData

ResultSetMetaData MetaData { get; }

Property Value

ResultSetMetaData

ParameterMetaData

ParameterMetaData ParameterMetaData { get; }

Property Value

ParameterMetaData

Methods

AddBatch()

void AddBatch()

Exceptions

SQLException

ClearParameters()

void ClearParameters()

Exceptions

SQLException

Execute()

bool Execute()

Returns

bool

bool

Exceptions

SQLException

ExecuteLargeUpdate()

long ExecuteLargeUpdate()

Returns

long

long

Exceptions

SQLException

ExecuteQuery()

ResultSet ExecuteQuery()

Returns

ResultSet

ResultSet

Exceptions

SQLException

ExecuteUpdate()

int ExecuteUpdate()

Returns

int

int

Exceptions

SQLException

SetArray(int, Array)

void SetArray(int arg0, Array arg1)

Parameters

arg0 int

int

arg1 Array

Array

Exceptions

SQLException

SetAsciiStream(int, InputStream)

void SetAsciiStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetAsciiStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetAsciiStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBigDecimal(int, BigDecimal)

void SetBigDecimal(int arg0, BigDecimal arg1)

Parameters

arg0 int

int

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

SetBinaryStream(int, InputStream)

void SetBinaryStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetBinaryStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetBinaryStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(int, InputStream)

void SetBlob(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetBlob(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(int, Blob)

void SetBlob(int arg0, Blob arg1)

Parameters

arg0 int

int

arg1 Blob

Blob

Exceptions

SQLException

SetBoolean(int, bool)

void SetBoolean(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetByte(int, byte)

void SetByte(int arg0, byte arg1)

Parameters

arg0 int

int

arg1 byte

byte

Exceptions

SQLException

SetBytes(int, byte[])

void SetBytes(int arg0, byte[] arg1)

Parameters

arg0 int

int

arg1 byte[]

byte

Exceptions

SQLException

SetCharacterStream(int, Reader)

void SetCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetCharacterStream(int, Reader, int)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

SetCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(int, Reader)

void SetClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(int, Clob)

void SetClob(int arg0, Clob arg1)

Parameters

arg0 int

int

arg1 Clob

Clob

Exceptions

SQLException

SetDate(int, Date)

void SetDate(int arg0, Date arg1)

Parameters

arg0 int

int

arg1 Date

Date

Exceptions

SQLException

SetDate(int, Date, Calendar)

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

Parameters

arg0 int

int

arg1 Date

Date

arg2 Calendar

Calendar

Exceptions

SQLException

SetDouble(int, double)

void SetDouble(int arg0, double arg1)

Parameters

arg0 int

int

arg1 double

double

Exceptions

SQLException

SetFloat(int, float)

void SetFloat(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Exceptions

SQLException

SetInt(int, int)

void SetInt(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetLong(int, long)

void SetLong(int arg0, long arg1)

Parameters

arg0 int

int

arg1 long

long

Exceptions

SQLException

SetNCharacterStream(int, Reader)

void SetNCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetNCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(int, Reader)

void SetNClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetNClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(int, NClob)

void SetNClob(int arg0, NClob arg1)

Parameters

arg0 int

int

arg1 NClob

NClob

Exceptions

SQLException

SetNString(int, String)

void SetNString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetNull(int, int)

void SetNull(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetNull(int, int, String)

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

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

Exceptions

SQLException

SetObject(int, object)

void SetObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Exceptions

SQLException

SetObject(int, object, SQLType)

void SetObject(int arg0, object arg1, SQLType arg2)

Parameters

arg0 int

int

arg1 object

object

arg2 SQLType

SQLType

Exceptions

SQLException

SetObject(int, object, SQLType, int)

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

Parameters

arg0 int

int

arg1 object

object

arg2 SQLType

SQLType

arg3 int

int

Exceptions

SQLException

SetObject(int, object, int)

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

Parameters

arg0 int

int

arg1 object

object

arg2 int

int

Exceptions

SQLException

SetObject(int, object, int, int)

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

Parameters

arg0 int

int

arg1 object

object

arg2 int

int

arg3 int

int

Exceptions

SQLException

SetRef(int, Ref)

void SetRef(int arg0, Ref arg1)

Parameters

arg0 int

int

arg1 Ref

Ref

Exceptions

SQLException

SetRowId(int, RowId)

void SetRowId(int arg0, RowId arg1)

Parameters

arg0 int

int

arg1 RowId

RowId

Exceptions

SQLException

SetSQLXML(int, SQLXML)

void SetSQLXML(int arg0, SQLXML arg1)

Parameters

arg0 int

int

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetShort(int, short)

void SetShort(int arg0, short arg1)

Parameters

arg0 int

int

arg1 short

short

Exceptions

SQLException

SetString(int, String)

void SetString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetTime(int, Time)

void SetTime(int arg0, Time arg1)

Parameters

arg0 int

int

arg1 Time

Time

Exceptions

SQLException

SetTime(int, Time, Calendar)

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

Parameters

arg0 int

int

arg1 Time

Time

arg2 Calendar

Calendar

Exceptions

SQLException

SetTimestamp(int, Timestamp)

void SetTimestamp(int arg0, Timestamp arg1)

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

Exceptions

SQLException

SetTimestamp(int, Timestamp, Calendar)

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

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

arg2 Calendar

Calendar

Exceptions

SQLException

SetURL(int, URL)

void SetURL(int arg0, URL arg1)

Parameters

arg0 int

int

arg1 URL

URL

Exceptions

SQLException