Interface IRowSet
.NET interface for TO BE DEFINED FROM USER
public interface IRowSet : IResultSet
- Inherited Members
Properties
Command
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getCommand() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setCommand(java.lang.String)
String Command { get; set; }
Property Value
DataSourceName
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getDataSourceName() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setDataSourceName(java.lang.String)
String DataSourceName { get; set; }
Property Value
EscapeProcessing
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getEscapeProcessing() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setEscapeProcessing(boolean)
bool EscapeProcessing { get; set; }
Property Value
MaxFieldSize
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getMaxFieldSize() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setMaxFieldSize(int)
int MaxFieldSize { get; set; }
Property Value
MaxRows
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getMaxRows() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setMaxRows(int)
int MaxRows { get; set; }
Property Value
Password
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getPassword() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setPassword(java.lang.String)
String Password { get; set; }
Property Value
QueryTimeout
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getQueryTimeout() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setQueryTimeout(int)
int QueryTimeout { get; set; }
Property Value
TransactionIsolation
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getTransactionIsolation() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setTransactionIsolation(int)
int TransactionIsolation { get; set; }
Property Value
TypeMap
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getTypeMap() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setTypeMap(java.util.Map)
Map<String, Class> TypeMap { get; set; }
Property Value
Url
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getUrl() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setUrl(java.lang.String)
String Url { get; set; }
Property Value
Username
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#getUsername() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSet.html#setUsername(java.lang.String)
String Username { get; set; }
Property Value
Methods
AddRowSetListener(RowSetListener)
void AddRowSetListener(RowSetListener arg0)
Parameters
ClearParameters()
void ClearParameters()
Exceptions
Execute()
void Execute()
Exceptions
IsReadOnly()
bool IsReadOnly()
Returns
RemoveRowSetListener(RowSetListener)
void RemoveRowSetListener(RowSetListener arg0)
Parameters
SetArray(int, Array)
void SetArray(int arg0, Array arg1)
Parameters
Exceptions
SetAsciiStream(String, InputStream)
void SetAsciiStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetAsciiStream(String, InputStream, int)
void SetAsciiStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
SetAsciiStream(int, InputStream)
void SetAsciiStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetAsciiStream(int, InputStream, int)
void SetAsciiStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
SetBigDecimal(String, BigDecimal)
void SetBigDecimal(String arg0, BigDecimal arg1)
Parameters
arg0
Stringarg1
BigDecimal
Exceptions
SetBigDecimal(int, BigDecimal)
void SetBigDecimal(int arg0, BigDecimal arg1)
Parameters
arg0
intarg1
BigDecimal
Exceptions
SetBinaryStream(String, InputStream)
void SetBinaryStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetBinaryStream(String, InputStream, int)
void SetBinaryStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
SetBinaryStream(int, InputStream)
void SetBinaryStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetBinaryStream(int, InputStream, int)
void SetBinaryStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
SetBlob(String, InputStream)
void SetBlob(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetBlob(String, InputStream, long)
void SetBlob(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
SetBlob(String, Blob)
void SetBlob(String arg0, Blob arg1)
Parameters
Exceptions
SetBlob(int, InputStream)
void SetBlob(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetBlob(int, InputStream, long)
void SetBlob(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
SetBlob(int, Blob)
void SetBlob(int arg0, Blob arg1)
Parameters
Exceptions
SetBoolean(String, bool)
void SetBoolean(String arg0, bool arg1)
Parameters
Exceptions
SetBoolean(int, bool)
void SetBoolean(int arg0, bool arg1)
Parameters
Exceptions
SetByte(String, byte)
void SetByte(String arg0, byte arg1)
Parameters
Exceptions
SetByte(int, byte)
void SetByte(int arg0, byte arg1)
Parameters
Exceptions
SetBytes(String, byte[])
void SetBytes(String arg0, byte[] arg1)
Parameters
Exceptions
SetBytes(int, byte[])
void SetBytes(int arg0, byte[] arg1)
Parameters
Exceptions
SetCharacterStream(String, Reader)
void SetCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
SetCharacterStream(String, Reader, int)
void SetCharacterStream(String arg0, Reader arg1, int arg2)
Parameters
Exceptions
SetCharacterStream(int, Reader)
void SetCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
SetCharacterStream(int, Reader, int)
void SetCharacterStream(int arg0, Reader arg1, int arg2)
Parameters
Exceptions
SetClob(String, Reader)
void SetClob(String arg0, Reader arg1)
Parameters
Exceptions
SetClob(String, Reader, long)
void SetClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(String, Clob)
void SetClob(String arg0, Clob arg1)
Parameters
Exceptions
SetClob(int, Reader)
void SetClob(int arg0, Reader arg1)
Parameters
Exceptions
SetClob(int, Reader, long)
void SetClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(int, Clob)
void SetClob(int arg0, Clob arg1)
Parameters
Exceptions
SetConcurrency(int)
void SetConcurrency(int arg0)
Parameters
Exceptions
SetDate(String, Date)
void SetDate(String arg0, Date arg1)
Parameters
Exceptions
SetDate(String, Date, Calendar)
void SetDate(String arg0, Date arg1, Calendar arg2)
Parameters
Exceptions
SetDate(int, Date)
void SetDate(int arg0, Date arg1)
Parameters
Exceptions
SetDate(int, Date, Calendar)
void SetDate(int arg0, Date arg1, Calendar arg2)
Parameters
Exceptions
SetDouble(String, double)
void SetDouble(String arg0, double arg1)
Parameters
Exceptions
SetDouble(int, double)
void SetDouble(int arg0, double arg1)
Parameters
Exceptions
SetFloat(String, float)
void SetFloat(String arg0, float arg1)
Parameters
Exceptions
SetFloat(int, float)
void SetFloat(int arg0, float arg1)
Parameters
Exceptions
SetInt(String, int)
void SetInt(String arg0, int arg1)
Parameters
Exceptions
SetInt(int, int)
void SetInt(int arg0, int arg1)
Parameters
Exceptions
SetLong(String, long)
void SetLong(String arg0, long arg1)
Parameters
Exceptions
SetLong(int, long)
void SetLong(int arg0, long arg1)
Parameters
Exceptions
SetNCharacterStream(String, Reader)
void SetNCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
SetNCharacterStream(String, Reader, long)
void SetNCharacterStream(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNCharacterStream(int, Reader)
void SetNCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
SetNCharacterStream(int, Reader, long)
void SetNCharacterStream(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(String, Reader)
void SetNClob(String arg0, Reader arg1)
Parameters
Exceptions
SetNClob(String, Reader, long)
void SetNClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(String, NClob)
void SetNClob(String arg0, NClob arg1)
Parameters
Exceptions
SetNClob(int, Reader)
void SetNClob(int arg0, Reader arg1)
Parameters
Exceptions
SetNClob(int, Reader, long)
void SetNClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(int, NClob)
void SetNClob(int arg0, NClob arg1)
Parameters
Exceptions
SetNString(String, String)
void SetNString(String arg0, String arg1)
Parameters
Exceptions
SetNString(int, String)
void SetNString(int arg0, String arg1)
Parameters
Exceptions
SetNull(String, int)
void SetNull(String arg0, int arg1)
Parameters
Exceptions
SetNull(String, int, String)
void SetNull(String arg0, int arg1, String arg2)
Parameters
Exceptions
SetNull(int, int)
void SetNull(int arg0, int arg1)
Parameters
Exceptions
SetNull(int, int, String)
void SetNull(int arg0, int arg1, String arg2)
Parameters
Exceptions
SetObject(String, object)
void SetObject(String arg0, object arg1)
Parameters
Exceptions
SetObject(String, object, int)
void SetObject(String arg0, object arg1, int arg2)
Parameters
Exceptions
SetObject(String, object, int, int)
void SetObject(String arg0, object arg1, int arg2, int arg3)
Parameters
Exceptions
SetObject(int, object)
void SetObject(int arg0, object arg1)
Parameters
Exceptions
SetObject(int, object, int)
void SetObject(int arg0, object arg1, int arg2)
Parameters
Exceptions
SetObject(int, object, int, int)
void SetObject(int arg0, object arg1, int arg2, int arg3)
Parameters
Exceptions
SetReadOnly(bool)
void SetReadOnly(bool arg0)
Parameters
Exceptions
SetRef(int, Ref)
void SetRef(int arg0, Ref arg1)
Parameters
Exceptions
SetRowId(String, RowId)
void SetRowId(String arg0, RowId arg1)
Parameters
Exceptions
SetRowId(int, RowId)
void SetRowId(int arg0, RowId arg1)
Parameters
Exceptions
SetSQLXML(String, SQLXML)
void SetSQLXML(String arg0, SQLXML arg1)
Parameters
Exceptions
SetSQLXML(int, SQLXML)
void SetSQLXML(int arg0, SQLXML arg1)
Parameters
Exceptions
SetShort(String, short)
void SetShort(String arg0, short arg1)
Parameters
Exceptions
SetShort(int, short)
void SetShort(int arg0, short arg1)
Parameters
Exceptions
SetString(String, String)
void SetString(String arg0, String arg1)
Parameters
Exceptions
SetString(int, String)
void SetString(int arg0, String arg1)
Parameters
Exceptions
SetTime(String, Time)
void SetTime(String arg0, Time arg1)
Parameters
Exceptions
SetTime(String, Time, Calendar)
void SetTime(String arg0, Time arg1, Calendar arg2)
Parameters
Exceptions
SetTime(int, Time)
void SetTime(int arg0, Time arg1)
Parameters
Exceptions
SetTime(int, Time, Calendar)
void SetTime(int arg0, Time arg1, Calendar arg2)
Parameters
Exceptions
SetTimestamp(String, Timestamp)
void SetTimestamp(String arg0, Timestamp arg1)
Parameters
Exceptions
SetTimestamp(String, Timestamp, Calendar)
void SetTimestamp(String arg0, Timestamp arg1, Calendar arg2)
Parameters
Exceptions
SetTimestamp(int, Timestamp)
void SetTimestamp(int arg0, Timestamp arg1)
Parameters
Exceptions
SetTimestamp(int, Timestamp, Calendar)
void SetTimestamp(int arg0, Timestamp arg1, Calendar arg2)
Parameters
Exceptions
SetType(int)
void SetType(int arg0)
Parameters
Exceptions
SetURL(int, URL)
void SetURL(int arg0, URL arg1)