Java javax.resource.cci ResultSet fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.cci ResultSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.cci ResultSet.

The text is from its open source code.

Method

voidclose()
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
intgetInt(int columnIndex)
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
StringgetString(int columnIndex)
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
booleannext()
Moves the cursor forward one row from its current position.