Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
: Interface RealRowParser (RealSQL-JDBC) (realrowparser.html)
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Interface for parsing a row returned from the Reality SQL Server.
ResultSet,
RealRowTokenizer| Method Summary | |
java.util.Iterator
|
columns()
Returns an iterator that enables a class to run through each of the column values. |
boolean
|
exists(int index)
Checks if the specified column exists. |
java.lang.String
|
getValue(int index)
Returns a specific column value. |
int
|
size()
Gets the total number of columns in the row. |
| Method Detail |
public java.util.Iterator columns() throws RealSQLException
public java.lang.String getValue(int index) throws RealSQLException
index - the desired column index.public boolean exists(int index) throws RealSQLException
index - the desired column index.public int size() throws RealSQLException
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||