|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.ResultSetIterator
@Deprecated public class ResultSetIterator
Implements the java.util.Iterator interface for a JDBC ResultSet. A more interesting (and useful) interface would implement the java.util.ListIterator interface
| Field Summary | |
|---|---|
static int |
BELONGING_TYPE
Deprecated |
static int |
EJB_PK_TYPE
Deprecated |
| Constructor Summary | |
|---|---|
ResultSetIterator(String resultClassName,
int resultClassType,
Vector fieldMap,
PreparedStatement preparedStatement,
ResultSet resultSet)
Deprecated |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Deprecated |
Object |
next()
Deprecated Returns the next element in the interation. |
void |
remove()
Deprecated This operation is unsupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BELONGING_TYPE
public static final int EJB_PK_TYPE
| Constructor Detail |
|---|
public ResultSetIterator(String resultClassName,
int resultClassType,
Vector fieldMap,
PreparedStatement preparedStatement,
ResultSet resultSet)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface Iteratorpublic void remove()
remove in interface Iterator
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||