| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
SaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
Get sane query result.
|
Optional<ExecuteResult> |
DefaultSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
MySQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
PostgreSQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecuteResult> |
RawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
RawSQLExecutorCallback callback)
Execute.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecuteResult> |
RawSQLExecutorCallback.execute(Collection<RawSQLExecutionUnit> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryResult
Query result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCMemoryQueryResult
JDBC query result for memory loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCStreamQueryResult
JDBC query result for stream loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawMemoryQueryResult
Raw query result for memory loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryQueryResult
Abstract memory query result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamQueryResult
Abstract stream query result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateResult
Update result.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
FederateExecutor.executeQuery(ExecutionContext executionContext,
JDBCExecutorCallback<? extends ExecuteResult> callback,
DriverExecutionPrepareEngine<JDBCExecutionUnit,Connection> prepareEngine)
Execute query.
|
List<QueryResult> |
FederateJDBCExecutor.executeQuery(ExecutionContext executionContext,
JDBCExecutorCallback<? extends ExecuteResult> callback,
DriverExecutionPrepareEngine<JDBCExecutionUnit,Connection> prepareEngine) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
FederateRawExecutor.executeQuery(ExecutionContext executionContext,
JDBCExecutorCallback<? extends ExecuteResult> callback,
DriverExecutionPrepareEngine<JDBCExecutionUnit,Connection> prepareEngine) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.