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.0 ()
: Class RealRowTokenizer (RealSQL-JDBC) (realrowtokenizer.html)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.northgateis.reality.realsql.RealRowTokenizer
Container for all column data in a single row returned from the Reality SQL Server.
The row is parsed to extract column data, any data truncation errors are flagged and will be made available after a ResultSet.getXXX() operation. To speed processing the parsing is accomplished in a separate thread.
Constructor Summary | |
RealRowTokenizer(RealItemTokenizer data,
int logLevel)
|
|
RealRowTokenizer(RealSQLResultSetMetaData metadata,
RealItemTokenizer data,
int traceFlags)
|
Method Summary | |
java.util.Iterator | columns() Returns an iterator for this row. |
boolean | exists(int index) Check if column index is valid for this row. |
java.lang.String | getValue(int index) Get the value for a specified column index. |
protected java.sql.SQLWarning | getWarning(int index) Get non-fatal warning messages found during parsing, including data truncation errors. |
int | size() Get the number of columns in this row. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RealRowTokenizer(RealItemTokenizer data, int logLevel)
public RealRowTokenizer(RealSQLResultSetMetaData metadata, RealItemTokenizer data, int traceFlags)
Method Detail |
public java.util.Iterator columns() throws RealSQLException
public java.lang.String getValue(int index) throws RealSQLException
index
- column index to retrieve.public boolean exists(int index) throws RealSQLException
index
- column index to check.public int size() throws RealSQLException
protected java.sql.SQLWarning getWarning(int index) throws RealSQLException
index
- column index to return any non-fatal warning messages.PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |