IDynamicResultRow |
JDBCConnection.NextResultRowThread.finishUp() |
|
IDynamicResultRow |
IDynamicResultSet.getNextRow() |
Get the next row from the resultset.
|
IDynamicResultRow |
JDBCConnection.JDBCPSResultSet.getNextRow() |
Get the next row from the resultset.
|
IDynamicResultRow |
JDBCConnection.JDBCResultSet.getNextRow() |
Get the next row from the resultset.
|
protected static IDynamicResultRow |
JDBCConnection.readNextResultRow(java.sql.ResultSet rs,
java.sql.ResultSetMetaData rsmd,
java.lang.String[] resultCols) |
|
protected static IDynamicResultRow |
JDBCConnection.readNextResultRowViaThread(java.sql.ResultSet rs,
java.sql.ResultSetMetaData rsmd,
java.lang.String[] resultCols) |
|
protected static IDynamicResultRow |
JDBCConnection.readResultRow(java.sql.ResultSet rs,
java.sql.ResultSetMetaData rsmd,
java.lang.String[] resultCols) |
Read the current row from the resultset
|