Table of Contents

Interface IRowSet

Namespace
Javax.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IRowSet : IResultSet
Inherited Members

Properties

Command

String Command { get; set; }

Property Value

String

DataSourceName

String DataSourceName { get; set; }

Property Value

String

EscapeProcessing

bool EscapeProcessing { get; set; }

Property Value

bool

MaxFieldSize

int MaxFieldSize { get; set; }

Property Value

int

MaxRows

int MaxRows { get; set; }

Property Value

int

Password

String Password { get; set; }

Property Value

String

QueryTimeout

int QueryTimeout { get; set; }

Property Value

int

TransactionIsolation

int TransactionIsolation { get; set; }

Property Value

int

TypeMap

Map<String, Class> TypeMap { get; set; }

Property Value

Map<String, Class>

Url

String Url { get; set; }

Property Value

String

Username

String Username { get; set; }

Property Value

String

Methods

AddRowSetListener(RowSetListener)

void AddRowSetListener(RowSetListener arg0)

Parameters

arg0 RowSetListener

RowSetListener

ClearParameters()

void ClearParameters()

Exceptions

SQLException

Execute()

void Execute()

Exceptions

SQLException

IsReadOnly()

bool IsReadOnly()

Returns

bool

bool

RemoveRowSetListener(RowSetListener)

void RemoveRowSetListener(RowSetListener arg0)

Parameters

arg0 RowSetListener

RowSetListener

SetArray(int, Array)

void SetArray(int arg0, Array arg1)

Parameters

arg0 int

int

arg1 Array

Array

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(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

SetBigDecimal(String, BigDecimal)

void SetBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

SetBigDecimal(int, BigDecimal)

void SetBigDecimal(int arg0, BigDecimal arg1)

Parameters

arg0 int

int

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(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

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

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(String, bool)

void SetBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

SetBoolean(int, bool)

void SetBoolean(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetByte(String, byte)

void SetByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

SetByte(int, byte)

void SetByte(int arg0, byte arg1)

Parameters

arg0 int

int

arg1 byte

byte

Exceptions

SQLException

SetBytes(String, byte[])

void SetBytes(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

SetBytes(int, byte[])

void SetBytes(int arg0, byte[] arg1)

Parameters

arg0 int

int

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(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

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

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

SetConcurrency(int)

void SetConcurrency(int arg0)

Parameters

arg0 int

int

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

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(String, double)

void SetDouble(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Exceptions

SQLException

SetDouble(int, double)

void SetDouble(int arg0, double arg1)

Parameters

arg0 int

int

arg1 double

double

Exceptions

SQLException

SetFloat(String, float)

void SetFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

SetFloat(int, float)

void SetFloat(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Exceptions

SQLException

SetInt(String, int)

void SetInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetInt(int, int)

void SetInt(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetLong(String, long)

void SetLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

SetLong(int, long)

void SetLong(int arg0, long arg1)

Parameters

arg0 int

int

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

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(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

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(String, String)

void SetNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetNString(int, String)

void SetNString(int arg0, String arg1)

Parameters

arg0 int

int

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

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(String, object)

void SetObject(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

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

SetObject(int, object)

void SetObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

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

SetReadOnly(bool)

void SetReadOnly(bool arg0)

Parameters

arg0 bool

bool

Exceptions

SQLException

SetRef(int, Ref)

void SetRef(int arg0, Ref arg1)

Parameters

arg0 int

int

arg1 Ref

Ref

Exceptions

SQLException

SetRowId(String, RowId)

void SetRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

SetRowId(int, RowId)

void SetRowId(int arg0, RowId arg1)

Parameters

arg0 int

int

arg1 RowId

RowId

Exceptions

SQLException

SetSQLXML(String, SQLXML)

void SetSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetSQLXML(int, SQLXML)

void SetSQLXML(int arg0, SQLXML arg1)

Parameters

arg0 int

int

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetShort(String, short)

void SetShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

SetShort(int, short)

void SetShort(int arg0, short arg1)

Parameters

arg0 int

int

arg1 short

short

Exceptions

SQLException

SetString(String, String)

void SetString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetString(int, String)

void SetString(int arg0, String arg1)

Parameters

arg0 int

int

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

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(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

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

SetType(int)

void SetType(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

SetURL(int, URL)

void SetURL(int arg0, URL arg1)

Parameters

arg0 int

int

arg1 URL

URL

Exceptions

SQLException