Skip navigation links
A B C D E F G H I J L M N O P Q R S U V W Y 

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
 
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

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(ShardingSphereMetaData, SQLRewriteResult, SQLStatementContext<?>) - Static method in class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
Build execution contexts.
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, M, C, ConnectionMode, O) - Method in interface org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilder
Build SQL execution unit.
build(ExecutionUnit, ExecutorVertxStatementManager, Future<? extends SqlClient>, ConnectionMode, VertxExecutionContext) - Method in class org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
 

C

check(String, Collection<ShardingSphereRule>, Grantee) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check schema.
check(SQLStatement, List<Object>, Collection<ShardingSphereRule>, String, Map<String, ShardingSphereMetaData>, Grantee) - Static method in class org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check SQL.
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(String, Grantee, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
Check schema.
check(SQLStatement, List<Object>, Grantee, String, Map<String, ShardingSphereMetaData>, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
Check SQL.
check(Grantee, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
Check User.
check(Grantee, BiPredicate<Object, Object>, Object, T) - Method in interface org.apache.shardingsphere.infra.executor.check.SQLChecker
Check user.
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
 
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.
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.
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
 
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(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(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.kernel.model.ExecutorCallback
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(Collection<JDBCExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
 
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(Collection<VertxExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
 
execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallback
Execute.
execute(Collection<RawSQLExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
 
execute(ExecutionGroupContext<RawSQLExecutionUnit>, LogicSQL, RawSQLExecutorCallback) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
Execute.
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.
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.
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.
ExecutorEngine(int) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
 
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, SQLExecutionUnit) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
Finish.
finish(String) - 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

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.
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
 
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.DefaultSaneQueryResultEngine
 
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.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.
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) - 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 - Class in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory
JDBC rows loader.
JDBCRowsLoader() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.JDBCRowsLoader
 
JDBCSaneQueryResultEngineFactory - Class in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
JDBC sane query result engine factory.
JDBCSaneQueryResultEngineFactory() - Constructor for class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.JDBCSaneQueryResultEngineFactory
 
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) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.JDBCRowsLoader
Load rows.
logSQL(LogicSQL, boolean, ExecutionContext) - Static method in class org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
Log SQL.

M

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
 
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

newInstance(DatabaseType) - Static method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.JDBCSaneQueryResultEngineFactory
Get new instance of JDBC sane query result engine.
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.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.
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(LogicSQL, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants) - Method in interface org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
Report the summary of this task.
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.

S

SaneQueryResultEngine - Interface in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
Sane query result engine.
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.
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.
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.
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(int, int, int) - Constructor for class org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
 
StatementOption(boolean) - 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
 
A B C D E F G H I J L M N O P Q R S U V W Y 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.