Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractExecutionPrepareEngine<T> - Class in org.apache.shardingsphere.infra.executor.sql.prepare
-
Abstract execution prepare engine.
- AbstractExecutionPrepareEngine(int, Collection<ShardingSphereRule>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
- AbstractJDBCRowsLoader - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
-
Abstract JDBC rows loader.
- AbstractJDBCRowsLoader() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
- AbstractMemoryQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory
-
Abstract memory query result.
- AbstractMemoryQueryResult() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
- AbstractStreamQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream
-
Abstract stream query result.
- AbstractStreamQueryResult() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream.AbstractStreamQueryResult
B
- BatchYamlExecuteProcessContext - Class in org.apache.shardingsphere.infra.executor.sql.process.model.yaml
-
Batch execute process context for YAML.
- BatchYamlExecuteProcessContext(Collection<YamlExecuteProcessContext>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.yaml.BatchYamlExecuteProcessContext
- build() - Static method in class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
-
Build default thread factory.
- build(String) - Static method in class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
-
Build thread factory with thread name format.
- build(ExecutionUnit, M, C, ConnectionMode, O) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilder
-
Build SQL execution unit.
- build(ExecutionUnit, ExecutorJDBCStatementManager, Connection, ConnectionMode, StatementOption) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
- build(ExecutionUnit, ExecutorJDBCStatementManager, Connection, ConnectionMode, StatementOption) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
- build(ExecutionUnit, ExecutorVertxStatementManager, Future<? extends SqlClient>, ConnectionMode, VertxExecutionContext) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
- build(ShardingSphereDatabase, SQLRewriteResult, SQLStatementContext<?>) - Static method in class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
-
Build execution contexts.
C
- check(String, Collection<ShardingSphereRule>, Grantee) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
-
Check database.
- check(String, Grantee, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
-
Check database.
- check(Grantee, Collection<ShardingSphereRule>) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
-
Check user exists.
- check(Grantee, BiPredicate<Object, Object>, Object, Collection<ShardingSphereRule>) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
-
Check authentication.
- check(Grantee, BiPredicate<Object, Object>, Object, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
-
Check user.
- check(Grantee, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
-
Check User.
- check(SQLStatement, List<Object>, Collection<ShardingSphereRule>, String, Map<String, ShardingSphereDatabase>, Grantee) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
-
Check SQL.
- check(SQLStatement, List<Object>, Grantee, String, Map<String, ShardingSphereDatabase>, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
-
Check SQL.
- clean() - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
-
Clean.
- close() - Method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
- close() - Method in class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
-
Close executor service.
- close() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- close() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- close() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Close.
- close() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
- CONNECTION_STRICTLY - Enum constant in enum org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
- ConnectionMode - Enum in org.apache.shardingsphere.infra.executor.sql.execute.engine
-
Connection Mode.
- containsVariable(String) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
-
Judge whether contains variable.
- createExecutorEngineWithCPU() - Static method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Create executor engine with CPU.
- createExecutorEngineWithCPUAndResources(int) - Static method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Create executor engine with CPU and resources.
- createExecutorEngineWithSize(int) - Static method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Create executor engine with executor size.
- createStorageResource(C, ConnectionMode, O) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager
-
Create storage resource.
- createStorageResource(ExecutionUnit, C, ConnectionMode, O) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager
-
Create storage resource.
D
- decorate(RouteContext, R, Collection<ExecutionGroup<T>>) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecorator
-
Decorate execution groups.
- DefaultRowsLoader - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
-
Default rows loader.
- DefaultRowsLoader() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
- DefaultSaneQueryResultEngine - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
-
Default Sane query result engine.
- DefaultSaneQueryResultEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.DefaultSaneQueryResultEngine
- DialectJDBCRowsLoaderFactory - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
-
Dialect JDBC rows loader factory.
- DialectJDBCRowsLoaderFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DialectJDBCRowsLoaderFactory
- DriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,
C> - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver -
Driver execution prepare engine.
- DriverExecutionPrepareEngine(String, int, ExecutorConnectionManager<C>, ExecutorStatementManager<C, ?, ?>, StorageResourceOption, Collection<ShardingSphereRule>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.DriverExecutionPrepareEngine
- DriverExecutionUnit<T> - Interface in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver
-
Driver execution unit.
E
- evaluate(SQLStatementContext<?>, ExecutionGroupContext<? extends SQLExecutionUnit>, ConfigurationProperties) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessStrategyEvaluator
-
Evaluate.
- execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.kernel.model.ExecutorCallback
-
Execute.
- execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallback
-
Execute.
- execute(Collection<JDBCExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
- execute(Collection<VertxExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
- execute(Collection<RawSQLExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
- execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>) - Method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Execute.
- execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>, ExecutorCallback<I, O>, boolean) - Method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Execute.
- execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
-
Execute.
- execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>, JDBCExecutorCallback<T>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
-
Execute.
- execute(ExecutionGroupContext<VertxExecutionUnit>, VertxExecutorCallback) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
-
Execute group context and return futures.
- execute(ExecutionGroupContext<RawSQLExecutionUnit>, LogicSQL, RawSQLExecutorCallback) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
-
Execute.
- EXECUTE_ID - Enum constant in enum org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
- EXECUTE_STATUS_DONE - Enum constant in enum org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
- EXECUTE_STATUS_START - Enum constant in enum org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
- ExecuteProcessConstants - Enum in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process constants.
- ExecuteProcessContext - Class in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process context.
- ExecuteProcessContext(String, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessContext
- ExecuteProcessEngine - Class in org.apache.shardingsphere.infra.executor.sql.process
-
Execute process engine.
- ExecuteProcessEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
- ExecuteProcessReporter - Interface in org.apache.shardingsphere.infra.executor.sql.process.spi
-
Execute process report.
- ExecuteProcessReporterFactory - Class in org.apache.shardingsphere.infra.executor.sql.process.spi
-
Execute process report factory.
- ExecuteProcessReporterFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterFactory
- ExecuteProcessStrategyEvaluator - Class in org.apache.shardingsphere.infra.executor.sql.process
-
Process strategy evaluator.
- ExecuteProcessStrategyEvaluator() - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessStrategyEvaluator
- ExecuteProcessUnit - Class in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process unit.
- ExecuteProcessUnit(ExecutionUnit, ExecuteProcessConstants) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessUnit
- ExecuteResult - Interface in org.apache.shardingsphere.infra.executor.sql.execute.result
-
Execute result.
- executeSQL(String, Statement, ConnectionMode) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
- ExecutionContext - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution context.
- ExecutionContext() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
- ExecutionContextBuilder - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution context builder.
- ExecutionContextBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
- ExecutionGroup<T> - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Execution group.
- ExecutionGroup() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroup
- ExecutionGroupContext<T> - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Execution group context.
- ExecutionGroupContext() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext
- ExecutionPrepareDecorator<T,
R extends ShardingSphereRule> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare -
Execution prepare decorator.
- ExecutionPrepareDecoratorFactory - Class in org.apache.shardingsphere.infra.executor.sql.prepare
-
Execution prepare decorator factory.
- ExecutionPrepareDecoratorFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecoratorFactory
- ExecutionPrepareEngine<T> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare
-
Execution prepare engine.
- ExecutionUnit - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution unit.
- ExecutionUnit() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit
- ExecutorCallback<I,
O> - Interface in org.apache.shardingsphere.infra.executor.kernel.model -
Grouped callback.
- ExecutorConnectionManager<C> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver
-
Executor connection manager.
- ExecutorDataMap - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Executor data map for thread local even cross multiple threads.
- ExecutorDataMap() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap
- ExecutorEngine - Class in org.apache.shardingsphere.infra.executor.kernel
-
Executor engine.
- ExecutorJDBCConnectionManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
Executor JDBC connection manager.
- ExecutorJDBCStatementManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
Executor JDBC statement manager.
- ExecutorServiceManager - Class in org.apache.shardingsphere.infra.executor.kernel.thread
-
Executor service manager.
- ExecutorServiceManager(int) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
- ExecutorServiceManager(int, String) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
- ExecutorStatementManager<C,
R, O extends StorageResourceOption> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver -
Executor statement manager.
- ExecutorThreadFactoryBuilder - Class in org.apache.shardingsphere.infra.executor.kernel.thread
-
Executor thread factory builder.
- ExecutorThreadFactoryBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
- ExecutorVertxConnectionManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
-
Executor connection manager for Vert.x.
- ExecutorVertxStatementManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
-
Executor statement manager for Vert.x.
F
- finish(String) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
-
Finish.
- finish(String, SQLExecutionUnit) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
-
Finish.
- finishFailure(Exception) - Method in class org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
- finishFailure(Exception) - Method in interface org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
-
Handle when SQL execution finished failure.
- finishSuccess() - Method in class org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
- finishSuccess() - Method in interface org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
-
Handle when SQL execution finished success.
G
- getAllInstances() - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallbackFactory
-
Get all instances of raw executor callback.
- getAllInstances() - Static method in class org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHookFactory
-
Get all instances of SQL Execution hook.
- getCalendarValue(int, Class<?>, Calendar) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- getCalendarValue(int, Class<?>, Calendar) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- getCalendarValue(int, Class<?>, Calendar) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Get calendar value.
- getCalendarValue(int, Class<?>, Calendar) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
- getColumnCount() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnCount() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnCount() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnCount() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column count.
- getColumnLabel(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnLabel(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnLabel(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnLabel(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column label.
- getColumnLength(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnLength(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnLength(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnLength(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column length.
- getColumnName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnName(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column name.
- getColumnType(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnType(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnType(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnType(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column type.
- getColumnTypeName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getColumnTypeName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getColumnTypeName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getColumnTypeName(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get column type name.
- getConnectionMode() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
-
Get connection mode.
- getConnections(String, int, ConnectionMode) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorConnectionManager
-
Get connections.
- getDate(ResultSet, int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
-
Get date from result set.
- getDate(ResultSet, int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
- getDate(ResultSet, int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
- getDecimals(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getDecimals(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getDecimals(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getDecimals(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get decimals.
- getExecutionUnit() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
-
Get execution unit.
- getInputStream(int, String) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- getInputStream(int, String) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- getInputStream(int, String) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Get input stream.
- getInputStream(int, String) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
- getInstance() - Static method in class org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterFactory
-
Get instance of execute process reporter.
- getInstance(String) - Static method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilderFactory
-
Get instance of SQL execution unit builder.
- getInstance(Collection<ShardingSphereRule>) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckerFactory
-
Get instance of SQL checker.
- getInstance(Collection<ShardingSphereRule>) - Static method in class org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecoratorFactory
-
Get instance of execution prepare decorator.
- getInstance(DatabaseType) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngineFactory
-
Get instance of sane query result engine.
- getInstance(DatabaseType) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DialectJDBCRowsLoaderFactory
-
Find instance of dialect JDBC rows loader factory.
- getMetaData() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- getMetaData() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Get query result meta data.
- getSaneQueryResult(SQLStatement) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.DefaultSaneQueryResultEngine
- getSaneQueryResult(SQLStatement) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
- getSaneQueryResult(SQLStatement) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
- getSaneQueryResult(SQLStatement) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
- getSaneQueryResult(SQLStatement) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngine
-
Get sane query result.
- getSaneResult(SQLStatement) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
- getSqlStatementContext() - Method in class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
-
Get SQL statement context.
- getStorageResource() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.DriverExecutionUnit
-
Get storage resource.
- getTableName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- getTableName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- getTableName(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- getTableName(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Get table name.
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
- getType() - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
- getValue() - Static method in class org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap
-
Get value.
- getValue(int, Class<?>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- getValue(int, Class<?>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- getValue(int, Class<?>) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Get data value.
- getValue(int, Class<?>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
- getVariable(String) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
-
Get variable value.
- group(String, List<List<SQLUnit>>, ConnectionMode) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
- group(String, List<List<SQLUnit>>, ConnectionMode) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.DriverExecutionPrepareEngine
- group(String, List<List<SQLUnit>>, ConnectionMode) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.raw.RawExecutionPrepareEngine
H
- handleException(Exception) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
-
Handle exception.
I
- initialize(LogicSQL, ExecutionGroupContext<? extends SQLExecutionUnit>, ConfigurationProperties) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
-
Initialize.
- isAutoIncrement(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- isAutoIncrement(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- isAutoIncrement(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- isAutoIncrement(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Is auto increment.
- isDefault() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
- isExceptionThrown() - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
-
Get throw exception if error occur or not.
- isNotNull(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- isNotNull(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- isNotNull(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- isNotNull(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Is not null.
- isSigned(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- isSigned(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- isSigned(int) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- isSigned(int) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
-
Is signed.
J
- JDBCDriverType - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
JDBC driver type.
- JDBCDriverType() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
- JDBCExecutionUnit - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
-
JDBC execution unit.
- JDBCExecutionUnit() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutionUnit
- JDBCExecutionUnitBuilder - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
-
JDBC execution unit builder.
- JDBCExecutor - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
-
JDBC executor.
- JDBCExecutor() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
- JDBCExecutorCallback<T> - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
-
JDBC executor callback.
- JDBCExecutorCallback() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
- JDBCMemoryQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory
-
JDBC query result for memory loading.
- JDBCMemoryQueryResult(ResultSet, DatabaseType) - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.JDBCMemoryQueryResult
- JDBCQueryResultMetaData - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata
-
JDBC query result meta data.
- JDBCQueryResultMetaData() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
- JDBCRowsLoader - Interface in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
-
JDBC rows loader.
- JDBCStreamQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream
-
JDBC query result for stream loading.
- JDBCStreamQueryResult(ResultSet) - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
L
- load(int, ResultSet) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
- load(int, ResultSet) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.JDBCRowsLoader
-
Load rows.
- logSQL(LogicSQL, boolean, ExecutionContext) - Static method in class org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
-
Log SQL.
M
- MEMORY_STRICTLY - Enum constant in enum org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
- MemoryQueryResultDataRow - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row
-
Memory query result data row.
- MemoryQueryResultDataRow() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row.MemoryQueryResultDataRow
- MySQLDefaultVariable - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql
-
MySQL default variable.
- MySQLDefaultVariable() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
- MySQLRowsLoader - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
-
MySQL rows loader.
- MySQLRowsLoader() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
- MySQLSaneQueryResultEngine - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql
-
Sane query result engine for MySQL.
- MySQLSaneQueryResultEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
N
- next() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- next() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- next() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Iterate next data.
- next() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
O
- OpenGaussSaneQueryResultEngine - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss
-
Sane query result engine for openGauss.
- OpenGaussSaneQueryResultEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
- org.apache.shardingsphere.infra.executor.check - package org.apache.shardingsphere.infra.executor.check
- org.apache.shardingsphere.infra.executor.kernel - package org.apache.shardingsphere.infra.executor.kernel
- org.apache.shardingsphere.infra.executor.kernel.model - package org.apache.shardingsphere.infra.executor.kernel.model
- org.apache.shardingsphere.infra.executor.kernel.thread - package org.apache.shardingsphere.infra.executor.kernel.thread
- org.apache.shardingsphere.infra.executor.sql.context - package org.apache.shardingsphere.infra.executor.sql.context
- org.apache.shardingsphere.infra.executor.sql.execute.engine - package org.apache.shardingsphere.infra.executor.sql.execute.engine
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql
- org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx - package org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
- org.apache.shardingsphere.infra.executor.sql.execute.engine.raw - package org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
- org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback - package org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
- org.apache.shardingsphere.infra.executor.sql.execute.result - package org.apache.shardingsphere.infra.executor.sql.execute.result
- org.apache.shardingsphere.infra.executor.sql.execute.result.query - package org.apache.shardingsphere.infra.executor.sql.execute.result.query
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row
- org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream - package org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream
- org.apache.shardingsphere.infra.executor.sql.execute.result.update - package org.apache.shardingsphere.infra.executor.sql.execute.result.update
- org.apache.shardingsphere.infra.executor.sql.hook - package org.apache.shardingsphere.infra.executor.sql.hook
- org.apache.shardingsphere.infra.executor.sql.log - package org.apache.shardingsphere.infra.executor.sql.log
- org.apache.shardingsphere.infra.executor.sql.prepare - package org.apache.shardingsphere.infra.executor.sql.prepare
- org.apache.shardingsphere.infra.executor.sql.prepare.driver - package org.apache.shardingsphere.infra.executor.sql.prepare.driver
- org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc - package org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
- org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder - package org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
- org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx - package org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
- org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder - package org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
- org.apache.shardingsphere.infra.executor.sql.prepare.raw - package org.apache.shardingsphere.infra.executor.sql.prepare.raw
- org.apache.shardingsphere.infra.executor.sql.process - package org.apache.shardingsphere.infra.executor.sql.process
- org.apache.shardingsphere.infra.executor.sql.process.model - package org.apache.shardingsphere.infra.executor.sql.process.model
- org.apache.shardingsphere.infra.executor.sql.process.model.yaml - package org.apache.shardingsphere.infra.executor.sql.process.model.yaml
- org.apache.shardingsphere.infra.executor.sql.process.spi - package org.apache.shardingsphere.infra.executor.sql.process.spi
P
- PostgreSQLSaneQueryResultEngine - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql
-
Sane query result engine for PostgreSQL.
- PostgreSQLSaneQueryResultEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
- prepare(RouteContext, Collection<ExecutionUnit>) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
- prepare(RouteContext, Collection<ExecutionUnit>) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareEngine
-
Prepare to execute.
- PREPARED_STATEMENT - Static variable in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
- PreparedQueryExecutionUnitBuilder - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
-
Execution unit builder using Vert.x prepared query.
- PreparedQueryExecutionUnitBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
- PreparedStatementExecutionUnitBuilder - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
-
JDBC prepared statement execution unit builder.
- PreparedStatementExecutionUnitBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
Q
- QueryResult - Interface in org.apache.shardingsphere.infra.executor.sql.execute.result.query
-
Query result.
- QueryResultMetaData - Interface in org.apache.shardingsphere.infra.executor.sql.execute.result.query
-
Query result meta data.
R
- RawExecutionPrepareEngine - Class in org.apache.shardingsphere.infra.executor.sql.prepare.raw
-
Raw execution prepare engine.
- RawExecutionPrepareEngine(int, Collection<ShardingSphereRule>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.raw.RawExecutionPrepareEngine
- RawExecutor - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
-
Raw executor.
- RawExecutor() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
- RawExecutorCallback<I,
O> - Interface in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback -
Raw executor callback.
- RawExecutorCallbackFactory - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
-
Raw executor callback factory.
- RawExecutorCallbackFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallbackFactory
- RawMemoryQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type
-
Raw query result for memory loading.
- RawMemoryQueryResult(QueryResultMetaData, List<MemoryQueryResultDataRow>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type.RawMemoryQueryResult
- RawQueryResultColumnMetaData - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata
-
Raw query result column meta data.
- RawQueryResultColumnMetaData(String, String, String, int, String, int, int) - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultColumnMetaData
- RawQueryResultMetaData - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata
-
Raw query result meta data.
- RawQueryResultMetaData() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
- RawSQLExecutionUnit - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
-
Raw SQL execution unit.
- RawSQLExecutionUnit() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawSQLExecutionUnit
- RawSQLExecutorCallback - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
-
Raw SQL executor callback.
- RawSQLExecutorCallback() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
- RawSQLRuntimeContext - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
-
Raw route context.
- RawSQLRuntimeContext() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawSQLRuntimeContext
- report(String, SQLExecutionUnit, ExecuteProcessConstants) - Method in interface org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
-
Report a unit of this task.
- report(String, ExecuteProcessConstants) - Method in interface org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
-
Report this task on completion.
- report(LogicSQL, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants) - Method in interface org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
-
Report the summary of this task.
- reportClean(String) - Method in interface org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
-
Report clean the task.
S
- SaneQueryResultEngine - Interface in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
-
Sane query result engine.
- SaneQueryResultEngineFactory - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
-
Sane query result engine factory.
- SaneQueryResultEngineFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngineFactory
- setExceptionThrown(boolean) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
-
Set throw exception if error occur or not.
- SPISQLExecutionHook - Class in org.apache.shardingsphere.infra.executor.sql.hook
-
SQL Execution hook for SPI.
- SPISQLExecutionHook() - Constructor for class org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
- SQLCheckEngine - Class in org.apache.shardingsphere.infra.executor.check
-
SQL check engine.
- SQLCheckEngine() - Constructor for class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
- SQLChecker<T extends ShardingSphereRule> - Interface in org.apache.shardingsphere.infra.executor.check
-
SQL checker.
- SQLCheckerFactory - Class in org.apache.shardingsphere.infra.executor.check
-
SQL checker factory.
- SQLCheckerFactory() - Constructor for class org.apache.shardingsphere.infra.executor.check.SQLCheckerFactory
- SQLCheckException - Exception in org.apache.shardingsphere.infra.executor.check
-
SQL check exception.
- SQLCheckException(String) - Constructor for exception org.apache.shardingsphere.infra.executor.check.SQLCheckException
- SQLCheckResult - Class in org.apache.shardingsphere.infra.executor.check
-
SQL check result.
- SQLCheckResult() - Constructor for class org.apache.shardingsphere.infra.executor.check.SQLCheckResult
- SQLExecutionHook - Interface in org.apache.shardingsphere.infra.executor.sql.hook
-
SQL Execution hook.
- SQLExecutionHookFactory - Class in org.apache.shardingsphere.infra.executor.sql.hook
-
SQL Execution hook factory.
- SQLExecutionHookFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHookFactory
- SQLExecutionUnit - Interface in org.apache.shardingsphere.infra.executor.sql.execute.engine
-
SQL execution unit.
- SQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,
M extends ExecutorStatementManager<C, ?, O>, C, O extends StorageResourceOption> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver -
SQL execution unit builder.
- SQLExecutionUnitBuilderFactory - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver
-
SQL execution unit builder factory.
- SQLExecutionUnitBuilderFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilderFactory
- SQLExecutorExceptionHandler - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine
-
SQL executor exception handler.
- SQLExecutorExceptionHandler() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
- SQLLogger - Class in org.apache.shardingsphere.infra.executor.sql.log
-
SQL logger.
- SQLLogger() - Constructor for class org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
- SQLUnit - Class in org.apache.shardingsphere.infra.executor.sql.context
-
SQL unit.
- SQLUnit(String, List<Object>) - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.SQLUnit
- start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
- start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
-
Handle when SQL execution started.
- STATEMENT - Static variable in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
- StatementExecutionUnitBuilder - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
-
JDBC statement execution unit builder.
- StatementExecutionUnitBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
- StatementOption - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
Statement option.
- StatementOption(boolean) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
- StatementOption(int, int, int) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
- StorageResourceOption - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver
-
Storage resource option.
U
- UpdateResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.update
-
Update result.
- UpdateResult() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.update.UpdateResult
V
- valueOf(String) - Static method in enum org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VertxExecutionContext - Class in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
-
Vert.x execution context.
- VertxExecutionContext() - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.VertxExecutionContext
- VertxExecutionUnit - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
-
Vert.x execution unit.
- VertxExecutionUnit() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutionUnit
- VertxExecutionUnitBuilder - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
-
Execution unit builder for Vert.x.
- VertxExecutor - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
-
Vert.x executor.
- VertxExecutor() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
- VertxExecutorCallback - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
-
Vert.x executor callback.
- VertxExecutorCallback() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
- VertxMySQLQueryResultMetaData - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx
-
Vert.x query result meta data for MySQL.
- VertxMySQLQueryResultMetaData() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
- VertxQueryResult - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx
-
Vert.x query result.
- VertxQueryResult() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
W
- wasNull() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
- wasNull() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
- wasNull() - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
-
Judge result set is null or not.
- wasNull() - Method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
Y
- YamlExecuteProcessContext - Class in org.apache.shardingsphere.infra.executor.sql.process.model.yaml
-
Execute process context for YAML.
- YamlExecuteProcessContext(ExecuteProcessContext) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.yaml.YamlExecuteProcessContext
- YamlExecuteProcessUnit - Class in org.apache.shardingsphere.infra.executor.sql.process.model.yaml
-
Execute process unit for YAML.
- YamlExecuteProcessUnit(ExecuteProcessUnit) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.yaml.YamlExecuteProcessUnit
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form