Table of Contents

Class RowSet

Namespace
Javax.Sql
Assembly
MASES.JNet.dll
public class RowSet : ResultSet, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRowSet, IResultSet
Inheritance
JVMBridgeBase
JVMBridgeBase<ResultSet>
RowSet
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<ResultSet>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ResultSet>.IsAssignableFrom<T>()
JVMBridgeBase<ResultSet>.Execute<T>(params T[])
JVMBridgeBase<ResultSet>.DynBridgeClazz
JVMBridgeBase<ResultSet>.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

RowSet()

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

[Obsolete("RowSet 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 RowSet()

RowSet(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("RowSet 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 RowSet(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Command

public String Command { get; set; }

Property Value

String

DataSourceName

public String DataSourceName { get; set; }

Property Value

String

EscapeProcessing

public bool EscapeProcessing { get; set; }

Property Value

bool

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

MaxFieldSize

public int MaxFieldSize { get; set; }

Property Value

int

MaxRows

public int MaxRows { get; set; }

Property Value

int

Password

public String Password { get; set; }

Property Value

String

QueryTimeout

public int QueryTimeout { get; set; }

Property Value

int

TransactionIsolation

public int TransactionIsolation { get; set; }

Property Value

int

TypeMap

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

Property Value

Map<String, Class>

Url

public String Url { get; set; }

Property Value

String

Username

public String Username { get; set; }

Property Value

String

Methods

AddRowSetListener(RowSetListener)

public void AddRowSetListener(RowSetListener arg0)

Parameters

arg0 RowSetListener

RowSetListener

ClearParameters()

public void ClearParameters()

Exceptions

SQLException

Execute()

public void Execute()

Exceptions

SQLException

IsReadOnly()

public bool IsReadOnly()

Returns

bool

bool

RemoveRowSetListener(RowSetListener)

public void RemoveRowSetListener(RowSetListener arg0)

Parameters

arg0 RowSetListener

RowSetListener

SetArray(int, Array)

public void SetArray(int arg0, Array arg1)

Parameters

arg0 int

int

arg1 Array

Array

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(int, InputStream)

public void SetAsciiStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetAsciiStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

SetBigDecimal(String, BigDecimal)

public void SetBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

SetBigDecimal(int, BigDecimal)

public void SetBigDecimal(int arg0, BigDecimal arg1)

Parameters

arg0 int

int

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(int, InputStream)

public void SetBinaryStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetBinaryStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

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

SetBlob(int, InputStream)

public void SetBlob(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

SetBlob(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

SetBlob(int, Blob)

public void SetBlob(int arg0, Blob arg1)

Parameters

arg0 int

int

arg1 Blob

Blob

Exceptions

SQLException

SetBoolean(String, bool)

public void SetBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

SetBoolean(int, bool)

public void SetBoolean(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetByte(String, byte)

public void SetByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

SetByte(int, byte)

public void SetByte(int arg0, byte arg1)

Parameters

arg0 int

int

arg1 byte

byte

Exceptions

SQLException

SetBytes(String, byte[])

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

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

SetBytes(int, byte[])

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

Parameters

arg0 int

int

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(int, Reader)

public void SetCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetCharacterStream(int, Reader, int)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 int

int

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

SetClob(int, Reader)

public void SetClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetClob(int, Clob)

public void SetClob(int arg0, Clob arg1)

Parameters

arg0 int

int

arg1 Clob

Clob

Exceptions

SQLException

SetConcurrency(int)

public void SetConcurrency(int arg0)

Parameters

arg0 int

int

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

SetDate(int, Date)

public void SetDate(int arg0, Date arg1)

Parameters

arg0 int

int

arg1 Date

Date

Exceptions

SQLException

SetDate(int, Date, Calendar)

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

Parameters

arg0 int

int

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

SetDouble(int, double)

public void SetDouble(int arg0, double arg1)

Parameters

arg0 int

int

arg1 double

double

Exceptions

SQLException

SetFloat(String, float)

public void SetFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

SetFloat(int, float)

public void SetFloat(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Exceptions

SQLException

SetInt(String, int)

public void SetInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

SetInt(int, int)

public void SetInt(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetLong(String, long)

public void SetLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

SetLong(int, long)

public void SetLong(int arg0, long arg1)

Parameters

arg0 int

int

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

SetNCharacterStream(int, Reader)

public void SetNCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetNCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

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

SetNClob(int, Reader)

public void SetNClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

SetNClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

SetNClob(int, NClob)

public void SetNClob(int arg0, NClob arg1)

Parameters

arg0 int

int

arg1 NClob

NClob

Exceptions

SQLException

SetNString(String, String)

public void SetNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetNString(int, String)

public void SetNString(int arg0, String arg1)

Parameters

arg0 int

int

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

SetNull(int, int)

public void SetNull(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetNull(int, int, String)

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

Parameters

arg0 int

int

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

SetObject(int, object)

public void SetObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Exceptions

SQLException

SetObject(int, object, int)

public 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)

public 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)

public void SetReadOnly(bool arg0)

Parameters

arg0 bool

bool

Exceptions

SQLException

SetRef(int, Ref)

public void SetRef(int arg0, Ref arg1)

Parameters

arg0 int

int

arg1 Ref

Ref

Exceptions

SQLException

SetRowId(String, RowId)

public void SetRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

SetRowId(int, RowId)

public void SetRowId(int arg0, RowId arg1)

Parameters

arg0 int

int

arg1 RowId

RowId

Exceptions

SQLException

SetSQLXML(String, SQLXML)

public void SetSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetSQLXML(int, SQLXML)

public void SetSQLXML(int arg0, SQLXML arg1)

Parameters

arg0 int

int

arg1 SQLXML

SQLXML

Exceptions

SQLException

SetShort(String, short)

public void SetShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

SetShort(int, short)

public void SetShort(int arg0, short arg1)

Parameters

arg0 int

int

arg1 short

short

Exceptions

SQLException

SetString(String, String)

public void SetString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

SetString(int, String)

public void SetString(int arg0, String arg1)

Parameters

arg0 int

int

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

SetTime(int, Time)

public void SetTime(int arg0, Time arg1)

Parameters

arg0 int

int

arg1 Time

Time

Exceptions

SQLException

SetTime(int, Time, Calendar)

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

Parameters

arg0 int

int

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

SetTimestamp(int, Timestamp)

public void SetTimestamp(int arg0, Timestamp arg1)

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

Exceptions

SQLException

SetTimestamp(int, Timestamp, Calendar)

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

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

arg2 Calendar

Calendar

Exceptions

SQLException

SetType(int)

public void SetType(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

SetURL(int, URL)

public void SetURL(int arg0, URL arg1)

Parameters

arg0 int

int

arg1 URL

URL

Exceptions

SQLException