IResultSet
CloseCursorsAtCommit
ConcurReadOnly
ConcurUpdatable
FetchForward
FetchReverse
FetchUnknown
HoldCursorsOverCommit
TypeForwardOnly
TypeScrollInsensitive
TypeScrollSensitive
Concurrency
CursorName
FetchDirection
FetchSize
Holdability
IsAfterLast
IsBeforeFirst
IsClosed
IsFirst
IsLast
MetaData
Row
Statement
Type
Warnings
Absolute(Int32)
AfterLast()
BeforeFirst()
CancelRowUpdates()
ClearWarnings()
Close()
DeleteRow()
FindColumn(String)
First()
GetArray(Int32)
GetArray(String)
GetAsciiStream(Int32)
GetAsciiStream(String)
GetBigDecimal(Int32)
GetBigDecimal(String)
GetBigDecimal(Int32, Int32)
GetBigDecimal(String, Int32)
GetBinaryStream(Int32)
GetBinaryStream(String)
GetBlob(Int32)
GetBlob(String)
GetBoolean(Int32)
GetBoolean(String)
GetByte(Int32)
GetByte(String)
GetBytes(Int32)
GetBytes(String)
GetCharacterStream(Int32)
GetCharacterStream(String)
GetClob(Int32)
GetClob(String)
GetDate(Int32)
GetDate(String)
GetDate(Int32, Calendar)
GetDate(String, Calendar)
GetDouble(Int32)
GetDouble(String)
GetFloat(Int32)
GetFloat(String)
GetInt(Int32)
GetInt(String)
GetLong(Int32)
GetLong(String)
GetNCharacterStream(Int32)
GetNCharacterStream(String)
GetNClob(Int32)
GetNClob(String)
GetNString(Int32)
GetNString(String)
GetObject(Int32)
GetObject(String)
GetObject(Int32, IDictionary<String, Class>)
GetObject(String, IDictionary<String, Class>)
GetRef(Int32)
GetRef(String)
GetRowId(Int32)
GetRowId(String)
GetShort(Int32)
GetShort(String)
GetSQLXML(Int32)
GetSQLXML(String)
GetString(Int32)
GetString(String)
GetTime(Int32)
GetTime(String)
GetTime(Int32, Calendar)
GetTime(String, Calendar)
GetTimestamp(Int32)
GetTimestamp(String)
GetTimestamp(Int32, Calendar)
GetTimestamp(String, Calendar)
GetUnicodeStream(Int32)
GetUnicodeStream(String)
GetURL(Int32)
GetURL(String)
InsertRow()
Last()
MoveToCurrentRow()
MoveToInsertRow()
Next()
Previous()
RefreshRow()
Relative(Int32)
RowDeleted()
RowInserted()
RowUpdated()
UpdateArray(Int32, IArray)
UpdateArray(String, IArray)
UpdateAsciiStream(Int32, Stream)
UpdateAsciiStream(String, Stream)
UpdateAsciiStream(Int32, Stream, Int32)
UpdateAsciiStream(Int32, Stream, Int64)
UpdateAsciiStream(String, Stream, Int32)
UpdateAsciiStream(String, Stream, Int64)
UpdateBigDecimal(Int32, BigDecimal)
UpdateBigDecimal(String, BigDecimal)
UpdateBinaryStream(Int32, Stream)
UpdateBinaryStream(String, Stream)
UpdateBinaryStream(Int32, Stream, Int32)
UpdateBinaryStream(Int32, Stream, Int64)
UpdateBinaryStream(String, Stream, Int32)
UpdateBinaryStream(String, Stream, Int64)
UpdateBlob(Int32, IBlob)
UpdateBlob(Int32, Stream)
UpdateBlob(String, IBlob)
UpdateBlob(String, Stream)
UpdateBlob(Int32, Stream, Int64)
UpdateBlob(String, Stream, Int64)
UpdateBoolean(Int32, Boolean)
UpdateBoolean(String, Boolean)
UpdateByte(Int32, SByte)
UpdateByte(String, SByte)
UpdateBytes(Int32, Byte[])
UpdateBytes(String, Byte[])
UpdateCharacterStream(Int32, Reader)
UpdateCharacterStream(String, Reader)
UpdateCharacterStream(Int32, Reader, Int32)
UpdateCharacterStream(Int32, Reader, Int64)
UpdateCharacterStream(String, Reader, Int32)
UpdateCharacterStream(String, Reader, Int64)
UpdateClob(Int32, IClob)
UpdateClob(Int32, Reader)
UpdateClob(String, IClob)
UpdateClob(String, Reader)
UpdateClob(Int32, Reader, Int64)
UpdateClob(String, Reader, Int64)
UpdateDate(Int32, Date)
UpdateDate(String, Date)
UpdateDouble(Int32, Double)
UpdateDouble(String, Double)
UpdateFloat(Int32, Single)
UpdateFloat(String, Single)
UpdateInt(Int32, Int32)
UpdateInt(String, Int32)
UpdateLong(Int32, Int64)
UpdateLong(String, Int64)
UpdateNCharacterStream(Int32, Reader)
UpdateNCharacterStream(String, Reader)
UpdateNCharacterStream(Int32, Reader, Int64)
UpdateNCharacterStream(String, Reader, Int64)
UpdateNClob(Int32, INClob)
UpdateNClob(Int32, Reader)
UpdateNClob(String, INClob)
UpdateNClob(String, Reader)
UpdateNClob(Int32, Reader, Int64)
UpdateNClob(String, Reader, Int64)
UpdateNString(Int32, String)
UpdateNString(String, String)
UpdateNull(Int32)
UpdateNull(String)
UpdateObject(Int32, Object)
UpdateObject(String, Object)
UpdateObject(Int32, Object, Int32)
UpdateObject(String, Object, Int32)
UpdateRef(Int32, IRef)
UpdateRef(String, IRef)
UpdateRow()
UpdateRowId(Int32, IRowId)
UpdateRowId(String, IRowId)
UpdateShort(Int32, Int16)
UpdateShort(String, Int16)
UpdateSQLXML(Int32, ISQLXML)
UpdateSQLXML(String, ISQLXML)
UpdateString(Int32, String)
UpdateString(String, String)
UpdateTime(Int32, Time)
UpdateTime(String, Time)
UpdateTimestamp(Int32, Timestamp)
UpdateTimestamp(String, Timestamp)
WasNull()
monoandroid
namespace Java.Sql
{
[Register("java/sql/ResultSet", "", "Java.Sql.IResultSetInvoker")]
public interface IResultSet : IJavaObject, IJavaPeerable, IWrapper, IDisposable
{
[Register("getCharacterStream", "(Ljava/lang/String;)Ljava/io/Reader;", "GetGetCharacterStream_Ljava_lang_String_Handler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
Reader? GetCharacterStream(string? columnLabel);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API