跳过导航链接
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> - org.apache.shardingsphere.infra.executor.sql.prepare中的类
Abstract execution prepare engine.
AbstractExecutionPrepareEngine(int, Collection<ShardingSphereRule>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
 
AbstractJDBCRowsLoader - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader中的类
Abstract JDBC rows loader.
AbstractJDBCRowsLoader() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
 
AbstractMemoryQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory中的类
Abstract memory query result.
AbstractMemoryQueryResult(QueryResultMetaData, Collection<MemoryQueryResultDataRow>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 
AbstractStreamQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream中的类
Abstract stream query result.
AbstractStreamQueryResult() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream.AbstractStreamQueryResult
 

B

BatchYamlExecuteProcessContext - org.apache.shardingsphere.infra.executor.sql.process.model.yaml中的类
Batch execute process context for YAML.
BatchYamlExecuteProcessContext(Collection<ExecuteProcessContext>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.model.yaml.BatchYamlExecuteProcessContext
 
build() - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
Build default thread factory.
build(String) - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
Build thread factory with thread name format.
build(ShardingSphereDatabase, SQLRewriteResult, SQLStatementContext<?>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
Build execution contexts.
build(ExecutionUnit, ExecutorJDBCStatementManager, Connection, ConnectionMode, StatementOption) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
 
build(ExecutionUnit, ExecutorJDBCStatementManager, Connection, ConnectionMode, StatementOption) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
 
build(ExecutionUnit, M, C, ConnectionMode, O) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilder
Build SQL execution unit.
build(ExecutionUnit, ExecutorVertxStatementManager, Future<? extends SqlClient>, ConnectionMode, VertxExecutionContext) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
 

C

check(String, Collection<ShardingSphereRule>, Grantee) - 类 中的静态方法org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check database.
check(SQLStatementContext<?>, List<Object>, Collection<ShardingSphereRule>, String, Map<String, ShardingSphereDatabase>, Grantee) - 类 中的静态方法org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check SQL.
check(Grantee, Collection<ShardingSphereRule>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check user exists.
check(Grantee, BiPredicate<Object, Object>, Object, Collection<ShardingSphereRule>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
Check authentication.
check(String, Grantee, T) - 接口 中的方法org.apache.shardingsphere.infra.executor.check.SQLChecker
Check database.
check(SQLStatementContext<?>, List<Object>, Grantee, String, Map<String, ShardingSphereDatabase>, T) - 接口 中的方法org.apache.shardingsphere.infra.executor.check.SQLChecker
Check SQL.
check(Grantee, T) - 接口 中的方法org.apache.shardingsphere.infra.executor.check.SQLChecker
Check User.
check(Grantee, BiPredicate<Object, Object>, Object, T) - 接口 中的方法org.apache.shardingsphere.infra.executor.check.SQLChecker
Check user.
clean() - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
Clean.
close() - 类 中的方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
 
close() - 类 中的方法org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
Close executor service.
close() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
close() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
close() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Close.
close() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 
ConnectionMode - org.apache.shardingsphere.infra.executor.sql.execute.engine中的枚举
Connection Mode.
containsVariable(String) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
Judge whether contains variable.
convertBigDecimalValue(Object, boolean, int) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util.ResultSetUtil
Convert object to BigDecimal.
convertValue(Object, Class<?>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util.ResultSetUtil
Convert value via expected class type.
createExecutorEngineWithCPU() - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
Create executor engine with CPU.
createExecutorEngineWithCPUAndResources(int) - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
Create executor engine with CPU and resources.
createExecutorEngineWithSize(int) - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
Create executor engine with executor size.
createStorageResource(C, ConnectionMode, O) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager
Create storage resource.
createStorageResource(ExecutionUnit, C, ConnectionMode, O) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager
Create storage resource.

D

DatabaseTypeAware - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc中的接口
Database type aware.
decorate(RouteContext, R, Collection<ExecutionGroup<T>>) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecorator
Decorate execution groups.
DefaultRowsLoader - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader中的类
Default rows loader.
DefaultRowsLoader() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
 
DefaultSaneQueryResultEngine - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane中的类
Default Sane query result engine.
DefaultSaneQueryResultEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.DefaultSaneQueryResultEngine
 
DialectJDBCRowsLoaderFactory - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader中的类
Dialect JDBC rows loader factory.
DialectJDBCRowsLoaderFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DialectJDBCRowsLoaderFactory
 
DriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,C> - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的类
Driver execution prepare engine.
DriverExecutionPrepareEngine(String, int, ExecutorConnectionManager<C>, ExecutorStatementManager<C, ?, ?>, StorageResourceOption, Collection<ShardingSphereRule>, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.DriverExecutionPrepareEngine
 
DriverExecutionUnit<T> - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver中的接口
Driver execution unit.

E

execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>) - 类 中的方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
Execute.
execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>, ExecutorCallback<I, O>, boolean) - 类 中的方法org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
Execute.
execute(Collection<I>, boolean, Map<String, Object>) - 接口 中的方法org.apache.shardingsphere.infra.executor.kernel.model.ExecutorCallback
Execute.
execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
Execute.
execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>, JDBCExecutorCallback<T>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
Execute.
execute(Collection<JDBCExecutionUnit>, boolean, Map<String, Object>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
 
execute(ExecutionGroupContext<VertxExecutionUnit>, VertxExecutorCallback) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
Execute group context and return futures.
execute(Collection<VertxExecutionUnit>, boolean, Map<String, Object>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
 
execute(Collection<I>, boolean, Map<String, Object>) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallback
Execute.
execute(Collection<RawSQLExecutionUnit>, boolean, Map<String, Object>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
 
execute(ExecutionGroupContext<RawSQLExecutionUnit>, QueryContext, RawSQLExecutorCallback) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
Execute.
ExecuteProcessConstants - org.apache.shardingsphere.infra.executor.sql.process.model中的枚举
Execute process constants.
ExecuteProcessContext - org.apache.shardingsphere.infra.executor.sql.process.model中的类
Execute process context.
ExecuteProcessContext(String, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessContext
 
ExecuteProcessEngine - org.apache.shardingsphere.infra.executor.sql.process中的类
Execute process engine.
ExecuteProcessEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
 
ExecuteProcessReporter - org.apache.shardingsphere.infra.executor.sql.process.spi中的接口
Execute process report.
ExecuteProcessReporterFactory - org.apache.shardingsphere.infra.executor.sql.process.spi中的类
Execute process report factory.
ExecuteProcessReporterFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterFactory
 
ExecuteProcessUnit - org.apache.shardingsphere.infra.executor.sql.process.model中的类
Execute process unit.
ExecuteProcessUnit(ExecutionUnit, ExecuteProcessConstants) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessUnit
 
ExecuteResult - org.apache.shardingsphere.infra.executor.sql.execute.result中的接口
Execute result.
executeSQL(String, Statement, ConnectionMode) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
 
ExecutionContext - org.apache.shardingsphere.infra.executor.sql.context中的类
Execution context.
ExecutionContext() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
 
ExecutionContextBuilder - org.apache.shardingsphere.infra.executor.sql.context中的类
Execution context builder.
ExecutionContextBuilder() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
 
ExecutionGroup<T> - org.apache.shardingsphere.infra.executor.kernel.model中的类
Execution group.
ExecutionGroup() - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroup
 
ExecutionGroupContext<T> - org.apache.shardingsphere.infra.executor.kernel.model中的类
Execution group context.
ExecutionGroupContext() - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext
 
ExecutionPrepareDecorator<T,R extends ShardingSphereRule> - org.apache.shardingsphere.infra.executor.sql.prepare中的接口
Execution prepare decorator.
ExecutionPrepareDecoratorFactory - org.apache.shardingsphere.infra.executor.sql.prepare中的类
Execution prepare decorator factory.
ExecutionPrepareDecoratorFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecoratorFactory
 
ExecutionPrepareEngine<T> - org.apache.shardingsphere.infra.executor.sql.prepare中的接口
Execution prepare engine.
ExecutionUnit - org.apache.shardingsphere.infra.executor.sql.context中的类
Execution unit.
ExecutionUnit() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit
 
ExecutorCallback<I,O> - org.apache.shardingsphere.infra.executor.kernel.model中的接口
Grouped callback.
ExecutorConnectionManager<C> - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的接口
Executor connection manager.
ExecutorDataMap - org.apache.shardingsphere.infra.executor.kernel.model中的类
Executor data map for thread local even cross multiple threads.
ExecutorDataMap() - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap
 
ExecutorEngine - org.apache.shardingsphere.infra.executor.kernel中的类
Executor engine.
ExecutorJDBCConnectionManager - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc中的接口
Executor JDBC connection manager.
ExecutorJDBCStatementManager - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc中的接口
Executor JDBC statement manager.
ExecutorServiceManager - org.apache.shardingsphere.infra.executor.kernel.thread中的类
Executor service manager.
ExecutorServiceManager(int) - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
 
ExecutorServiceManager(int, String) - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
 
ExecutorStatementManager<C,R,O extends StorageResourceOption> - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的接口
Executor statement manager.
ExecutorThreadFactoryBuilder - org.apache.shardingsphere.infra.executor.kernel.thread中的类
Executor thread factory builder.
ExecutorThreadFactoryBuilder() - 类 的构造器org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
 
ExecutorVertxConnectionManager - org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx中的接口
Executor connection manager for Vert.x.
ExecutorVertxStatementManager - org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx中的接口
Executor statement manager for Vert.x.

F

finish(String, SQLExecutionUnit, EventBusContext) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
Finish.
finish(String, EventBusContext) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
Finish.
finishFailure(Exception) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
 
finishFailure(Exception) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
Handle when SQL execution finished failure.
finishSuccess() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
 
finishSuccess() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
Handle when SQL execution finished success.

G

getAllInstances() - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallbackFactory
Get all instances of raw executor callback.
getAllInstances() - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHookFactory
Get all instances of SQL Execution hook.
getCalendarValue(int, Class<?>, Calendar) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
getCalendarValue(int, Class<?>, Calendar) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
getCalendarValue(int, Class<?>, Calendar) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Get calendar value.
getCalendarValue(int, Class<?>, Calendar) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnCount() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column count.
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnLabel(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column label.
getColumnLength(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnLength(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnLength(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnLength(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column length.
getColumnName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnName(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column name.
getColumnType(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnType(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column type.
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getColumnTypeName(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get column type name.
getConnectionMode() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
Get connection mode.
getConnections(String, int, ConnectionMode) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorConnectionManager
Get connections.
getDate(ResultSet, int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
Get date from result set.
getDate(ResultSet, int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
 
getDate(ResultSet, int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
 
getDecimals(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getDecimals(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getDecimals(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getDecimals(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get decimals.
getExecutionUnit() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
Get execution unit.
getInputStream(int, String) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
getInputStream(int, String) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
getInputStream(int, String) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Get input stream.
getInputStream(int, String) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 
getInstance(Collection<ShardingSphereRule>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.check.SQLCheckerFactory
Get instance of SQL checker.
getInstance(DatabaseType) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngineFactory
Get instance of sane query result engine.
getInstance(DatabaseType) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DialectJDBCRowsLoaderFactory
Find instance of dialect JDBC rows loader factory.
getInstance(String) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilderFactory
Get instance of SQL execution unit builder.
getInstance(Collection<ShardingSphereRule>) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareDecoratorFactory
Get instance of execution prepare decorator.
getInstance() - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterFactory
Get instance of execute process reporter.
getMetaData() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
getMetaData() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Get query result meta data.
getSaneQueryResult(SQLStatement, SQLException) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.DefaultSaneQueryResultEngine
 
getSaneQueryResult(SQLStatement, SQLException) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
 
getSaneQueryResult(SQLStatement, SQLException) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
 
getSaneQueryResult(SQLStatement, SQLException) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
 
getSaneQueryResult(SQLStatement, SQLException) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngine
Get sane query result.
getSaneResult(SQLStatement, SQLException) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
 
getSqlStatementContext() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
Get SQL statement context.
getStorageResource() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.DriverExecutionUnit
Get storage resource.
getTableName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
getTableName(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Get table name.
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
 
getType() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
 
getValue() - 类 中的静态方法org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap
Get value.
getValue(int, Class<?>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
getValue(int, Class<?>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
getValue(int, Class<?>) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Get data value.
getValue(int, Class<?>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 
getVariable(String) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
Get variable value.
group(String, List<List<SQLUnit>>, ConnectionMode) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
 
group(String, List<List<SQLUnit>>, ConnectionMode) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.DriverExecutionPrepareEngine
 
group(String, List<List<SQLUnit>>, ConnectionMode) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.raw.RawExecutionPrepareEngine
 

H

handleException(Exception) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
Handle exception.

I

initialize(QueryContext, ExecutionGroupContext<? extends SQLExecutionUnit>, EventBusContext) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
Initialize.
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
isAutoIncrement(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Is auto increment.
isDefault() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.DefaultRowsLoader
 
isExceptionThrown() - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
Get throw exception if error occur or not.
isNotNull(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
isNotNull(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
isNotNull(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
isNotNull(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Is not null.
isSigned(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
isSigned(int) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResultMetaData
Is signed.

J

JDBCDriverType - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc中的类
JDBC driver type.
JDBCDriverType() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
 
JDBCExecutionUnit - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc中的类
JDBC execution unit.
JDBCExecutionUnit() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutionUnit
 
JDBCExecutionUnitBuilder - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder中的接口
JDBC execution unit builder.
JDBCExecutor - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc中的类
JDBC executor.
JDBCExecutor() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
 
JDBCExecutorCallback<T> - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc中的类
JDBC executor callback.
JDBCExecutorCallback(DatabaseType, SQLStatement, boolean, EventBusContext) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
 
JDBCMemoryQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory中的类
JDBC query result for memory loading.
JDBCMemoryQueryResult(ResultSet, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.JDBCMemoryQueryResult
 
JDBCQueryResultMetaData - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata中的类
JDBC query result meta data.
JDBCQueryResultMetaData() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.metadata.JDBCQueryResultMetaData
 
JDBCRowsLoader - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader中的接口
JDBC rows loader.
JDBCStreamQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream中的类
JDBC query result for stream loading.
JDBCStreamQueryResult(ResultSet) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 

L

load(int, ResultSet) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
 
load(int, ResultSet) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.JDBCRowsLoader
Load rows.
logSQL(QueryContext, boolean, ExecutionContext) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
Log SQL.

M

MemoryQueryResultDataRow - org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row中的类
Memory query result data row.
MemoryQueryResultDataRow() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row.MemoryQueryResultDataRow
 
MySQLDefaultVariable - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql中的类
MySQL default variable.
MySQLDefaultVariable() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
 
MySQLRowsLoader - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader中的类
MySQL rows loader.
MySQLRowsLoader() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
 
MySQLSaneQueryResultEngine - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql中的类
Sane query result engine for MySQL.
MySQLSaneQueryResultEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLSaneQueryResultEngine
 

N

next() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
next() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
next() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Iterate next data.
next() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 

O

OpenGaussSaneQueryResultEngine - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss中的类
Sane query result engine for openGauss.
OpenGaussSaneQueryResultEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss.OpenGaussSaneQueryResultEngine
 
org.apache.shardingsphere.infra.executor.check - 程序包 org.apache.shardingsphere.infra.executor.check
 
org.apache.shardingsphere.infra.executor.kernel - 程序包 org.apache.shardingsphere.infra.executor.kernel
 
org.apache.shardingsphere.infra.executor.kernel.model - 程序包 org.apache.shardingsphere.infra.executor.kernel.model
 
org.apache.shardingsphere.infra.executor.kernel.thread - 程序包 org.apache.shardingsphere.infra.executor.kernel.thread
 
org.apache.shardingsphere.infra.executor.sql.context - 程序包 org.apache.shardingsphere.infra.executor.sql.context
 
org.apache.shardingsphere.infra.executor.sql.execute.engine - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.opengauss
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.raw - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
 
org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
 
org.apache.shardingsphere.infra.executor.sql.execute.result - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query
 
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.metadata
 
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
 
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.memory.loader
 
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.jdbc.type.stream
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row
 
org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.stream
 
org.apache.shardingsphere.infra.executor.sql.execute.result.update - 程序包 org.apache.shardingsphere.infra.executor.sql.execute.result.update
 
org.apache.shardingsphere.infra.executor.sql.hook - 程序包 org.apache.shardingsphere.infra.executor.sql.hook
 
org.apache.shardingsphere.infra.executor.sql.log - 程序包 org.apache.shardingsphere.infra.executor.sql.log
 
org.apache.shardingsphere.infra.executor.sql.prepare - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare
 
org.apache.shardingsphere.infra.executor.sql.prepare.driver - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.driver
 
org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
 
org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
 
org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
 
org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
 
org.apache.shardingsphere.infra.executor.sql.prepare.raw - 程序包 org.apache.shardingsphere.infra.executor.sql.prepare.raw
 
org.apache.shardingsphere.infra.executor.sql.process - 程序包 org.apache.shardingsphere.infra.executor.sql.process
 
org.apache.shardingsphere.infra.executor.sql.process.model - 程序包 org.apache.shardingsphere.infra.executor.sql.process.model
 
org.apache.shardingsphere.infra.executor.sql.process.model.yaml - 程序包 org.apache.shardingsphere.infra.executor.sql.process.model.yaml
 
org.apache.shardingsphere.infra.executor.sql.process.spi - 程序包 org.apache.shardingsphere.infra.executor.sql.process.spi
 

P

PostgreSQLSaneQueryResultEngine - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql中的类
Sane query result engine for PostgreSQL.
PostgreSQLSaneQueryResultEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.postgresql.PostgreSQLSaneQueryResultEngine
 
prepare(RouteContext, Collection<ExecutionUnit>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine
 
prepare(RouteContext, Collection<ExecutionUnit>) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.ExecutionPrepareEngine
Prepare to execute.
PREPARED_STATEMENT - 类 中的静态变量org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
 
PreparedQueryExecutionUnitBuilder - org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder中的类
Execution unit builder using Vert.x prepared query.
PreparedQueryExecutionUnitBuilder() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder.PreparedQueryExecutionUnitBuilder
 
PreparedStatementExecutionUnitBuilder - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder中的类
JDBC prepared statement execution unit builder.
PreparedStatementExecutionUnitBuilder() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.PreparedStatementExecutionUnitBuilder
 

Q

QueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query中的接口
Query result.
QueryResultMetaData - org.apache.shardingsphere.infra.executor.sql.execute.result.query中的接口
Query result meta data.

R

RawExecutionPrepareEngine - org.apache.shardingsphere.infra.executor.sql.prepare.raw中的类
Raw execution prepare engine.
RawExecutionPrepareEngine(int, Collection<ShardingSphereRule>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.raw.RawExecutionPrepareEngine
 
RawExecutor - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw中的类
Raw executor.
RawExecutor() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
 
RawExecutorCallback<I,O> - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback中的接口
Raw executor callback.
RawExecutorCallbackFactory - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback中的类
Raw executor callback factory.
RawExecutorCallbackFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallbackFactory
 
RawMemoryQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type中的类
Raw query result for memory loading.
RawMemoryQueryResult(QueryResultMetaData, List<MemoryQueryResultDataRow>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type.RawMemoryQueryResult
 
RawQueryResultColumnMetaData - 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) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultColumnMetaData
 
RawQueryResultMetaData - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata中的类
Raw query result meta data.
RawQueryResultMetaData() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.metadata.RawQueryResultMetaData
 
RawSQLExecutionUnit - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw中的类
Raw SQL execution unit.
RawSQLExecutionUnit() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawSQLExecutionUnit
 
RawSQLExecutorCallback - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback中的类
Raw SQL executor callback.
RawSQLExecutorCallback(EventBusContext) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
 
RawSQLRuntimeContext - org.apache.shardingsphere.infra.executor.sql.execute.engine.raw中的类
Raw route context.
RawSQLRuntimeContext() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawSQLRuntimeContext
 
report(QueryContext, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants, EventBusContext) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
Report the summary of this task.
report(String, SQLExecutionUnit, ExecuteProcessConstants, EventBusContext) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
Report a unit of this task.
report(String, ExecuteProcessConstants, EventBusContext) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
Report this task on completion.
reportClean(String) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
Report clean the task.
ResultSetUtil - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util中的类
ResultSet utility.
ResultSetUtil() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util.ResultSetUtil
 

S

SaneQueryResultEngine - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane中的接口
Sane query result engine.
SaneQueryResultEngineFactory - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane中的类
Sane query result engine factory.
SaneQueryResultEngineFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.SaneQueryResultEngineFactory
 
setDatabaseType(DatabaseType) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.DatabaseTypeAware
Set database type.
setExceptionThrown(boolean) - 类 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
Set throw exception if error occur or not.
SPISQLExecutionHook - org.apache.shardingsphere.infra.executor.sql.hook中的类
SQL Execution hook for SPI.
SPISQLExecutionHook() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
 
SQLCheckEngine - org.apache.shardingsphere.infra.executor.check中的类
SQL check engine.
SQLCheckEngine() - 类 的构造器org.apache.shardingsphere.infra.executor.check.SQLCheckEngine
 
SQLChecker<T extends ShardingSphereRule> - org.apache.shardingsphere.infra.executor.check中的接口
SQL checker.
SQLCheckerFactory - org.apache.shardingsphere.infra.executor.check中的类
SQL checker factory.
SQLCheckerFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.check.SQLCheckerFactory
 
SQLExecutionHook - org.apache.shardingsphere.infra.executor.sql.hook中的接口
SQL Execution hook.
SQLExecutionHookFactory - org.apache.shardingsphere.infra.executor.sql.hook中的类
SQL Execution hook factory.
SQLExecutionHookFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHookFactory
 
SQLExecutionUnit - org.apache.shardingsphere.infra.executor.sql.execute.engine中的接口
SQL execution unit.
SQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,M extends ExecutorStatementManager<C,?,O>,C,O extends StorageResourceOption> - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的接口
SQL execution unit builder.
SQLExecutionUnitBuilderFactory - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的类
SQL execution unit builder factory.
SQLExecutionUnitBuilderFactory() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilderFactory
 
SQLExecutorExceptionHandler - org.apache.shardingsphere.infra.executor.sql.execute.engine中的类
SQL executor exception handler.
SQLExecutorExceptionHandler() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutorExceptionHandler
 
SQLLogger - org.apache.shardingsphere.infra.executor.sql.log中的类
SQL logger.
SQLLogger() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.log.SQLLogger
 
SQLUnit - org.apache.shardingsphere.infra.executor.sql.context中的类
SQL unit.
SQLUnit(String, List<Object>) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.context.SQLUnit
 
start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - 类 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SPISQLExecutionHook
 
start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
Handle when SQL execution started.
STATEMENT - 类 中的静态变量org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.JDBCDriverType
 
StatementExecutionUnitBuilder - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder中的类
JDBC statement execution unit builder.
StatementExecutionUnitBuilder() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder.StatementExecutionUnitBuilder
 
StatementOption - org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc中的类
Statement option.
StatementOption(int, int, int) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
 
StatementOption(boolean) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
 
StatementOption(boolean, String[]) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption
 
StorageResourceOption - org.apache.shardingsphere.infra.executor.sql.prepare.driver中的接口
Storage resource option.

U

UnsupportedDataTypeConversionException - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util中的异常错误
Unsupported data type conversion exception.
UnsupportedDataTypeConversionException(Class<?>, Object) - 异常错误 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.util.UnsupportedDataTypeConversionException
 
UpdateResult - org.apache.shardingsphere.infra.executor.sql.execute.result.update中的类
Update result.
UpdateResult() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.update.UpdateResult
 

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VertxExecutionContext - org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx中的类
Vert.x execution context.
VertxExecutionContext() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.VertxExecutionContext
 
VertxExecutionUnit - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx中的类
Vert.x execution unit.
VertxExecutionUnit() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutionUnit
 
VertxExecutionUnitBuilder - org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder中的接口
Execution unit builder for Vert.x.
VertxExecutor - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx中的类
Vert.x executor.
VertxExecutor() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
 
VertxExecutorCallback - org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx中的类
Vert.x executor callback.
VertxExecutorCallback() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
 
VertxMySQLQueryResultMetaData - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx中的类
Vert.x query result meta data for MySQL.
VertxMySQLQueryResultMetaData() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxMySQLQueryResultMetaData
 
VertxQueryResult - org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx中的类
Vert.x query result.
VertxQueryResult() - 类 的构造器org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 

W

wasNull() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.stream.JDBCStreamQueryResult
 
wasNull() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.vertx.VertxQueryResult
 
wasNull() - 接口 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
Judge result set is null or not.
wasNull() - 类 中的方法org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
 

Y

YamlExecuteProcessContext - org.apache.shardingsphere.infra.executor.sql.process.model.yaml中的类
Execute process context for YAML.
YamlExecuteProcessContext(ExecuteProcessContext) - 类 的构造器org.apache.shardingsphere.infra.executor.sql.process.model.yaml.YamlExecuteProcessContext
 
YamlExecuteProcessUnit - org.apache.shardingsphere.infra.executor.sql.process.model.yaml中的类
Execute process unit for YAML.
YamlExecuteProcessUnit(ExecuteProcessUnit) - 类 的构造器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 
跳过导航链接

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