Package | Description |
---|---|
org.apache.manifoldcf.jdbc |
Modifier and Type | Class and Description |
---|---|
protected static class |
JDBCConnection.RDynamicRow
Dynamic result row implementation
|
Modifier and Type | Field and Description |
---|---|
protected IDynamicResultRow |
JDBCConnection.NextResultRowThread.response |
Modifier and Type | Method and Description |
---|---|
IDynamicResultRow |
JDBCConnection.NextResultRowThread.finishUp() |
IDynamicResultRow |
IDynamicResultSet.getNextRow()
Get the next row from the resultset.
|
IDynamicResultRow |
JDBCConnection.JDBCResultSet.getNextRow()
Get the next row from the resultset.
|
IDynamicResultRow |
JDBCConnection.JDBCPSResultSet.getNextRow()
Get the next row from the resultset.
|
protected static IDynamicResultRow |
JDBCConnection.readNextResultRow(ResultSet rs,
ResultSetMetaData rsmd,
String[] resultCols) |
protected static IDynamicResultRow |
JDBCConnection.readNextResultRowViaThread(ResultSet rs,
ResultSetMetaData rsmd,
String[] resultCols) |
protected static IDynamicResultRow |
JDBCConnection.readResultRow(ResultSet rs,
ResultSetMetaData rsmd,
String[] resultCols)
Read the current row from the resultset
|