Table of Contents

Class ResultSet

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class ResultSet : JVMBridgeBase<ResultSet>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IResultSet
Inheritance
JVMBridgeBase
JVMBridgeBase<ResultSet>
ResultSet
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

ResultSet()

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

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

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CLOSE_CURSORS_AT_COMMIT

public static int CLOSE_CURSORS_AT_COMMIT { get; }

Property Value

int

CONCUR_READ_ONLY

public static int CONCUR_READ_ONLY { get; }

Property Value

int

CONCUR_UPDATABLE

public static int CONCUR_UPDATABLE { get; }

Property Value

int

Concurrency

public int Concurrency { get; }

Property Value

int

CursorName

public String CursorName { get; }

Property Value

String

FETCH_FORWARD

public static int FETCH_FORWARD { get; }

Property Value

int

FETCH_REVERSE

public static int FETCH_REVERSE { get; }

Property Value

int

FETCH_UNKNOWN

public static int FETCH_UNKNOWN { get; }

Property Value

int

FetchDirection

public int FetchDirection { get; set; }

Property Value

int

FetchSize

public int FetchSize { get; set; }

Property Value

int

HOLD_CURSORS_OVER_COMMIT

public static int HOLD_CURSORS_OVER_COMMIT { get; }

Property Value

int

Holdability

public int Holdability { get; }

Property Value

int

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

MetaData

public ResultSetMetaData MetaData { get; }

Property Value

ResultSetMetaData

Row

public int Row { get; }

Property Value

int

Statement

public Statement Statement { get; }

Property Value

Statement

TYPE_FORWARD_ONLY

public static int TYPE_FORWARD_ONLY { get; }

Property Value

int

TYPE_SCROLL_INSENSITIVE

public static int TYPE_SCROLL_INSENSITIVE { get; }

Property Value

int

TYPE_SCROLL_SENSITIVE

public static int TYPE_SCROLL_SENSITIVE { get; }

Property Value

int

Type

public int Type { get; }

Property Value

int

Warnings

public SQLWarning Warnings { get; }

Property Value

SQLWarning

Methods

Absolute(int)

