B C E F G I L N O Q S V W
B
- build() - 类 中的静态方法org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
-
Build default ShardingSphere thread factory.
- build(String) - 类 中的静态方法org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
-
Build ShardingSphere thread factory.
C
- close() - 类 中的方法org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
-
- close() - 类 中的方法org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
-
Close executor service.
- ConnectionMode - org.apache.shardingsphere.underlying.executor.constant中的枚举
-
Connection Mode.
E
- execute(Collection<InputGroup<I>>, GroupedCallback<I, O>) - 类 中的方法org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
-
Execute.
- execute(Collection<InputGroup<I>>, GroupedCallback<I, O>, GroupedCallback<I, O>, boolean) - 类 中的方法org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
-
Execute.
- execute(Collection<I>, boolean, Map<String, Object>) - 接口 中的方法org.apache.shardingsphere.underlying.executor.engine.GroupedCallback
-
Execute.
- ExecutionContext - org.apache.shardingsphere.underlying.executor.context中的类
-
Execution context.
- ExecutionContext() - 类 的构造器org.apache.shardingsphere.underlying.executor.context.ExecutionContext
-
- ExecutionUnit - org.apache.shardingsphere.underlying.executor.context中的类
-
Execution unit.
- ExecutionUnit() - 类 的构造器org.apache.shardingsphere.underlying.executor.context.ExecutionUnit
-
- ExecutorDataMap - org.apache.shardingsphere.underlying.executor.engine中的类
-
Executor data map for thread local even cross multiple threads.
- ExecutorDataMap() - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.ExecutorDataMap
-
- ExecutorEngine - org.apache.shardingsphere.underlying.executor.engine中的类
-
Executor engine.
- ExecutorEngine(int) - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
-
F
- finishFailure(Exception) - 类 中的方法org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
-
- finishFailure(Exception) - 接口 中的方法org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
-
Handle when SQL execution finished failure.
- finishSuccess() - 类 中的方法org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
-
- finishSuccess() - 接口 中的方法org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
-
Handle when SQL execution finished success.
G
- getCalendarValue(int, Class<?>, Calendar) - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get calendar value.
- getColumnCount() - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get column count.
- getColumnLabel(int) - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get column label.
- getColumnName(int) - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get column name.
- getInputStream(int, String) - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get InputStream.
- getValue() - 类 中的静态方法org.apache.shardingsphere.underlying.executor.engine.ExecutorDataMap
-
Get value.
- getValue(int, Class<?>) - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Get data value.
- GroupedCallback<I,O> - org.apache.shardingsphere.underlying.executor.engine中的接口
-
Grouped callback.
I
- InputGroup<T> - org.apache.shardingsphere.underlying.executor.engine中的类
-
Input group.
- InputGroup() - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.InputGroup
-
L
- logSQL(String, boolean, SQLStatementContext, Collection<ExecutionUnit>) - 类 中的静态方法org.apache.shardingsphere.underlying.executor.log.SQLLogger
-
Print SQL log.
N
- next() - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
iterate next data.
O
- org.apache.shardingsphere.underlying.executor - 程序包 org.apache.shardingsphere.underlying.executor
-
- org.apache.shardingsphere.underlying.executor.constant - 程序包 org.apache.shardingsphere.underlying.executor.constant
-
- org.apache.shardingsphere.underlying.executor.context - 程序包 org.apache.shardingsphere.underlying.executor.context
-
- org.apache.shardingsphere.underlying.executor.engine - 程序包 org.apache.shardingsphere.underlying.executor.engine
-
- org.apache.shardingsphere.underlying.executor.engine.impl - 程序包 org.apache.shardingsphere.underlying.executor.engine.impl
-
- org.apache.shardingsphere.underlying.executor.hook - 程序包 org.apache.shardingsphere.underlying.executor.hook
-
- org.apache.shardingsphere.underlying.executor.log - 程序包 org.apache.shardingsphere.underlying.executor.log
-
Q
- QueryResult - org.apache.shardingsphere.underlying.executor中的接口
-
Query result form SQL.
S
- ShardingSphereExecutorService - org.apache.shardingsphere.underlying.executor.engine.impl中的类
-
ShardingSphere executor service.
- ShardingSphereExecutorService(int) - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
-
- ShardingSphereExecutorService(int, String) - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
-
- ShardingSphereThreadFactoryBuilder - org.apache.shardingsphere.underlying.executor.engine.impl中的类
-
ShardingSphere thread factory builder.
- ShardingSphereThreadFactoryBuilder() - 类 的构造器org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
-
- SPISQLExecutionHook - org.apache.shardingsphere.underlying.executor.hook中的类
-
SQL Execution hook for SPI.
- SPISQLExecutionHook() - 类 的构造器org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
-
- SQLExecutionHook - org.apache.shardingsphere.underlying.executor.hook中的接口
-
SQL Execution hook.
- SQLLogger - org.apache.shardingsphere.underlying.executor.log中的类
-
SQL logger.
- SQLLogger() - 类 的构造器org.apache.shardingsphere.underlying.executor.log.SQLLogger
-
- SQLUnit - org.apache.shardingsphere.underlying.executor.context中的类
-
SQL unit.
- SQLUnit() - 类 的构造器org.apache.shardingsphere.underlying.executor.context.SQLUnit
-
- start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - 类 中的方法org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
-
- start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - 接口 中的方法org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
-
Handle when SQL execution started.
V
- valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.underlying.executor.constant.ConnectionMode
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.apache.shardingsphere.underlying.executor.constant.ConnectionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- wasNull() - 接口 中的方法org.apache.shardingsphere.underlying.executor.QueryResult
-
Judge ResultSet is null or not.
B C E F G I L N O Q S V W
Copyright © 2021 The Apache Software Foundation. All rights reserved.