Uses of Interface
org.apache.shardingsphere.infra.executor.sql.execute.result.ExecuteResult
Packages that use ExecuteResult
Package
Description
-
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionDefaultSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) SaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) Get sane query result. -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionMySQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionOpenGaussSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionPostgreSQLSaneQueryResultEngine.getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionList<io.vertx.core.Future<ExecuteResult>>VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures.Collection<io.vertx.core.Future<ExecuteResult>>VertxExecutorCallback.execute(Collection<VertxExecutionUnit> inputs, boolean isTrunkThread, Map<String, Object> dataMap) -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionRawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) Execute. -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback that return types with arguments of type ExecuteResultModifier and TypeMethodDescriptionRawSQLExecutorCallback.execute(Collection<RawSQLExecutionUnit> inputs, boolean isTrunkThread, Map<String, Object> dataMap) -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query
Subinterfaces of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory that implement ExecuteResultModifier and TypeClassDescriptionfinal classJDBC query result for memory loading. -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream that implement ExecuteResultModifier and TypeClassDescriptionfinal classJDBC query result for stream loading. -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx that implement ExecuteResult -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type that implement ExecuteResultModifier and TypeClassDescriptionfinal classRaw query result for memory loading. -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory that implement ExecuteResult -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream that implement ExecuteResult -
Uses of ExecuteResult in org.apache.shardingsphere.infra.executor.sql.execute.result.update
Classes in org.apache.shardingsphere.infra.executor.sql.execute.result.update that implement ExecuteResult