public bool Absolute(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

AfterLast()

public void AfterLast()

Exceptions

SQLException

BeforeFirst()

public void BeforeFirst()

Exceptions

SQLException

CancelRowUpdates()

public void CancelRowUpdates()

Exceptions

SQLException

ClearWarnings()

public void ClearWarnings()

Exceptions

SQLException

Close()

public void Close()

Exceptions

SQLException

DeleteRow()

public void DeleteRow()

Exceptions

SQLException

FindColumn(String)

public int FindColumn(String arg0)

Parameters

arg0 String

String

Returns

int

int

Exceptions

SQLException

First()

public bool First()

Returns

bool

bool

Exceptions

SQLException

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

GetAsciiStream(String)

public InputStream GetAsciiStream(String arg0)

Parameters

arg0 String

String

Returns

InputStream

InputStream

Exceptions

SQLException

GetAsciiStream(int)

public InputStream GetAsciiStream(int arg0)

Parameters

arg0 int

int

Returns

InputStream

InputStream

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

GetBinaryStream(String)

public InputStream GetBinaryStream(String arg0)

Parameters

arg0 String

String

Returns

InputStream

InputStream

Exceptions

SQLException

GetBinaryStream(int)

public InputStream GetBinaryStream(int arg0)

Parameters

arg0 int

int

Returns

InputStream

InputStream

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

InsertRow()

public void InsertRow()

Exceptions

SQLException

IsAfterLast()

public bool IsAfterLast()

Returns

bool

bool

Exceptions

SQLException

IsBeforeFirst()

public bool IsBeforeFirst()

Returns

bool

bool

Exceptions

SQLException

IsClosed()

public bool IsClosed()

Returns

bool

bool

Exceptions

SQLException

IsFirst()

public bool IsFirst()

Returns

bool

bool

Exceptions

SQLException

IsLast()

public bool IsLast()

Returns

bool

bool

Exceptions

SQLException

Last()

public bool Last()

Returns

bool

bool

Exceptions

SQLException

MoveToCurrentRow()

public void MoveToCurrentRow()

Exceptions

SQLException

MoveToInsertRow()

public void MoveToInsertRow()

Exceptions

SQLException

Next()

public bool Next()

Returns

bool

bool

Exceptions

SQLException

Previous()

public bool Previous()

Returns

bool

bool

Exceptions

SQLException

RefreshRow()

public void RefreshRow()

Exceptions

SQLException

Relative(int)

public bool Relative(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

RowDeleted()

public bool RowDeleted()

Returns

bool

bool

Exceptions

SQLException

RowInserted()

public bool RowInserted()

Returns

bool

bool

Exceptions

SQLException

RowUpdated()

public bool RowUpdated()

Returns

bool

bool

Exceptions

SQLException

UpdateArray(String, Array)

public void UpdateArray(String arg0, Array arg1)

Parameters

arg0 String

String

arg1 Array

Array

Exceptions

SQLException

UpdateArray(int, Array)

public void UpdateArray(int arg0, Array arg1)

Parameters

arg0 int

int

arg1 Array

Array

Exceptions

SQLException

UpdateAsciiStream(String, InputStream)

public void UpdateAsciiStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateAsciiStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateAsciiStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateAsciiStream(int, InputStream)

public void UpdateAsciiStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateAsciiStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateAsciiStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBigDecimal(String, BigDecimal)

public void UpdateBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

UpdateBigDecimal(int, BigDecimal)

public void UpdateBigDecimal(int arg0, BigDecimal arg1)

Parameters

arg0 int

int

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

UpdateBinaryStream(String, InputStream)

public void UpdateBinaryStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBinaryStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateBinaryStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBinaryStream(int, InputStream)

public void UpdateBinaryStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBinaryStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateBinaryStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(String, InputStream)

public void UpdateBlob(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBlob(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(String, Blob)

public void UpdateBlob(String arg0, Blob arg1)

Parameters

arg0 String

String

arg1 Blob

Blob

Exceptions

SQLException

UpdateBlob(int, InputStream)

public void UpdateBlob(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBlob(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(int, Blob)

public void UpdateBlob(int arg0, Blob arg1)

Parameters

arg0 int

int

arg1 Blob

Blob

Exceptions

SQLException

UpdateBoolean(String, bool)

public void UpdateBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

UpdateBoolean(int, bool)

public void UpdateBoolean(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

UpdateByte(String, byte)

public void UpdateByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

UpdateByte(int, byte)

public void UpdateByte(int arg0, byte arg1)

Parameters

arg0 int

int

arg1 byte

byte

Exceptions

SQLException

UpdateBytes(String, byte[])

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

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

UpdateBytes(int, byte[])

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

Parameters

arg0 int

int

arg1 byte[]

byte

Exceptions

SQLException

UpdateCharacterStream(String, Reader)

public void UpdateCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateCharacterStream(String, Reader, int)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

UpdateCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateCharacterStream(int, Reader)

public void UpdateCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateCharacterStream(int, Reader, int)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

UpdateCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(String, Reader)

public void UpdateClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(String, Clob)

public void UpdateClob(String arg0, Clob arg1)

Parameters

arg0 String

String

arg1 Clob

Clob

Exceptions

SQLException

UpdateClob(int, Reader)

public void UpdateClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(int, Clob)

public void UpdateClob(int arg0, Clob arg1)

Parameters

arg0 int

int

arg1 Clob

Clob

Exceptions

SQLException

UpdateDate(String, Date)

public void UpdateDate(String arg0, Date arg1)

Parameters

arg0 String

String

arg1 Date

Date

Exceptions

SQLException

UpdateDate(int, Date)

public void UpdateDate(int arg0, Date arg1)

Parameters

arg0 int

int

arg1 Date

Date

Exceptions

SQLException

UpdateDouble(String, double)

public void UpdateDouble(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Exceptions

SQLException

UpdateDouble(int, double)

public void UpdateDouble(int arg0, double arg1)

Parameters

arg0 int

int

arg1 double

double

Exceptions

SQLException

UpdateFloat(String, float)

public void UpdateFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

UpdateFloat(int, float)

public void UpdateFloat(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Exceptions

SQLException

UpdateInt(String, int)

public void UpdateInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

UpdateInt(int, int)

public void UpdateInt(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

UpdateLong(String, long)

public void UpdateLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

UpdateLong(int, long)

public void UpdateLong(int arg0, long arg1)

Parameters

arg0 int

int

arg1 long

long

Exceptions

SQLException

UpdateNCharacterStream(String, Reader)

public void UpdateNCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateNCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNCharacterStream(int, Reader)

public void UpdateNCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateNCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(String, Reader)

public void UpdateNClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateNClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(String, NClob)

public void UpdateNClob(String arg0, NClob arg1)

Parameters

arg0 String

String

arg1 NClob

NClob

Exceptions

SQLException

UpdateNClob(int, Reader)

public void UpdateNClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateNClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(int, NClob)

public void UpdateNClob(int arg0, NClob arg1)

Parameters

arg0 int

int

arg1 NClob

NClob

Exceptions

SQLException

UpdateNString(String, String)

public void UpdateNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

UpdateNString(int, String)

public void UpdateNString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

UpdateNull(String)

public void UpdateNull(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

UpdateNull(int)

public void UpdateNull(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

UpdateObject(String, object)

public void UpdateObject(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SQLException

UpdateObject(String, object, SQLType)

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

Parameters

arg0 String

String

arg1 object

object

arg2 SQLType

SQLType

Exceptions

SQLException

UpdateObject(String, object, SQLType, int)

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

Parameters

arg0 String

String

arg1 object

object

arg2 SQLType

SQLType

arg3 int

int

Exceptions

SQLException

UpdateObject(String, object, int)

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

Parameters

arg0 String

String

arg1 object

object

arg2 int

int

Exceptions

SQLException

UpdateObject(int, object)

public void UpdateObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Exceptions

SQLException

UpdateObject(int, object, SQLType)

public void UpdateObject(int arg0, object arg1, SQLType arg2)

Parameters

arg0 int

int

arg1 object

object

arg2 SQLType

SQLType

Exceptions

SQLException

UpdateObject(int, object, SQLType, int)

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

Parameters

arg0 int

int

arg1 object

object

arg2 SQLType

SQLType

arg3 int

int

Exceptions

SQLException

UpdateObject(int, object, int)

public void UpdateObject(int arg0, object arg1, int arg2)

Parameters

arg0 int

int

arg1 object

object

arg2 int

int

Exceptions

SQLException

UpdateRef(String, Ref)

public void UpdateRef(String arg0, Ref arg1)

Parameters

arg0 String

String

arg1 Ref

Ref

Exceptions

SQLException

UpdateRef(int, Ref)

public void UpdateRef(int arg0, Ref arg1)

Parameters

arg0 int

int

arg1 Ref

Ref

Exceptions

SQLException

UpdateRow()

public void UpdateRow()

Exceptions

SQLException

UpdateRowId(String, RowId)

public void UpdateRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

UpdateRowId(int, RowId)

public void UpdateRowId(int arg0, RowId arg1)

Parameters

arg0 int

int

arg1 RowId

RowId

Exceptions

SQLException

UpdateSQLXML(String, SQLXML)

public void UpdateSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

UpdateSQLXML(int, SQLXML)

public void UpdateSQLXML(int arg0, SQLXML arg1)

Parameters

arg0 int

int

arg1 SQLXML

SQLXML

Exceptions

SQLException

UpdateShort(String, short)

public void UpdateShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

UpdateShort(int, short)

public void UpdateShort(int arg0, short arg1)

Parameters

arg0 int

int

arg1 short

short

Exceptions

SQLException

UpdateString(String, String)

public void UpdateString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

UpdateString(int, String)

public void UpdateString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

UpdateTime(String, Time)

public void UpdateTime(String arg0, Time arg1)

Parameters

arg0 String

String

arg1 Time

Time

Exceptions

SQLException

UpdateTime(int, Time)

public void UpdateTime(int arg0, Time arg1)

Parameters

arg0 int

int

arg1 Time

Time

Exceptions

SQLException

UpdateTimestamp(String, Timestamp)

public void UpdateTimestamp(String arg0, Timestamp arg1)

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

Exceptions

SQLException

UpdateTimestamp(int, Timestamp)

public void UpdateTimestamp(int arg0, Timestamp arg1)

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

Exceptions

SQLException

WasNull()

public bool WasNull()

Returns

bool

bool

Exceptions

SQLException

Operators

implicit operator AutoCloseable(ResultSet)

Converter from ResultSet to AutoCloseable

public static implicit operator AutoCloseable(ResultSet t)

Parameters

t ResultSet

Returns

AutoCloseable

implicit operator Wrapper(ResultSet)

Converter from ResultSet to Wrapper

public static implicit operator Wrapper(ResultSet t)

Parameters

t ResultSet

Returns

Wrapper