Subject Re: [Firebird-Java] Fetch size questions
Author Roman Rokytskyy
> OK, ignore my post. I didn't know what isc_dsql_fetch was, so I
> wanted to make sure the fetch size was behaving like I expected it
> to.

All isc_* things are direct API calls. Any JDBC call is translated into one
or more isc_* calls. isc_dsql_* represent calls to work with SQL and result
sets.

You can read API reference for more info.

Roman