Uses of Class
org.teiid.translator.DataNotAvailableException
-
Packages that use DataNotAvailableException Package Description org.teiid.translator -
-
Uses of DataNotAvailableException in org.teiid.translator
Fields in org.teiid.translator declared as DataNotAvailableException Modifier and Type Field Description static DataNotAvailableExceptionDataNotAvailableException. NO_POLLINGIndicate that the engine should not poll for results and will be notified via theExecutionContext.dataAvailable()method.Methods in org.teiid.translator that throw DataNotAvailableException Modifier and Type Method Description int[]UpdateExecution. getUpdateCounts()Returns the update counts for the execution.List<?>ResultSetExecution. next()Retrieves the next row of the resultset.
-