Java.Sql.IStatement.FetchSize Property
Gets the default number of rows for a fetch for the ResultSet objects returned from this statement.

Syntax

[get: Android.Runtime.Register("getFetchSize", "()I", "GetGetFetchSizeHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setFetchSize", "(I)V", "GetSetFetchSize_IHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int FetchSize { 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 an error occurs accessing the database, or if the rows parameter is out of range.

Remarks

Get method documentation [Android Documentation]

Gets the default number of rows for a fetch for the ResultSet objects returned from this statement.

Set method documentation [Android Documentation]

Sets the fetch size. This is a hint to the JDBC driver about how many rows should be fetched from the database when more are required by application processing.

Requirements

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