Java com.google.gwt.gears.client.database ResultSet fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gears.client.database ResultSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gears.client.database ResultSet.

The text is from its open source code.

Method

voidclose()
Releases the state associated with this ResultSet .
intgetFieldAsInt(int fieldIndex)
Retrieves the value of the field at fieldIndex as an int.
longgetFieldAsLong(int fieldIndex)
Retrieves the value of the field at fieldIndex as a long.
StringgetFieldAsString(int fieldIndex)
Retrieves the value of the field at fieldIndex as a String.
booleanisValidRow()
Returns true if this ResultSet cursor is currently pointing at a valid row.
voidnext()
Advances to the next row of the results.