Uses of Enum
org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
Packages that use ConnectionMode
Package
Description
-
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.execute.engine
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine that return ConnectionModeModifier and TypeMethodDescriptionSQLExecutionUnit.getConnectionMode()Get connection mode.static ConnectionModeReturns the enum constant of this type with the specified name.static ConnectionMode[]ConnectionMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc with parameters of type ConnectionModeModifier and TypeMethodDescriptionprotected abstract TJDBCExecutorCallback.executeSQL(String sql, Statement statement, ConnectionMode connectionMode) -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.prepare
Methods in org.apache.shardingsphere.infra.executor.sql.prepare with parameters of type ConnectionModeModifier and TypeMethodDescriptionprotected abstract List<ExecutionGroup<T>>AbstractExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver with parameters of type ConnectionModeModifier and TypeMethodDescriptionSQLExecutionUnitBuilder.build(ExecutionUnit executionUnit, M executorManager, C connection, ConnectionMode connectionMode, O option) Build SQL execution unit.ExecutorStatementManager.createStorageResource(C connection, ConnectionMode connectionMode, O option) Create storage resource.ExecutorStatementManager.createStorageResource(ExecutionUnit executionUnit, C connection, ConnectionMode connectionMode, O option) Create storage resource.ExecutorConnectionManager.getConnections(String dataSourceName, int connectionSize, ConnectionMode connectionMode) Get connections.protected List<ExecutionGroup<T>>DriverExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder with parameters of type ConnectionModeModifier and TypeMethodDescriptionPreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option) StatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option) -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder with parameters of type ConnectionModeModifier and TypeMethodDescriptionPreparedQueryExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorVertxStatementManager statementManager, io.vertx.core.Future<? extends io.vertx.sqlclient.SqlClient> connection, ConnectionMode connectionMode, VertxExecutionContext option) -
Uses of ConnectionMode in org.apache.shardingsphere.infra.executor.sql.prepare.raw
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.raw with parameters of type ConnectionModeModifier and TypeMethodDescriptionprotected List<ExecutionGroup<RawSQLExecutionUnit>>RawExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode)