Interface IResultSet
.NET interface for TO BE DEFINED FROM USER
public interface IResultSet
Properties
Concurrency
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#getConcurrency()
int Concurrency { get; }
Property Value
CursorName
String CursorName { get; }
Property Value
FetchDirection
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#getFetchDirection() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#setFetchDirection(int)
int FetchDirection { get; set; }
Property Value
FetchSize
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#getFetchSize() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#setFetchSize(int)
int FetchSize { get; set; }
Property Value
Holdability
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSet.html#getHoldability()
int Holdability { get; }
Property Value
MetaData
ResultSetMetaData MetaData { get; }
Property Value
Row
int Row { get; }
Property Value
Statement
Statement Statement { get; }
Property Value
Type
int Type { get; }
Property Value
Warnings
SQLWarning Warnings { get; }
Property Value
Methods
Absolute(int)
bool Absolute(int arg0)
Parameters
Returns
Exceptions
AfterLast()
void AfterLast()
Exceptions
BeforeFirst()
void BeforeFirst()
Exceptions
CancelRowUpdates()
void CancelRowUpdates()
Exceptions
ClearWarnings()
void ClearWarnings()
Exceptions
Close()
void Close()
Exceptions
DeleteRow()
void DeleteRow()
Exceptions
FindColumn(String)
int FindColumn(String arg0)
Parameters
Returns
Exceptions
First()
bool First()
Returns
Exceptions
GetArray(String)
Array GetArray(String arg0)
Parameters
Returns
Exceptions
GetArray(int)
Array GetArray(int arg0)
Parameters
Returns
Exceptions
GetAsciiStream(String)
InputStream GetAsciiStream(String arg0)
Parameters
Returns
Exceptions
GetAsciiStream(int)
InputStream GetAsciiStream(int arg0)
Parameters
Returns
Exceptions
GetBigDecimal(String)
BigDecimal GetBigDecimal(String arg0)
Parameters
Returns
Exceptions
GetBigDecimal(int)
BigDecimal GetBigDecimal(int arg0)
Parameters
Returns
Exceptions
GetBinaryStream(String)
InputStream GetBinaryStream(String arg0)
Parameters
Returns
Exceptions
GetBinaryStream(int)
InputStream GetBinaryStream(int arg0)
Parameters
Returns
Exceptions
GetBlob(String)
Blob GetBlob(String arg0)
Parameters
Returns
Exceptions
GetBlob(int)
Blob GetBlob(int arg0)
Parameters
Returns
Exceptions
GetBoolean(String)
bool GetBoolean(String arg0)
Parameters
Returns
Exceptions
GetBoolean(int)
bool GetBoolean(int arg0)
Parameters
Returns
Exceptions
GetByte(String)
byte GetByte(String arg0)
Parameters
Returns
Exceptions
GetByte(int)
byte GetByte(int arg0)
Parameters
Returns
Exceptions
GetBytes(String)
byte[] GetBytes(String arg0)
Parameters
Returns
Exceptions
GetBytes(int)
byte[] GetBytes(int arg0)
Parameters
Returns
Exceptions
GetCharacterStream(String)
Reader GetCharacterStream(String arg0)
Parameters
Returns
Exceptions
GetCharacterStream(int)
Reader GetCharacterStream(int arg0)
Parameters
Returns
Exceptions
GetClob(String)
Clob GetClob(String arg0)
Parameters
Returns
Exceptions
GetClob(int)
Clob GetClob(int arg0)
Parameters
Returns
Exceptions
GetDate(String)
Date GetDate(String arg0)
Parameters
Returns
Exceptions
GetDate(String, Calendar)
Date GetDate(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetDate(int)
Date GetDate(int arg0)
Parameters
Returns
Exceptions
GetDate(int, Calendar)
Date GetDate(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetDouble(String)
double GetDouble(String arg0)
Parameters
Returns
Exceptions
GetDouble(int)
double GetDouble(int arg0)
Parameters
Returns
Exceptions
GetFloat(String)
float GetFloat(String arg0)
Parameters
Returns
Exceptions
GetFloat(int)
float GetFloat(int arg0)
Parameters
Returns
Exceptions
GetInt(String)
int GetInt(String arg0)
Parameters
Returns
Exceptions
GetInt(int)
int GetInt(int arg0)
Parameters
Returns
Exceptions
GetLong(String)
long GetLong(String arg0)
Parameters
Returns
Exceptions
GetLong(int)
long GetLong(int arg0)
Parameters
Returns
Exceptions
GetNCharacterStream(String)
Reader GetNCharacterStream(String arg0)
Parameters
Returns
Exceptions
GetNCharacterStream(int)
Reader GetNCharacterStream(int arg0)
Parameters
Returns
Exceptions
GetNClob(String)
NClob GetNClob(String arg0)
Parameters
Returns
Exceptions
GetNClob(int)
NClob GetNClob(int arg0)
Parameters
Returns
Exceptions
GetNString(String)
String GetNString(String arg0)
Parameters
Returns
Exceptions
GetNString(int)
String GetNString(int arg0)
Parameters
Returns
Exceptions
GetObject(String)
object GetObject(String arg0)
Parameters
Returns
Exceptions
GetObject(String, Map<String, Class>)
object GetObject(String arg0, Map<String, Class> arg1)
Parameters
Returns
Exceptions
GetObject(int)
object GetObject(int arg0)
Parameters
Returns
Exceptions
GetObject(int, Map<String, Class>)
object GetObject(int arg0, Map<String, Class> arg1)
Parameters
Returns
Exceptions
GetObject<T>(String, Class)
T GetObject<T>(String arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Exceptions
GetObject<T>(int, Class)
T GetObject<T>(int arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Exceptions
GetRef(String)
Ref GetRef(String arg0)
Parameters
Returns
Exceptions
GetRef(int)
Ref GetRef(int arg0)
Parameters
Returns
Exceptions
GetRowId(String)
RowId GetRowId(String arg0)
Parameters
Returns
Exceptions
GetRowId(int)
RowId GetRowId(int arg0)
Parameters
Returns
Exceptions
GetSQLXML(String)
SQLXML GetSQLXML(String arg0)
Parameters
Returns
Exceptions
GetSQLXML(int)
SQLXML GetSQLXML(int arg0)
Parameters
Returns
Exceptions
GetShort(String)
short GetShort(String arg0)
Parameters
Returns
Exceptions
GetShort(int)
short GetShort(int arg0)
Parameters
Returns
Exceptions
GetString(String)
String GetString(String arg0)
Parameters
Returns
Exceptions
GetString(int)
String GetString(int arg0)
Parameters
Returns
Exceptions
GetTime(String)
Time GetTime(String arg0)
Parameters
Returns
Exceptions
GetTime(String, Calendar)
Time GetTime(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTime(int)
Time GetTime(int arg0)
Parameters
Returns
Exceptions
GetTime(int, Calendar)
Time GetTime(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTimestamp(String)
Timestamp GetTimestamp(String arg0)
Parameters
Returns
Exceptions
GetTimestamp(String, Calendar)
Timestamp GetTimestamp(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTimestamp(int)
Timestamp GetTimestamp(int arg0)
Parameters
Returns
Exceptions
GetTimestamp(int, Calendar)
Timestamp GetTimestamp(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetURL(String)
URL GetURL(String arg0)
Parameters
Returns
Exceptions
GetURL(int)
URL GetURL(int arg0)
Parameters
Returns
Exceptions
InsertRow()
void InsertRow()
Exceptions
IsAfterLast()
bool IsAfterLast()
Returns
Exceptions
IsBeforeFirst()
bool IsBeforeFirst()
Returns
Exceptions
IsClosed()
bool IsClosed()
Returns
Exceptions
IsFirst()
bool IsFirst()
Returns
Exceptions
IsLast()
bool IsLast()
Returns
Exceptions
Last()
bool Last()
Returns
Exceptions
MoveToCurrentRow()
void MoveToCurrentRow()
Exceptions
MoveToInsertRow()
void MoveToInsertRow()
Exceptions
Next()
bool Next()
Returns
Exceptions
Previous()
bool Previous()
Returns
Exceptions
RefreshRow()
void RefreshRow()
Exceptions
Relative(int)
bool Relative(int arg0)
Parameters
Returns
Exceptions
RowDeleted()
bool RowDeleted()
Returns
Exceptions
RowInserted()
bool RowInserted()
Returns
Exceptions
RowUpdated()
bool RowUpdated()
Returns
Exceptions
UpdateArray(String, Array)
void UpdateArray(String arg0, Array arg1)
Parameters
Exceptions
UpdateArray(int, Array)
void UpdateArray(int arg0, Array arg1)
Parameters
Exceptions
UpdateAsciiStream(String, InputStream)
void UpdateAsciiStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
UpdateAsciiStream(String, InputStream, int)
void UpdateAsciiStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
UpdateAsciiStream(String, InputStream, long)
void UpdateAsciiStream(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
UpdateAsciiStream(int, InputStream)
void UpdateAsciiStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
UpdateAsciiStream(int, InputStream, int)
void UpdateAsciiStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
UpdateAsciiStream(int, InputStream, long)
void UpdateAsciiStream(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
UpdateBigDecimal(String, BigDecimal)
void UpdateBigDecimal(String arg0, BigDecimal arg1)
Parameters
arg0
Stringarg1
BigDecimal
Exceptions
UpdateBigDecimal(int, BigDecimal)
void UpdateBigDecimal(int arg0, BigDecimal arg1)
Parameters
arg0
intarg1
BigDecimal
Exceptions
UpdateBinaryStream(String, InputStream)
void UpdateBinaryStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
UpdateBinaryStream(String, InputStream, int)
void UpdateBinaryStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
UpdateBinaryStream(String, InputStream, long)
void UpdateBinaryStream(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
UpdateBinaryStream(int, InputStream)
void UpdateBinaryStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
UpdateBinaryStream(int, InputStream, int)
void UpdateBinaryStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
UpdateBinaryStream(int, InputStream, long)
void UpdateBinaryStream(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
UpdateBlob(String, InputStream)
void UpdateBlob(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
UpdateBlob(String, InputStream, long)
void UpdateBlob(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
UpdateBlob(String, Blob)
void UpdateBlob(String arg0, Blob arg1)
Parameters
Exceptions
UpdateBlob(int, InputStream)
void UpdateBlob(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
UpdateBlob(int, InputStream, long)
void UpdateBlob(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
UpdateBlob(int, Blob)
void UpdateBlob(int arg0, Blob arg1)
Parameters
Exceptions
UpdateBoolean(String, bool)
void UpdateBoolean(String arg0, bool arg1)
Parameters
Exceptions
UpdateBoolean(int, bool)
void UpdateBoolean(int arg0, bool arg1)
Parameters
Exceptions
UpdateByte(String, byte)
void UpdateByte(String arg0, byte arg1)
Parameters
Exceptions
UpdateByte(int, byte)
void UpdateByte(int arg0, byte arg1)
Parameters
Exceptions
UpdateBytes(String, byte[])
void UpdateBytes(String arg0, byte[] arg1)
Parameters
Exceptions
UpdateBytes(int, byte[])
void UpdateBytes(int arg0, byte[] arg1)
Parameters
Exceptions
UpdateCharacterStream(String, Reader)
void UpdateCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
UpdateCharacterStream(String, Reader, int)
void UpdateCharacterStream(String arg0, Reader arg1, int arg2)
Parameters
Exceptions
UpdateCharacterStream(String, Reader, long)
void UpdateCharacterStream(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateCharacterStream(int, Reader)
void UpdateCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
UpdateCharacterStream(int, Reader, int)
void UpdateCharacterStream(int arg0, Reader arg1, int arg2)
Parameters
Exceptions
UpdateCharacterStream(int, Reader, long)
void UpdateCharacterStream(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateClob(String, Reader)
void UpdateClob(String arg0, Reader arg1)
Parameters
Exceptions
UpdateClob(String, Reader, long)
void UpdateClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateClob(String, Clob)
void UpdateClob(String arg0, Clob arg1)
Parameters
Exceptions
UpdateClob(int, Reader)
void UpdateClob(int arg0, Reader arg1)
Parameters
Exceptions
UpdateClob(int, Reader, long)
void UpdateClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateClob(int, Clob)
void UpdateClob(int arg0, Clob arg1)
Parameters
Exceptions
UpdateDate(String, Date)
void UpdateDate(String arg0, Date arg1)
Parameters
Exceptions
UpdateDate(int, Date)
void UpdateDate(int arg0, Date arg1)
Parameters
Exceptions
UpdateDouble(String, double)
void UpdateDouble(String arg0, double arg1)
Parameters
Exceptions
UpdateDouble(int, double)
void UpdateDouble(int arg0, double arg1)
Parameters
Exceptions
UpdateFloat(String, float)
void UpdateFloat(String arg0, float arg1)
Parameters
Exceptions
UpdateFloat(int, float)
void UpdateFloat(int arg0, float arg1)
Parameters
Exceptions
UpdateInt(String, int)
void UpdateInt(String arg0, int arg1)
Parameters
Exceptions
UpdateInt(int, int)
void UpdateInt(int arg0, int arg1)
Parameters
Exceptions
UpdateLong(String, long)
void UpdateLong(String arg0, long arg1)
Parameters
Exceptions
UpdateLong(int, long)
void UpdateLong(int arg0, long arg1)
Parameters
Exceptions
UpdateNCharacterStream(String, Reader)
void UpdateNCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
UpdateNCharacterStream(String, Reader, long)
void UpdateNCharacterStream(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateNCharacterStream(int, Reader)
void UpdateNCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
UpdateNCharacterStream(int, Reader, long)
void UpdateNCharacterStream(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateNClob(String, Reader)
void UpdateNClob(String arg0, Reader arg1)
Parameters
Exceptions
UpdateNClob(String, Reader, long)
void UpdateNClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateNClob(String, NClob)
void UpdateNClob(String arg0, NClob arg1)
Parameters
Exceptions
UpdateNClob(int, Reader)
void UpdateNClob(int arg0, Reader arg1)
Parameters
Exceptions
UpdateNClob(int, Reader, long)
void UpdateNClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
UpdateNClob(int, NClob)
void UpdateNClob(int arg0, NClob arg1)
Parameters
Exceptions
UpdateNString(String, String)
void UpdateNString(String arg0, String arg1)
Parameters
Exceptions
UpdateNString(int, String)
void UpdateNString(int arg0, String arg1)
Parameters
Exceptions
UpdateNull(String)
void UpdateNull(String arg0)
Parameters
Exceptions
UpdateNull(int)
void UpdateNull(int arg0)
Parameters
Exceptions
UpdateObject(String, object)
void UpdateObject(String arg0, object arg1)
Parameters
Exceptions
UpdateObject(String, object, SQLType)
void UpdateObject(String arg0, object arg1, SQLType arg2)
Parameters
Exceptions
UpdateObject(String, object, SQLType, int)
void UpdateObject(String arg0, object arg1, SQLType arg2, int arg3)
Parameters
Exceptions
UpdateObject(String, object, int)
void UpdateObject(String arg0, object arg1, int arg2)
Parameters
Exceptions
UpdateObject(int, object)
void UpdateObject(int arg0, object arg1)
Parameters
Exceptions
UpdateObject(int, object, SQLType)
void UpdateObject(int arg0, object arg1, SQLType arg2)
Parameters
Exceptions
UpdateObject(int, object, SQLType, int)
void UpdateObject(int arg0, object arg1, SQLType arg2, int arg3)
Parameters
Exceptions
UpdateObject(int, object, int)
void UpdateObject(int arg0, object arg1, int arg2)
Parameters
Exceptions
UpdateRef(String, Ref)
void UpdateRef(String arg0, Ref arg1)
Parameters
Exceptions
UpdateRef(int, Ref)
void UpdateRef(int arg0, Ref arg1)
Parameters
Exceptions
UpdateRow()
void UpdateRow()
Exceptions
UpdateRowId(String, RowId)
void UpdateRowId(String arg0, RowId arg1)
Parameters
Exceptions
UpdateRowId(int, RowId)
void UpdateRowId(int arg0, RowId arg1)
Parameters
Exceptions
UpdateSQLXML(String, SQLXML)
void UpdateSQLXML(String arg0, SQLXML arg1)
Parameters
Exceptions
UpdateSQLXML(int, SQLXML)
void UpdateSQLXML(int arg0, SQLXML arg1)
Parameters
Exceptions
UpdateShort(String, short)
void UpdateShort(String arg0, short arg1)
Parameters
Exceptions
UpdateShort(int, short)
void UpdateShort(int arg0, short arg1)
Parameters
Exceptions
UpdateString(String, String)
void UpdateString(String arg0, String arg1)
Parameters
Exceptions
UpdateString(int, String)
void UpdateString(int arg0, String arg1)
Parameters
Exceptions
UpdateTime(String, Time)
void UpdateTime(String arg0, Time arg1)
Parameters
Exceptions
UpdateTime(int, Time)
void UpdateTime(int arg0, Time arg1)
Parameters
Exceptions
UpdateTimestamp(String, Timestamp)
void UpdateTimestamp(String arg0, Timestamp arg1)
Parameters
Exceptions
UpdateTimestamp(int, Timestamp)
void UpdateTimestamp(int arg0, Timestamp arg1)
Parameters
Exceptions
WasNull()
bool WasNull()