Package org.teiid.jdbc
Interface BatchResults.BatchFetcher
-
- All Known Implementing Classes:
ResultSetImpl
- Enclosing class:
- BatchResults
public static interface BatchResults.BatchFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.teiid.jdbc.BatchResults.Batch
requestBatch(int beginRow)
-
-
-
Method Detail
-
requestBatch
org.teiid.jdbc.BatchResults.Batch requestBatch(int beginRow) throws SQLException
- Throws:
SQLException
-
-