Uses of Interface
org.teiid.jdbc.BatchResults.BatchFetcher
-
Packages that use BatchResults.BatchFetcher Package Description org.teiid.jdbc -
-
Uses of BatchResults.BatchFetcher in org.teiid.jdbc
Classes in org.teiid.jdbc that implement BatchResults.BatchFetcher Modifier and Type Class Description class
ResultSetImpl
Methods in org.teiid.jdbc with parameters of type BatchResults.BatchFetcher Modifier and Type Method Description void
BatchResults. setBatchFetcher(BatchResults.BatchFetcher batchFetcher)
Constructors in org.teiid.jdbc with parameters of type BatchResults.BatchFetcher Constructor Description BatchResults(BatchResults.BatchFetcher batchFetcher, org.teiid.jdbc.BatchResults.Batch batch, int savedBatches)
-