您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
org.apache.shardingsphere.driver.api
,
org.apache.shardingsphere.driver.api.yaml
,
org.apache.shardingsphere.driver.executor
,
org.apache.shardingsphere.driver.executor.batch
,
org.apache.shardingsphere.driver.executor.callback
,
org.apache.shardingsphere.driver.executor.callback.impl
,
org.apache.shardingsphere.driver.jdbc.adapter
,
org.apache.shardingsphere.driver.jdbc.adapter.executor
,
org.apache.shardingsphere.driver.jdbc.adapter.invocation
,
org.apache.shardingsphere.driver.jdbc.core.connection
,
org.apache.shardingsphere.driver.jdbc.core.datasource
,
org.apache.shardingsphere.driver.jdbc.core.datasource.metadata
,
org.apache.shardingsphere.driver.jdbc.core.resultset
,
org.apache.shardingsphere.driver.jdbc.core.statement
,
org.apache.shardingsphere.driver.jdbc.core.statement.metadata
,
org.apache.shardingsphere.driver.jdbc.exception
,
org.apache.shardingsphere.driver.jdbc.unsupported
,
org.apache.shardingsphere.driver.state
,
org.apache.shardingsphere.driver.state.circuit
,
org.apache.shardingsphere.driver.state.circuit.connection
,
org.apache.shardingsphere.driver.state.circuit.datasource
,
org.apache.shardingsphere.driver.state.circuit.metadata
,
org.apache.shardingsphere.driver.state.circuit.resultset
,
org.apache.shardingsphere.driver.state.circuit.statement
,
org.apache.shardingsphere.driver.state.lock
,
org.apache.shardingsphere.driver.state.ok
类分层结构
java.lang.
Object
org.apache.shardingsphere.driver.executor.batch.
BatchExecutionUnit
org.apache.shardingsphere.driver.executor.batch.
BatchPreparedStatementExecutor
org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.
CachedDatabaseMetaData
org.apache.shardingsphere.driver.state.circuit.
CircuitBreakDriverState
(implements org.apache.shardingsphere.driver.state.
DriverState
)
org.apache.shardingsphere.driver.state.circuit.metadata.
CircuitBreakerDatabaseMetaData
(implements java.sql.
DatabaseMetaData
)
org.apache.shardingsphere.driver.state.circuit.resultset.
CircuitBreakerResultSetMetaData
(implements java.sql.
ResultSetMetaData
)
org.apache.shardingsphere.driver.jdbc.core.connection.
ConnectionManager
(implements java.lang.
AutoCloseable
, org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.ExecutorJDBCManager)
org.apache.shardingsphere.driver.executor.
DriverExecutor
(implements java.lang.
AutoCloseable
)
org.apache.shardingsphere.driver.executor.
DriverJDBCExecutor
org.apache.shardingsphere.driver.state.
DriverStateContext
org.apache.shardingsphere.driver.jdbc.adapter.executor.
ForceExecuteTemplate
<T>
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback<T> (implements org.apache.shardingsphere.infra.executor.kernel.model.ExecutorCallback<I,O>)
org.apache.shardingsphere.driver.executor.callback.
ExecuteQueryCallback
org.apache.shardingsphere.driver.executor.callback.impl.
PreparedStatementExecuteQueryCallback
org.apache.shardingsphere.driver.executor.callback.impl.
StatementExecuteQueryCallback
org.apache.shardingsphere.driver.executor.
JDBCLockEngine
org.apache.shardingsphere.driver.state.lock.
LockDriverState
(implements org.apache.shardingsphere.driver.state.
DriverState
)
org.apache.shardingsphere.driver.jdbc.adapter.invocation.
MethodInvocation
org.apache.shardingsphere.driver.jdbc.adapter.invocation.
MethodInvocationRecorder
org.apache.shardingsphere.driver.state.ok.
OKDriverState
(implements org.apache.shardingsphere.driver.state.
DriverState
)
org.apache.shardingsphere.driver.jdbc.core.resultset.
ResultSetUtil
org.apache.shardingsphere.driver.api.
ShardingSphereDataSourceFactory
org.apache.shardingsphere.driver.jdbc.adapter.
WrapperAdapter
(implements java.sql.
Wrapper
)
org.apache.shardingsphere.driver.jdbc.adapter.
AbstractDataSourceAdapter
(implements javax.sql.
DataSource
)
org.apache.shardingsphere.driver.state.circuit.datasource.
CircuitBreakerDataSource
(implements java.lang.
AutoCloseable
)
org.apache.shardingsphere.driver.jdbc.core.datasource.
ShardingSphereDataSource
(implements java.lang.
AutoCloseable
)
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedOperationConnection
(implements java.sql.
Connection
)
org.apache.shardingsphere.driver.jdbc.adapter.
AbstractConnectionAdapter
org.apache.shardingsphere.driver.jdbc.core.connection.
ShardingSphereConnection
org.apache.shardingsphere.driver.state.circuit.connection.
CircuitBreakerConnection
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedOperationParameterMetaData
(implements java.sql.
ParameterMetaData
)
org.apache.shardingsphere.driver.jdbc.core.statement.metadata.
ShardingSphereParameterMetaData
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedOperationStatement
(implements java.sql.
Statement
)
org.apache.shardingsphere.driver.jdbc.adapter.
AbstractStatementAdapter
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedOperationPreparedStatement
(implements java.sql.
PreparedStatement
)
org.apache.shardingsphere.driver.jdbc.adapter.
AbstractPreparedStatementAdapter
org.apache.shardingsphere.driver.jdbc.core.statement.
ShardingSpherePreparedStatement
org.apache.shardingsphere.driver.state.circuit.statement.
CircuitBreakerPreparedStatement
org.apache.shardingsphere.driver.jdbc.core.statement.
ShardingSphereStatement
org.apache.shardingsphere.driver.state.circuit.statement.
CircuitBreakerStatement
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedUpdateOperationResultSet
(implements java.sql.
ResultSet
)
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedOperationResultSet
org.apache.shardingsphere.driver.jdbc.adapter.
AbstractResultSetAdapter
org.apache.shardingsphere.driver.jdbc.core.resultset.
ShardingSphereResultSet
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedDatabaseMetaDataResultSet
org.apache.shardingsphere.driver.jdbc.core.resultset.
DatabaseMetaDataResultSet
org.apache.shardingsphere.driver.jdbc.unsupported.
AbstractUnsupportedGeneratedKeysResultSet
org.apache.shardingsphere.driver.jdbc.core.resultset.
GeneratedKeysResultSet
org.apache.shardingsphere.driver.state.circuit.resultset.
CircuitBreakerResultSet
org.apache.shardingsphere.driver.jdbc.adapter.
AdaptedDatabaseMetaData
(implements java.sql.
DatabaseMetaData
)
org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.
ShardingSphereDatabaseMetaData
org.apache.shardingsphere.driver.jdbc.core.resultset.
GeneratedKeysResultSetMetaData
(implements java.sql.
ResultSetMetaData
)
org.apache.shardingsphere.driver.jdbc.core.resultset.
ShardingSphereResultSetMetaData
(implements java.sql.
ResultSetMetaData
)
org.apache.shardingsphere.driver.api.yaml.
YamlShardingSphereDataSourceFactory
接口分层结构
org.apache.shardingsphere.driver.executor.callback.
ExecuteCallback
org.apache.shardingsphere.driver.executor.callback.
ExecuteUpdateCallback
org.apache.shardingsphere.driver.jdbc.adapter.executor.
ForceExecuteCallback
<T>
org.apache.shardingsphere.spi.typed.TypedSPI
org.apache.shardingsphere.driver.state.
DriverState
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.apache.shardingsphere.driver.jdbc.exception.
SQLExceptionErrorCode
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2021
The Apache Software Foundation
. All rights reserved.