JDBC Reference,
Page 18 of 30


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

java.sql.ResultSet

Table 6-5 JDBC 2.0 ResultSet Methods Supported
Returns Signature Implementation Notes

boolean

absolute(int row)

void

afterLast()

void

beforeFirst()

void

beforeFirst()

boolan

first()

int

getConcurrency()

int

getFetchDirection()

int

getFetchSize()

Always returns 1 in Version 3.0.

int

getRow()

boolean

isAfterLast()

boolean

isBeforeFirst

boolean

isFirst()

boolean

isLast()

boolean

last()

boolean

previous()

boolean

relative(int rows)

void

setFetchDirection(int direction)

void

setFetchSize(int rows)

A fetch size of 1 is the only size supported.

NOTE: When working with scrolling insensitive ResultSets when auto-commit mode is turned on, the only positioning method that can close the ResultSet automatically is the next() method. When auto-commit mode is on, his method automatically closes the ResultSet if it is called and there are no more rows. afterLast() does not close the ResultSet, for example.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.