| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
SaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex)
Get sane query result.
|
Optional<ExecuteResult> |
DefaultSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
MySQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
OpenGaussSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
PostgreSQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
List<ExecuteResult> |
RawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.QueryContext queryContext,
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.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.