IRowSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The interface that adds support to the JDBC API for the JavaBeans<sup><font size=-2>TM</font></sup> component model.
[Android.Runtime.Register("javax/sql/RowSet", "", "Javax.Sql.IRowSetInvoker")]
public interface IRowSet : IDisposable, Java.Interop.IJavaPeerable, Java.Sql.IResultSet
[<Android.Runtime.Register("javax/sql/RowSet", "", "Javax.Sql.IRowSetInvoker")>]
type IRowSet = interface
interface IResultSet
interface IWrapper
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
The interface that adds support to the JDBC API for the JavaBeans<sup><font size=-2>TM</font></sup> component model. A rowset, which can be used as a JavaBeans component in a visual Bean development environment, can be created and configured at design time and executed at run time.
The RowSet
interface provides a set of JavaBeans properties that allow a RowSet
instance to be configured to connect to a JDBC data source and read some data from the data source. A group of setter methods (setInt
, setBytes
, setString
, and so on) provide a way to pass input parameters to a rowset's command property. This command is the SQL query the rowset uses when it gets its data from a relational database, which is generally the case.
The RowSet
interface supports JavaBeans events, allowing other components in an application to be notified when an event occurs on a rowset, such as a change in its value.
The RowSet
interface is unique in that it is intended to be implemented using the rest of the JDBC API. In other words, a RowSet
implementation is a layer of software that executes "on top" of a JDBC driver. Implementations of the RowSet
interface can be provided by anyone, including JDBC driver vendors who want to provide a RowSet
implementation as part of their JDBC products.
A RowSet
object may make a connection with a data source and maintain that connection throughout its life cycle, in which case it is called a connected rowset. A rowset may also make a connection with a data source, get data from it, and then close the connection. Such a rowset is called a disconnected rowset. A disconnected rowset may make changes to its data while it is disconnected and then send the changes back to the original source of the data, but it must reestablish a connection to do so.
A disconnected rowset may have a reader (a RowSetReader
object) and a writer (a RowSetWriter
object) associated with it. The reader may be implemented in many different ways to populate a rowset with data, including getting data from a non-relational data source. The writer can also be implemented in many different ways to propagate changes made to the rowset's data back to the underlying data source.
Rowsets are easy to use. The RowSet
interface extends the standard java.sql.ResultSet
interface. The RowSetMetaData
interface extends the java.sql.ResultSetMetaData
interface. Thus, developers familiar with the JDBC API will have to learn a minimal number of new APIs to use rowsets. In addition, third-party software tools that work with JDBC ResultSet
objects will also easily be made to work with rowsets.
Added in 1.4.
Java documentation for javax.sql.RowSet
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
CloseCursorsAtCommit |
The constant indicating that open |
ConcurReadOnly |
The constant indicating the concurrency mode for a
|
ConcurUpdatable |
The constant indicating the concurrency mode for a
|
FetchForward |
The constant indicating that the rows in a result set will be processed in a forward direction; first-to-last. (Inherited from IResultSet) |
FetchReverse |
The constant indicating that the rows in a result set will be processed in a reverse direction; last-to-first. (Inherited from IResultSet) |
FetchUnknown |
The constant indicating that the order in which rows in a result set will be processed is unknown. (Inherited from IResultSet) |
HoldCursorsOverCommit |
The constant indicating that open |
TypeForwardOnly |
The constant indicating the type for a |
TypeScrollInsensitive |
The constant indicating the type for a |
TypeScrollSensitive |
The constant indicating the type for a |
Properties
Command |
Gets the |
Concurrency |
Gets the concurrency mode of this |
CursorName |
Gets the name of the SQL cursor of this |
DataSourceName |
Gets the ODBC Data Source Name property associated with this |
EscapeProcessing |
Reports if escape processing is enabled for this |
FetchDirection |
Gets the direction in which rows are fetched for this |
FetchSize |
Gets the fetch size (in number of rows) for this |
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
Holdability |
Returns the holdability of this result set: HoldCursorsOverCommit or CloseCursorsAtCommit. (Inherited from IResultSet) |
IsAfterLast |
Gets if the cursor is after the last row of the |
IsBeforeFirst |
Gets if the cursor is before the first row of the |
IsClosed |
Returns true if this result set has been closed, false otherwise. (Inherited from IResultSet) |
IsFirst |
Gets if the cursor is on the first row of the |
IsLast |
Gets if the cursor is on the last row of the |
JniIdentityHashCode |
Returns the value of |
JniManagedPeerState |
State of the managed peer. (Inherited from IJavaPeerable) |
JniPeerMembers |
Member access and invocation support. (Inherited from IJavaPeerable) |
MaxFieldSize |
Gets the maximum number of bytes that can be returned for column values
which are of type |
MaxRows |
Gets the maximum number of rows for this |
MetaData |
Gets the metadata for this |
Password |
Gets the value of the password property for this |
PeerReference |
Returns a JniObjectReference of the wrapped Java object instance. (Inherited from IJavaPeerable) |
QueryTimeout |
Gets the timeout for the driver when a query operation is executed. |
ReadOnly |
Indicates if this |
Row |
Gets the number of the current row in the |
Statement |
Gets the statement that produced this |
TransactionIsolation |
Gets the transaction isolation level property set for this
|
Type |
Gets the type of the |
TypeMap |
Gets the custom mapping of SQL User-Defined Types (UDTs) and Java classes
for this |
Url |
Gets the URL property value for this |
Username |
Gets the value of the |
Warnings |
Gets the first warning generated by calls on this |
Methods
Absolute(Int32) |
Moves the cursor to the given row number in
this |
AddRowSetListener(IRowSetListener) |
Registers the given listener so that it will be notified of events
that occur on this |
AfterLast() |
Moves the cursor to the end of
this |
BeforeFirst() |
Moves the cursor to the front of
this |
CancelRowUpdates() |
Cancels the updates made to the current row in this
|
ClearParameters() |
Clears the parameters set for this |
ClearWarnings() |
Clears all warnings reported on this |
Close() |
Releases this |
DeleteRow() |
Deletes the current row from this |
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() |
If there are no outstanding references to this instance, then
calls |
Execute() |
Fills this |
Finalized() |
Called when the instance has been finalized. (Inherited from IJavaPeerable) |
FindColumn(String) |
Maps the given |
First() |
Moves the cursor to the first row in
this |
GetArray(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetArray(String) |
Retrieves the value of the designated column in the current row
of this |
GetAsciiStream(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetAsciiStream(String) |
Retrieves the value of the designated column in the current row
of this |
GetBigDecimal(Int32, Int32) |
Obsolete.
Retrieves the value of the designated column in the current row
of this |
GetBigDecimal(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetBigDecimal(String, Int32) |
Obsolete.
Retrieves the value of the designated column in the current row
of this |
GetBigDecimal(String) |
Retrieves the value of the designated column in the current row
of this |
GetBinaryStream(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetBinaryStream(String) |
Retrieves the value of the designated column in the current row
of this |
GetBlob(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetBlob(String) |
Retrieves the value of the designated column in the current row
of this |
GetBoolean(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetBoolean(String) |
Retrieves the value of the designated column in the current row
of this |
GetByte(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetByte(String) |
Retrieves the value of the designated column in the current row
of this |
GetBytes(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetBytes(String) |
Retrieves the value of the designated column in the current row
of this |
GetCharacterStream(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetCharacterStream(String) |
Retrieves the value of the designated column in the current row
of this |
GetClob(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetClob(String) |
Retrieves the value of the designated column in the current row
of this |
GetDate(Int32, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetDate(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetDate(String, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetDate(String) |
Retrieves the value of the designated column in the current row
of this |
GetDouble(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetDouble(String) |
Retrieves the value of the designated column in the current row
of this |
GetFloat(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetFloat(String) |
Retrieves the value of the designated column in the current row
of this |
GetInt(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetInt(String) |
Retrieves the value of the designated column in the current row
of this |
GetLong(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetLong(String) |
Retrieves the value of the designated column in the current row
of this |
GetNCharacterStream(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetNCharacterStream(String) |
Retrieves the value of the designated column in the current row
of this |
GetNClob(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetNClob(String) |
Retrieves the value of the designated column in the current row
of this |
GetNString(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetNString(String) |
Retrieves the value of the designated column in the current row
of this |
GetObject(Int32, IDictionary<String,Class>) |
Retrieves the value of the designated column in the current row
of this |
GetObject(Int32) |
Gets the value of the designated column in the current row
of this |
GetObject(String, IDictionary<String,Class>) |
Retrieves the value of the designated column in the current row
of this |
GetObject(String) |
Gets the value of the designated column in the current row
of this |
GetRef(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetRef(String) |
Retrieves the value of the designated column in the current row
of this |
GetRowId(Int32) |
Retrieves the value of the designated column in the current row of this
|
GetRowId(String) |
Retrieves the value of the designated column in the current row of this
|
GetShort(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetShort(String) |
Retrieves the value of the designated column in the current row
of this |
GetSQLXML(Int32) |
Retrieves the value of the designated column in the current row of
this |
GetSQLXML(String) |
Retrieves the value of the designated column in the current row of
this |
GetString(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetString(String) |
Retrieves the value of the designated column in the current row
of this |
GetTime(Int32, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetTime(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetTime(String, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetTime(String) |
Retrieves the value of the designated column in the current row
of this |
GetTimestamp(Int32, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetTimestamp(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetTimestamp(String, Calendar) |
Retrieves the value of the designated column in the current row
of this |
GetTimestamp(String) |
Retrieves the value of the designated column in the current row
of this |
GetUnicodeStream(Int32) |
Obsolete.
Retrieves the value of the designated column in the current row
of this |
GetUnicodeStream(String) |
Obsolete.
Retrieves the value of the designated column in the current row
of this |
GetURL(Int32) |
Retrieves the value of the designated column in the current row
of this |
GetURL(String) |
Retrieves the value of the designated column in the current row
of this |
InsertRow() |
Inserts the contents of the insert row into this
|
IsWrapperFor(Class) |
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does. (Inherited from IWrapper) |
Last() |
Moves the cursor to the last row in
this |
MoveToCurrentRow() |
Moves the cursor to the remembered cursor position, usually the current row. (Inherited from IResultSet) |
MoveToInsertRow() |
Moves the cursor to the insert row. (Inherited from IResultSet) |
Next() |
Moves the cursor froward one row from its current position. (Inherited from IResultSet) |
Previous() |
Moves the cursor to the previous row in this
|
RefreshRow() |
Refreshes the current row with its most recent value in the database. (Inherited from IResultSet) |
Relative(Int32) |
Moves the cursor a relative number of rows, either positive or negative. (Inherited from IResultSet) |
RemoveRowSetListener(IRowSetListener) |
Removes the specified listener from the list of components that will be
notified when an event occurs on this |
RowDeleted() |
Retrieves whether a row has been deleted. (Inherited from IResultSet) |
RowInserted() |
Retrieves whether the current row has had an insertion. (Inherited from IResultSet) |
RowUpdated() |
Retrieves whether the current row has been updated. (Inherited from IResultSet) |
SetArray(Int32, IArray) |
Sets the designated parameter in this |
SetAsciiStream(Int32, Stream, Int32) |
Sets the designated parameter in this |
SetAsciiStream(Int32, Stream) |
Sets the designated parameter in this |
SetAsciiStream(String, Stream, Int32) |
Sets the designated parameter to the given input stream, which will have the specified number of bytes. |
SetAsciiStream(String, Stream) |
Sets the designated parameter to the given input stream. |
SetBigDecimal(Int32, BigDecimal) |
Sets the designated parameter in this |
SetBigDecimal(String, BigDecimal) |
Sets the designated parameter to the given
|
SetBinaryStream(Int32, Stream, Int32) |
Sets the designated parameter in this |
SetBinaryStream(Int32, Stream) |
Sets the designated parameter in this |
SetBinaryStream(String, Stream, Int32) |
Sets the designated parameter to the given input stream, which will have the specified number of bytes. |
SetBinaryStream(String, Stream) |
Sets the designated parameter to the given input stream. |
SetBlob(Int32, IBlob) |
Sets the designated parameter in this |
SetBlob(Int32, Stream, Int64) |
Sets the designated parameter to a |
SetBlob(Int32, Stream) |
Sets the designated parameter to a |
SetBlob(String, IBlob) |
Sets the designated parameter to the given |
SetBlob(String, Stream, Int64) |
Sets the designated parameter to a |
SetBlob(String, Stream) |
Sets the designated parameter to a |
SetBoolean(Int32, Boolean) |
Sets the designated parameter in this |
SetBoolean(String, Boolean) |
Sets the designated parameter to the given Java |
SetByte(Int32, SByte) |
Sets the designated parameter in this |
SetByte(String, SByte) |
Sets the designated parameter to the given Java |
SetBytes(Int32, Byte[]) |
Sets the designated parameter in this |
SetBytes(String, Byte[]) |
Sets the designated parameter to the given Java array of bytes. |
SetCharacterStream(Int32, Reader, Int32) |
Sets the designated parameter in this |
SetCharacterStream(Int32, Reader) |
Sets the designated parameter in this |
SetCharacterStream(String, Reader, Int32) |
Sets the designated parameter to the given |
SetCharacterStream(String, Reader) |
Sets the designated parameter to the given |
SetClob(Int32, IClob) |
Sets the designated parameter in this |
SetClob(Int32, Reader, Int64) |
Sets the designated parameter to a |
SetClob(Int32, Reader) |
Sets the designated parameter to a |
SetClob(String, IClob) |
Sets the designated parameter to the given |
SetClob(String, Reader, Int64) |
Sets the designated parameter to a |
SetClob(String, Reader) |
Sets the designated parameter to a |
SetConcurrency(Int32) |
Sets the concurrency of this |
SetDate(Int32, Date, Calendar) |
Sets the designated parameter in this |
SetDate(Int32, Date) |
Sets the designated parameter in this |
SetDate(String, Date, Calendar) |
Sets the designated parameter to the given |
SetDate(String, Date) |
Sets the designated parameter to the given |
SetDouble(Int32, Double) |
Sets the designated parameter in this |
SetDouble(String, Double) |
Sets the designated parameter to the given Java |
SetFloat(Int32, Single) |
Sets the designated parameter in this |
SetFloat(String, Single) |
Sets the designated parameter to the given Java |
SetInt(Int32, Int32) |
Sets the designated parameter in this |
SetInt(String, Int32) |
Sets the designated parameter to the given Java |
SetJniIdentityHashCode(Int32) |
Set the value returned by |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetLong(Int32, Int64) |
Sets the designated parameter in this |
SetLong(String, Int64) |
Sets the designated parameter to the given Java |
SetNCharacterStream(Int32, Reader, Int64) |
Sets the designated parameter to a |
SetNCharacterStream(Int32, Reader) |
Sets the designated parameter in this |
SetNCharacterStream(String, Reader, Int64) |
Sets the designated parameter to a |
SetNCharacterStream(String, Reader) |
Sets the designated parameter to a |
SetNClob(Int32, INClob) |
Sets the designated parameter to a |
SetNClob(Int32, Reader, Int64) |
Sets the designated parameter to a |
SetNClob(Int32, Reader) |
Sets the designated parameter to a |
SetNClob(String, INClob) |
Sets the designated parameter to a |
SetNClob(String, Reader, Int64) |
Sets the designated parameter to a |
SetNClob(String, Reader) |
Sets the designated parameter to a |
SetNString(Int32, String) |
Sets the designated paramter to the given |
SetNString(String, String) |
Sets the designated paramter to the given |
SetNull(Int32, Int32, String) |
Sets the designated parameter in this |
SetNull(Int32, Int32) |
Sets the designated parameter in this |
SetNull(String, Int32, String) |
Sets the designated parameter to SQL |
SetNull(String, Int32) |
Sets the designated parameter to SQL |
SetObject(Int32, Object, Int32, Int32) |
Sets the designated parameter in this |
SetObject(Int32, Object, Int32) |
Sets the designated parameter in this |
SetObject(Int32, Object) |
Sets the designated parameter in this |
SetObject(String, Object, Int32, Int32) |
Sets the value of the designated parameter with the given object. |
SetObject(String, Object, Int32) |
Sets the value of the designated parameter with the given object. |
SetObject(String, Object) |
Sets the value of the designated parameter with the given object. |
SetPeerReference(JniObjectReference) |
Set the value returned by |
SetRef(Int32, IRef) |
Sets the designated parameter in this |
SetRowId(Int32, IRowId) |
Sets the designated parameter to the given |
SetRowId(String, IRowId) |
Sets the designated parameter to the given |
SetShort(Int32, Int16) |
Sets the designated parameter in this |
SetShort(String, Int16) |
Sets the designated parameter to the given Java |
SetSQLXML(Int32, ISQLXML) |
Sets the designated parameter to the given |
SetSQLXML(String, ISQLXML) |
Sets the designated parameter to the given |
SetString(Int32, String) |
Sets the designated parameter in this |
SetString(String, String) |
Sets the designated parameter to the given Java |
SetTime(Int32, Time, Calendar) |
Sets the designated parameter in this |
SetTime(Int32, Time) |
Sets the designated parameter in this |
SetTime(String, Time, Calendar) |
Sets the designated parameter to the given |
SetTime(String, Time) |
Sets the designated parameter to the given |
SetTimestamp(Int32, Timestamp, Calendar) |
Sets the designated parameter in this |
SetTimestamp(Int32, Timestamp) |
Sets the designated parameter in this |
SetTimestamp(String, Timestamp, Calendar) |
Sets the designated parameter to the given |
SetTimestamp(String, Timestamp) |
Sets the designated parameter to the given |
SetType(Int32) |
Sets the type of this |
SetURL(Int32, URL) |
Sets the designated parameter to the given |
UnregisterFromRuntime() |
Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations. (Inherited from IJavaPeerable) |
Unwrap(Class) |
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy. (Inherited from IWrapper) |
UpdateArray(Int32, IArray) |
Updates the designated column with a |
UpdateArray(String, IArray) |
Updates the designated column with a |
UpdateAsciiStream(Int32, Stream, Int32) |
Updates the designated column with an ascii stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateAsciiStream(Int32, Stream, Int64) |
Updates the designated column with an ascii stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateAsciiStream(Int32, Stream) |
Updates the designated column with an ascii stream value. (Inherited from IResultSet) |
UpdateAsciiStream(String, Stream, Int32) |
Updates the designated column with an ascii stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateAsciiStream(String, Stream, Int64) |
Updates the designated column with an ascii stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateAsciiStream(String, Stream) |
Updates the designated column with an ascii stream value. (Inherited from IResultSet) |
UpdateBigDecimal(Int32, BigDecimal) |
Updates the designated column with a |
UpdateBigDecimal(String, BigDecimal) |
Updates the designated column with a |
UpdateBinaryStream(Int32, Stream, Int32) |
Updates the designated column with a binary stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBinaryStream(Int32, Stream, Int64) |
Updates the designated column with a binary stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBinaryStream(Int32, Stream) |
Updates the designated column with a binary stream value. (Inherited from IResultSet) |
UpdateBinaryStream(String, Stream, Int32) |
Updates the designated column with a binary stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBinaryStream(String, Stream, Int64) |
Updates the designated column with a binary stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBinaryStream(String, Stream) |
Updates the designated column with a binary stream value. (Inherited from IResultSet) |
UpdateBlob(Int32, IBlob) |
Updates the designated column with a |
UpdateBlob(Int32, Stream, Int64) |
Updates the designated column using the given input stream, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBlob(Int32, Stream) |
Updates the designated column using the given input stream. (Inherited from IResultSet) |
UpdateBlob(String, IBlob) |
Updates the designated column with a |
UpdateBlob(String, Stream, Int64) |
Updates the designated column using the given input stream, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateBlob(String, Stream) |
Updates the designated column using the given input stream. (Inherited from IResultSet) |
UpdateBoolean(Int32, Boolean) |
Updates the designated column with a |
UpdateBoolean(String, Boolean) |
Updates the designated column with a |
UpdateByte(Int32, SByte) |
Updates the designated column with a |
UpdateByte(String, SByte) |
Updates the designated column with a |
UpdateBytes(Int32, Byte[]) |
Updates the designated column with a |
UpdateBytes(String, Byte[]) |
Updates the designated column with a byte array value. (Inherited from IResultSet) |
UpdateCharacterStream(Int32, Reader, Int32) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateCharacterStream(Int32, Reader, Int64) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateCharacterStream(Int32, Reader) |
Updates the designated column with a character stream value. (Inherited from IResultSet) |
UpdateCharacterStream(String, Reader, Int32) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateCharacterStream(String, Reader, Int64) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateCharacterStream(String, Reader) |
Updates the designated column with a character stream value. (Inherited from IResultSet) |
UpdateClob(Int32, IClob) |
Updates the designated column with a |
UpdateClob(Int32, Reader, Int64) |
Updates the designated column using the given |
UpdateClob(Int32, Reader) |
Updates the designated column using the given |
UpdateClob(String, IClob) |
Updates the designated column with a |
UpdateClob(String, Reader, Int64) |
Updates the designated column using the given |
UpdateClob(String, Reader) |
Updates the designated column using the given |
UpdateDate(Int32, Date) |
Updates the designated column with a |
UpdateDate(String, Date) |
Updates the designated column with a |
UpdateDouble(Int32, Double) |
Updates the designated column with a |
UpdateDouble(String, Double) |
Updates the designated column with a |
UpdateFloat(Int32, Single) |
Updates the designated column with a |
UpdateFloat(String, Single) |
Updates the designated column with a |
UpdateInt(Int32, Int32) |
Updates the designated column with an |
UpdateInt(String, Int32) |
Updates the designated column with an |
UpdateLong(Int32, Int64) |
Updates the designated column with a |
UpdateLong(String, Int64) |
Updates the designated column with a |
UpdateNCharacterStream(Int32, Reader, Int64) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateNCharacterStream(Int32, Reader) |
Updates the designated column with a character stream value. (Inherited from IResultSet) |
UpdateNCharacterStream(String, Reader, Int64) |
Updates the designated column with a character stream value, which will have the specified number of bytes. (Inherited from IResultSet) |
UpdateNCharacterStream(String, Reader) |
Updates the designated column with a character stream value. (Inherited from IResultSet) |
UpdateNClob(Int32, INClob) |
Updates the designated column with a |
UpdateNClob(Int32, Reader, Int64) |
Updates the designated column using the given |
UpdateNClob(Int32, Reader) |
Updates the designated column using the given
(Inherited from IResultSet)
|
UpdateNClob(String, INClob) |
Updates the designated column with a |
UpdateNClob(String, Reader, Int64) |
Updates the designated column using the given |
UpdateNClob(String, Reader) |
Updates the designated column using the given |
UpdateNString(Int32, String) |
Updates the designated column with a |
UpdateNString(String, String) |
Updates the designated column with a |
UpdateNull(Int32) |
Updates the designated column with a |
UpdateNull(String) |
Updates the designated column with a |
UpdateObject(Int32, Object, Int32) |
Updates the designated column with an |
UpdateObject(Int32, Object) |
Updates the designated column with an |
UpdateObject(String, Object, Int32) |
Updates the designated column with an |
UpdateObject(String, Object) |
Updates the designated column with an |
UpdateRef(Int32, IRef) |
Updates the designated column with a |
UpdateRef(String, IRef) |
Updates the designated column with a |
UpdateRow() |
Updates the underlying database with the new contents of the
current row of this |
UpdateRowId(Int32, IRowId) |
Updates the designated column with a |
UpdateRowId(String, IRowId) |
Updates the designated column with a |
UpdateShort(Int32, Int16) |
Updates the designated column with a |
UpdateShort(String, Int16) |
Updates the designated column with a |
UpdateSQLXML(Int32, ISQLXML) |
Updates the designated column with a |
UpdateSQLXML(String, ISQLXML) |
Updates the designated column with a |
UpdateString(Int32, String) |
Updates the designated column with a |
UpdateString(String, String) |
Updates the designated column with a |
UpdateTime(Int32, Time) |
Updates the designated column with a |
UpdateTime(String, Time) |
Updates the designated column with a |
UpdateTimestamp(Int32, Timestamp) |
Updates the designated column with a |
UpdateTimestamp(String, Timestamp) |
Updates the designated column with a |
WasNull() |
Reports whether
the last column read had a value of SQL |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |