Table of Contents

Interface IResultSet

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IResultSet

Properties

Concurrency

int Concurrency { get; }

Property Value

int

CursorName

String CursorName { get; }

Property Value

String

FetchDirection

int FetchDirection { get; set; }

Property Value

int

FetchSize

int FetchSize { get; set; }

Property Value

int

Holdability

int Holdability { get; }

Property Value

int

MetaData

ResultSetMetaData MetaData { get; }

Property Value

ResultSetMetaData

Row

int Row { get; }

Property Value

int

Statement

Statement Statement { get; }

Property Value

Statement

Type

int Type { get; }

Property Value

int

Warnings

SQLWarning Warnings { get; }

Property Value

SQLWarning

Methods

Absolute(int)

bool Absolute(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

AfterLast()

void AfterLast()

Exceptions

SQLException

BeforeFirst()

void BeforeFirst()

Exceptions

SQLException

CancelRowUpdates()

void CancelRowUpdates()

Exceptions

SQLException

ClearWarnings()

void ClearWarnings()

Exceptions

SQLException

Close()

void Close()

Exceptions

SQLException

DeleteRow()

void DeleteRow()

Exceptions

SQLException

FindColumn(String)

int FindColumn(String arg0)

Parameters

arg0 String

String

Returns

int

int

Exceptions

SQLException

First()

bool First()

Returns

bool

bool

Exceptions

SQLException

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

GetAsciiStream(String)

InputStream GetAsciiStream(String arg0)

Parameters

arg0 String

String

Returns

InputStream

InputStream

Exceptions

SQLException

GetAsciiStream(int)

InputStream GetAsciiStream(int arg0)

Parameters

arg0 int

int

Returns

InputStream

InputStream

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

GetBinaryStream(String)

InputStream GetBinaryStream(String arg0)

Parameters

arg0 String

String

Returns

InputStream

InputStream

Exceptions

SQLException

GetBinaryStream(int)

InputStream GetBinaryStream(int arg0)

Parameters

arg0 int

int

Returns

InputStream

InputStream

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

InsertRow()

void InsertRow()

Exceptions

SQLException

IsAfterLast()

bool IsAfterLast()

Returns

bool

bool

Exceptions

SQLException

IsBeforeFirst()

bool IsBeforeFirst()

Returns

bool

bool

Exceptions

SQLException

IsClosed()

bool IsClosed()

Returns

bool

bool

Exceptions

SQLException

IsFirst()

bool IsFirst()

Returns

bool

bool

Exceptions

SQLException

IsLast()

bool IsLast()

Returns

bool

bool

Exceptions

SQLException

Last()

bool Last()

Returns

bool

bool

Exceptions

SQLException

MoveToCurrentRow()

void MoveToCurrentRow()

Exceptions

SQLException

MoveToInsertRow()

void MoveToInsertRow()

Exceptions

SQLException

Next()

bool Next()

Returns

bool

bool

Exceptions

SQLException

Previous()

bool Previous()

Returns

bool

bool

Exceptions

SQLException

RefreshRow()

void RefreshRow()

Exceptions

SQLException

Relative(int)

bool Relative(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

RowDeleted()

bool RowDeleted()

Returns

bool

bool

Exceptions

SQLException

RowInserted()

bool RowInserted()

Returns

bool

bool

Exceptions

SQLException

RowUpdated()

bool RowUpdated()

Returns

bool

bool

Exceptions

SQLException

UpdateArray(String, Array)

void UpdateArray(String arg0, Array arg1)

Parameters

arg0 String

String

arg1 Array

Array

Exceptions

SQLException

UpdateArray(int, Array)

void UpdateArray(int arg0, Array arg1)

Parameters

arg0 int

int

arg1 Array

Array

Exceptions

SQLException

UpdateAsciiStream(String, InputStream)

void UpdateAsciiStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateAsciiStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateAsciiStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateAsciiStream(int, InputStream)

void UpdateAsciiStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateAsciiStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateAsciiStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBigDecimal(String, BigDecimal)

void UpdateBigDecimal(String arg0, BigDecimal arg1)

Parameters

arg0 String

String

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

UpdateBigDecimal(int, BigDecimal)

void UpdateBigDecimal(int arg0, BigDecimal arg1)

Parameters

arg0 int

int

arg1 BigDecimal

BigDecimal

Exceptions

SQLException

UpdateBinaryStream(String, InputStream)

void UpdateBinaryStream(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBinaryStream(String, InputStream, int)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateBinaryStream(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBinaryStream(int, InputStream)

void UpdateBinaryStream(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBinaryStream(int, InputStream, int)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 int

int

Exceptions

SQLException

UpdateBinaryStream(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(String, InputStream)

void UpdateBlob(String arg0, InputStream arg1)

Parameters

arg0 String

String

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBlob(String, InputStream, long)

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

Parameters

arg0 String

String

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(String, Blob)

void UpdateBlob(String arg0, Blob arg1)

Parameters

arg0 String

String

arg1 Blob

Blob

Exceptions

SQLException

UpdateBlob(int, InputStream)

void UpdateBlob(int arg0, InputStream arg1)

Parameters

arg0 int

int

arg1 InputStream

InputStream

Exceptions

SQLException

UpdateBlob(int, InputStream, long)

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

Parameters

arg0 int

int

arg1 InputStream

InputStream

arg2 long

long

Exceptions

SQLException

UpdateBlob(int, Blob)

void UpdateBlob(int arg0, Blob arg1)

Parameters

arg0 int

int

arg1 Blob

Blob

Exceptions

SQLException

UpdateBoolean(String, bool)

void UpdateBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SQLException

UpdateBoolean(int, bool)

void UpdateBoolean(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

UpdateByte(String, byte)

void UpdateByte(String arg0, byte arg1)

Parameters

arg0 String

String

arg1 byte

byte

Exceptions

SQLException

UpdateByte(int, byte)

void UpdateByte(int arg0, byte arg1)

Parameters

arg0 int

int

arg1 byte

byte

Exceptions

SQLException

UpdateBytes(String, byte[])

void UpdateBytes(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

SQLException

UpdateBytes(int, byte[])

void UpdateBytes(int arg0, byte[] arg1)

Parameters

arg0 int

int

arg1 byte[]

byte

Exceptions

SQLException

UpdateCharacterStream(String, Reader)

void UpdateCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateCharacterStream(String, Reader, int)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

UpdateCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateCharacterStream(int, Reader)

void UpdateCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateCharacterStream(int, Reader, int)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 int

int

Exceptions

SQLException

UpdateCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(String, Reader)

void UpdateClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(String, Clob)

void UpdateClob(String arg0, Clob arg1)

Parameters

arg0 String

String

arg1 Clob

Clob

Exceptions

SQLException

UpdateClob(int, Reader)

void UpdateClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateClob(int, Clob)

void UpdateClob(int arg0, Clob arg1)

Parameters

arg0 int

int

arg1 Clob

Clob

Exceptions

SQLException

UpdateDate(String, Date)

void UpdateDate(String arg0, Date arg1)

Parameters

arg0 String

String

arg1 Date

Date

Exceptions

SQLException

UpdateDate(int, Date)

void UpdateDate(int arg0, Date arg1)

Parameters

arg0 int

int

arg1 Date

Date

Exceptions

SQLException

UpdateDouble(String, double)

void UpdateDouble(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Exceptions

SQLException

UpdateDouble(int, double)

void UpdateDouble(int arg0, double arg1)

Parameters

arg0 int

int

arg1 double

double

Exceptions

SQLException

UpdateFloat(String, float)

void UpdateFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Exceptions

SQLException

UpdateFloat(int, float)

void UpdateFloat(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Exceptions

SQLException

UpdateInt(String, int)

void UpdateInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Exceptions

SQLException

UpdateInt(int, int)

void UpdateInt(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

UpdateLong(String, long)

void UpdateLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Exceptions

SQLException

UpdateLong(int, long)

void UpdateLong(int arg0, long arg1)

Parameters

arg0 int

int

arg1 long

long

Exceptions

SQLException

UpdateNCharacterStream(String, Reader)

void UpdateNCharacterStream(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateNCharacterStream(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNCharacterStream(int, Reader)

void UpdateNCharacterStream(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateNCharacterStream(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(String, Reader)

void UpdateNClob(String arg0, Reader arg1)

Parameters

arg0 String

String

arg1 Reader

Reader

Exceptions

SQLException

UpdateNClob(String, Reader, long)

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

Parameters

arg0 String

String

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(String, NClob)

void UpdateNClob(String arg0, NClob arg1)

Parameters

arg0 String

String

arg1 NClob

NClob

Exceptions

SQLException

UpdateNClob(int, Reader)

void UpdateNClob(int arg0, Reader arg1)

Parameters

arg0 int

int

arg1 Reader

Reader

Exceptions

SQLException

UpdateNClob(int, Reader, long)

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

Parameters

arg0 int

int

arg1 Reader

Reader

arg2 long

long

Exceptions

SQLException

UpdateNClob(int, NClob)

void UpdateNClob(int arg0, NClob arg1)

Parameters

arg0 int

int

arg1 NClob

NClob

Exceptions

SQLException

UpdateNString(String, String)

void UpdateNString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

UpdateNString(int, String)

void UpdateNString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

UpdateNull(String)

void UpdateNull(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

UpdateNull(int)

void UpdateNull(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

UpdateObject(String, object)

void UpdateObject(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SQLException

UpdateObject(String, object, SQLType)

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)

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)

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

Parameters

arg0 String

String

arg1 object

object

arg2 int

int

Exceptions

SQLException

UpdateObject(int, object)

void UpdateObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Exceptions

SQLException

UpdateObject(int, object, SQLType)

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)

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)

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

Parameters

arg0 int

int

arg1 object

object

arg2 int

int

Exceptions

SQLException

UpdateRef(String, Ref)

void UpdateRef(String arg0, Ref arg1)

Parameters

arg0 String

String

arg1 Ref

Ref

Exceptions

SQLException

UpdateRef(int, Ref)

void UpdateRef(int arg0, Ref arg1)

Parameters

arg0 int

int

arg1 Ref

Ref

Exceptions

SQLException

UpdateRow()

void UpdateRow()

Exceptions

SQLException

UpdateRowId(String, RowId)

void UpdateRowId(String arg0, RowId arg1)

Parameters

arg0 String

String

arg1 RowId

RowId

Exceptions

SQLException

UpdateRowId(int, RowId)

void UpdateRowId(int arg0, RowId arg1)

Parameters

arg0 int

int

arg1 RowId

RowId

Exceptions

SQLException

UpdateSQLXML(String, SQLXML)

void UpdateSQLXML(String arg0, SQLXML arg1)

Parameters

arg0 String

String

arg1 SQLXML

SQLXML

Exceptions

SQLException

UpdateSQLXML(int, SQLXML)

void UpdateSQLXML(int arg0, SQLXML arg1)

Parameters

arg0 int

int

arg1 SQLXML

SQLXML

Exceptions

SQLException

UpdateShort(String, short)

void UpdateShort(String arg0, short arg1)

Parameters

arg0 String

String

arg1 short

short

Exceptions

SQLException

UpdateShort(int, short)

void UpdateShort(int arg0, short arg1)

Parameters

arg0 int

int

arg1 short

short

Exceptions

SQLException

UpdateString(String, String)

void UpdateString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLException

UpdateString(int, String)

void UpdateString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

UpdateTime(String, Time)

void UpdateTime(String arg0, Time arg1)

Parameters

arg0 String

String

arg1 Time

Time

Exceptions

SQLException

UpdateTime(int, Time)

void UpdateTime(int arg0, Time arg1)

Parameters

arg0 int

int

arg1 Time

Time

Exceptions

SQLException

UpdateTimestamp(String, Timestamp)

void UpdateTimestamp(String arg0, Timestamp arg1)

Parameters

arg0 String

String

arg1 Timestamp

Timestamp

Exceptions

SQLException

UpdateTimestamp(int, Timestamp)

void UpdateTimestamp(int arg0, Timestamp arg1)

Parameters

arg0 int

int

arg1 Timestamp

Timestamp

Exceptions

SQLException

WasNull()

bool WasNull()

Returns

bool

bool

Exceptions

SQLException