Java.Sql.IStatement.FetchDirection Property
Gets the default direction for fetching rows for ResultSets generated from this statement.

Syntax

[get: Android.Runtime.Register("getFetchDirection", "()I", "GetGetFetchDirectionHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setFetchDirection", "(I)V", "GetSetFetchDirection_IHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int FetchDirection { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the database.
Java.Sql.SQLExceptionif there is an error while accessing the database or if the fetch direction is unrecognized.

Remarks

Get method documentation [Android Documentation]

Gets the default direction for fetching rows for ResultSets generated from this statement.

Set method documentation [Android Documentation]

Sets the fetch direction - a hint to the JDBC driver about the direction of processing of rows in ResultSets created by this statement. The default fetch direction is FETCH_FORWARD.

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1