| Modifier and Type | Field and Description |
|---|---|
static DataNotAvailableException |
DataNotAvailableException.NO_POLLING
Indicate that the engine should not poll for results and will be notified
via the
ExecutionContext.dataAvailable() method. |
| Modifier and Type | Method and Description |
|---|---|
int[] |
UpdateExecution.getUpdateCounts()
Returns the update counts for the execution.
|
List<?> |
ResultSetExecution.next()
Retrieves the next row of the resultset.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
AccumuloUpdateExecution.getUpdateCounts() |
List<?> |
AccumuloQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
CassandraUpdateExecution.getUpdateCounts() |
List<?> |
CassandraQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
ExcelExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
AbstractSpreadsheetExecution.getUpdateCounts() |
List<?> |
SpreadsheetQueryExecution.next() |
List<?> |
DirectSpreadsheetQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
JDBCUpdateExecution.getUpdateCounts() |
List<?> |
JDBCQueryExecution.next() |
List<?> |
JDBCProcedureExecution.next() |
List<?> |
JDBCDirectQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
JPQLUpdateExecution.getUpdateCounts() |
List<?> |
JPQLQueryExecution.next() |
List<?> |
JPQLDirectQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
LDAPUpdateExecution.getUpdateCounts() |
List<?> |
LDAPSyncQueryExecution.next() |
List<?> |
LDAPDirectSearchQueryExecution.next() |
List<?> |
LDAPDirectCreateUpdateDeleteQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
LoopbackExecution.getUpdateCounts() |
List<?> |
LoopbackExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
MongoDBUpdateExecution.getUpdateCounts() |
List<?> |
MongoDBQueryExecution.next() |
List<?> |
MongoDBDirectQueryExecution.next() |
com.mongodb.DBObject |
MongoDBDirectQueryExecution.nextRow() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
ObjectUpdateExecution.getUpdateCounts() |
List<?> |
ObjectExecution.next() |
List<?> |
ObjectDirectExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
ODataUpdateExecution.getUpdateCounts() |
List<?> |
ODataQueryExecution.next() |
List<?> |
ODataProcedureExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
ODataUpdateExecution.getUpdateCounts() |
List<?> |
ODataQueryExecution.next() |
List<?> |
ODataProcedureExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
InsertExecutionImpl.getUpdateCounts() |
int[] |
AbstractUpdateExecution.getUpdateCounts() |
List<?> |
QueryExecutionImpl.next() |
List<?> |
ProcedureExecutionParentImpl.next() |
List<?> |
DirectQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
SimpleDBUpdateExecute.getUpdateCounts() |
int[] |
SimpleDBInsertExecute.getUpdateCounts() |
int[] |
SimpleDBDeleteExecute.getUpdateCounts() |
List<?> |
SimpleDBQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
SolrUpdateExecution.getUpdateCounts() |
List<?> |
SolrQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
SwaggerProcedureExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
WSWSDLProcedureExecution.next() |
List<?> |
WSProcedureExecution.next() |
List<?> |
BinaryWSProcedureExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
YahooExecution.next() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.