跳过导航链接
A B C D E F G I J L M N O P R S U V W Y 

A

abort(Executor) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
absolute(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
AbstractConnectionAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for Connection.
AbstractConnectionAdapter() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
AbstractDataSourceAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for Datasource.
AbstractDataSourceAdapter() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AbstractDataSourceAdapter
 
AbstractPreparedStatementAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for PreparedStatement.
AbstractPreparedStatementAdapter() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
AbstractResultSetAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for ResultSet.
AbstractResultSetAdapter(List<ResultSet>, Statement, ExecutionContext) - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
AbstractStatementAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for Statement.
AbstractStatementAdapter() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
AbstractUnsupportedDatabaseMetaDataResultSet - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported Database meta data result set.
AbstractUnsupportedDatabaseMetaDataResultSet() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
AbstractUnsupportedGeneratedKeysResultSet - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported ResultSet methods for generated keys.
AbstractUnsupportedGeneratedKeysResultSet() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
AbstractUnsupportedOperationConnection - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported Connection methods.
AbstractUnsupportedOperationConnection() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
AbstractUnsupportedOperationParameterMetaData - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported ParameterMetaData methods.
AbstractUnsupportedOperationParameterMetaData() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
AbstractUnsupportedOperationPreparedStatement - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported PreparedStatement methods.
AbstractUnsupportedOperationPreparedStatement() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
AbstractUnsupportedOperationResultSet - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported ResultSet methods.
AbstractUnsupportedOperationResultSet() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
AbstractUnsupportedOperationStatement - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported Statement methods.
AbstractUnsupportedOperationStatement() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
AbstractUnsupportedUpdateOperationResultSet - org.apache.shardingsphere.driver.jdbc.unsupported中的类
Unsupported ResultSet methods.
AbstractUnsupportedUpdateOperationResultSet() - 类 的构造器org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
AdaptedDatabaseMetaData - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapted database meta data.
AdaptedDatabaseMetaData() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
addBatch() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
addBatch(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
addBatch() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
addBatchForExecutionUnits(Collection<ExecutionUnit>) - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Add batch for execution units.
afterLast() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
allProceduresAreCallable() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
allProceduresAreCallable() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
allTablesAreSelectable() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
allTablesAreSelectable() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 

B

BatchExecutionUnit - org.apache.shardingsphere.driver.executor.batch中的类
Batch execution unit.
BatchExecutionUnit() - 类 的构造器org.apache.shardingsphere.driver.executor.batch.BatchExecutionUnit
 
BatchPreparedStatementExecutor - org.apache.shardingsphere.driver.executor.batch中的类
Prepared statement executor to process add batch.
BatchPreparedStatementExecutor(MetaDataContexts, JDBCExecutor, String) - 类 的构造器org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
 
beforeFirst() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 

C

CachedDatabaseMetaData - org.apache.shardingsphere.driver.jdbc.core.datasource.metadata中的类
Cached database meta data.
CachedDatabaseMetaData(DatabaseMetaData) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.CachedDatabaseMetaData
 
cancel() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
cancel() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
cancelRowUpdates() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
CircuitBreakDriverState - org.apache.shardingsphere.driver.state.circuit中的类
Circuit break driver state.
CircuitBreakDriverState() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.CircuitBreakDriverState
 
CircuitBreakerConnection - org.apache.shardingsphere.driver.state.circuit.connection中的类
Circuit breaker connection.
CircuitBreakerConnection() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
CircuitBreakerDatabaseMetaData - org.apache.shardingsphere.driver.state.circuit.metadata中的类
Circuit breaker metadata.
CircuitBreakerDatabaseMetaData() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
CircuitBreakerDataSource - org.apache.shardingsphere.driver.state.circuit.datasource中的类
Circuit breaker datasource.
CircuitBreakerDataSource() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
CircuitBreakerPreparedStatement - org.apache.shardingsphere.driver.state.circuit.statement中的类
Circuit breaker preparedStatement.
CircuitBreakerPreparedStatement() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
CircuitBreakerResultSet - org.apache.shardingsphere.driver.state.circuit.resultset中的类
Circuit breaker result set.
CircuitBreakerResultSet() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
CircuitBreakerResultSetMetaData - org.apache.shardingsphere.driver.state.circuit.resultset中的类
Circuit breaker result set metadata.
CircuitBreakerResultSetMetaData() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
CircuitBreakerStatement - org.apache.shardingsphere.driver.state.circuit.statement中的类
Circuit breaker statement.
CircuitBreakerStatement() - 类 的构造器org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
clear() - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Clear.
clearBatch() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
clearBatch() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
clearBatch() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
clearParameters() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
clearParameters() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
close() - 类 中的方法org.apache.shardingsphere.driver.executor.DriverExecutor
Close.
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
 
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
close(Collection<String>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
Close data sources.
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
close() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
close() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
close() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
close() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
close() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
closeOnCompletion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
commit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Commit.
commit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
commit() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
ConnectionManager - org.apache.shardingsphere.driver.jdbc.core.connection中的类
Connection manager.
ConnectionManager(String, ContextManager) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
 
convertBigDecimalValue(Object, boolean, int) - 类 中的静态方法org.apache.shardingsphere.driver.jdbc.core.resultset.ResultSetUtil
Convert object to BigDecimal.
convertValue(Object, Class<?>) - 类 中的静态方法org.apache.shardingsphere.driver.jdbc.core.resultset.ResultSetUtil
Convert value via expected class type.
createArrayOf(String, Object[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
createArrayOf(String, Object[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
createBlob() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
createClob() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
createDataSource(String, ModeConfiguration) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(ModeConfiguration) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(String, ModeConfiguration, Map<String, DataSource>, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(ModeConfiguration, Map<String, DataSource>, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(String, ModeConfiguration, DataSource, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(ModeConfiguration, DataSource, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(String, Map<String, DataSource>, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(Map<String, DataSource>, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(String, DataSource, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(DataSource, Collection<RuleConfiguration>, Properties) - 类 中的静态方法org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(File) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(byte[]) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(Map<String, DataSource>, File) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(DataSource, File) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(Map<String, DataSource>, byte[]) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createDataSource(DataSource, byte[]) - 类 中的静态方法org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
Create ShardingSphere data source.
createNClob() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
createSQLXML() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
createStatement() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
createStatement(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
createStatement(int, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
createStatement() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
createStatement(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
createStatement(int, int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
createStorageResource(Connection, ConnectionMode, StatementOption) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
 
createStorageResource(String, List<Object>, Connection, ConnectionMode, StatementOption) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
 
createStruct(String, Object[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 

D

DatabaseMetaDataResultSet - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
Database meta data result set.
DatabaseMetaDataResultSet(ResultSet, Collection<ShardingSphereRule>) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
dataDefinitionCausesTransactionCommit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
dataDefinitionCausesTransactionCommit() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
deleteRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
deletesAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
deletesAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
DriverExecutor - org.apache.shardingsphere.driver.executor中的类
Driver executor.
DriverExecutor(ShardingSphereConnection) - 类 的构造器org.apache.shardingsphere.driver.executor.DriverExecutor
 
DriverJDBCExecutor - org.apache.shardingsphere.driver.executor中的类
Driver JDBC executor.
DriverJDBCExecutor(String, MetaDataContexts, JDBCExecutor) - 类 的构造器org.apache.shardingsphere.driver.executor.DriverJDBCExecutor
 
DriverState - org.apache.shardingsphere.driver.state中的接口
Driver state.
DriverStateContext - org.apache.shardingsphere.driver.state中的类
Driver state context.
DriverStateContext() - 类 的构造器org.apache.shardingsphere.driver.state.DriverStateContext
 

E

execute(String, Statement) - 接口 中的方法org.apache.shardingsphere.driver.executor.callback.ExecuteCallback
Execute.
execute(ExecutionGroupContext<JDBCExecutionUnit>, LogicSQL, Collection<RouteUnit>, JDBCExecutorCallback<Boolean>) - 类 中的方法org.apache.shardingsphere.driver.executor.DriverJDBCExecutor
Execute SQL.
execute(ExecutionGroupContext<JDBCExecutionUnit>, SQLStatementContext<?>, Collection<RouteUnit>, JDBCExecutorCallback<T>) - 类 中的方法org.apache.shardingsphere.driver.executor.JDBCLockEngine
Execute.
execute(T) - 接口 中的方法org.apache.shardingsphere.driver.jdbc.adapter.executor.ForceExecuteCallback
Execute.
execute(Collection<T>, ForceExecuteCallback<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.executor.ForceExecuteTemplate
Force execute.
execute() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
execute(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
execute(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
execute(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
execute(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
execute(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
execute(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
execute(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
execute(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
execute() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
execute(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
execute(String, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
execute(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
execute(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
executeBatch(SQLStatementContext<?>) - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Execute batch.
executeBatch() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
executeBatch() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
executeBatch() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
ExecuteCallback - org.apache.shardingsphere.driver.executor.callback中的接口
Execute callback.
executeQuery(String, Statement) - 类 中的方法org.apache.shardingsphere.driver.executor.callback.ExecuteQueryCallback
 
executeQuery(String, Statement) - 类 中的方法org.apache.shardingsphere.driver.executor.callback.impl.PreparedStatementExecuteQueryCallback
 
executeQuery(String, Statement) - 类 中的方法org.apache.shardingsphere.driver.executor.callback.impl.StatementExecuteQueryCallback
 
executeQuery(ExecutionGroupContext<JDBCExecutionUnit>, LogicSQL, ExecuteQueryCallback) - 类 中的方法org.apache.shardingsphere.driver.executor.DriverJDBCExecutor
Execute query.
executeQuery() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
executeQuery(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
executeQuery(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
executeQuery() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
executeQuery(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
ExecuteQueryCallback - org.apache.shardingsphere.driver.executor.callback中的类
Execute query callback.
ExecuteQueryCallback(DatabaseType, SQLStatement, boolean) - 类 的构造器org.apache.shardingsphere.driver.executor.callback.ExecuteQueryCallback
 
executeSQL(String, Statement, ConnectionMode) - 类 中的方法org.apache.shardingsphere.driver.executor.callback.ExecuteQueryCallback
 
executeUpdate(String, Statement) - 接口 中的方法org.apache.shardingsphere.driver.executor.callback.ExecuteUpdateCallback
Execute update.
executeUpdate(ExecutionGroupContext<JDBCExecutionUnit>, LogicSQL, Collection<RouteUnit>, JDBCExecutorCallback<Integer>) - 类 中的方法org.apache.shardingsphere.driver.executor.DriverJDBCExecutor
Execute update.
executeUpdate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
executeUpdate(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
executeUpdate(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
executeUpdate(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
executeUpdate(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
executeUpdate(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
executeUpdate(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
executeUpdate(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
executeUpdate(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
executeUpdate() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
executeUpdate(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
executeUpdate(String, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
executeUpdate(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
executeUpdate(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
ExecuteUpdateCallback - org.apache.shardingsphere.driver.executor.callback中的接口
Execute update callback.

F

findColumn(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
findColumn(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
findColumn(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
findColumn(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
first() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
ForceExecuteCallback<T> - org.apache.shardingsphere.driver.jdbc.adapter.executor中的接口
Force execute callback.
ForceExecuteTemplate<T> - org.apache.shardingsphere.driver.jdbc.adapter.executor中的类
Force execute template.
ForceExecuteTemplate() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.executor.ForceExecuteTemplate
 

G

generatedKeyAlwaysReturned() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
generatedKeyAlwaysReturned() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
GeneratedKeysResultSet - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
ResultSet for generated keys.
GeneratedKeysResultSet() - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
GeneratedKeysResultSetMetaData - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
Result set meta data for generated keys.
GeneratedKeysResultSetMetaData() - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getArray(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getArray(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getArray(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getArray(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getArray(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getArray(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getArray(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getArray(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getAsciiStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getAsciiStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getAsciiStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getAsciiStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getAsciiStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getAsciiStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getAsciiStream(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getAsciiStream(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getAttributes(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getAttributes(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getAutoCommit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
getAutoCommit() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getBestRowIdentifier(String, String, String, int, boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getBestRowIdentifier(String, String, String, int, boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getBigDecimal(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBigDecimal(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBigDecimal(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBigDecimal(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBigDecimal(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBigDecimal(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBigDecimal(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBigDecimal(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBigDecimal(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBigDecimal(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBigDecimal(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBigDecimal(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBigDecimal(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBigDecimal(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBigDecimal(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBigDecimal(String, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBinaryStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBinaryStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBinaryStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getBinaryStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getBinaryStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBinaryStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBinaryStream(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBinaryStream(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBlob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBlob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBlob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getBlob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getBlob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBlob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBlob(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBlob(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBoolean(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBoolean(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBoolean(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBoolean(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBoolean(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBoolean(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getBoolean(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBoolean(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getByte(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getByte(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getByte(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getByte(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getByte(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getByte(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getByte(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getByte(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBytes(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBytes(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getBytes(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBytes(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getBytes(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBytes(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getBytes(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getBytes(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getCatalog() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
getCatalog() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getCatalogName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getCatalogName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getCatalogName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getCatalogs() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getCatalogs() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getCatalogSeparator() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getCatalogSeparator() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getCatalogTerm() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getCatalogTerm() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getCharacterStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getCharacterStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getCharacterStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getCharacterStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getCharacterStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getCharacterStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getCharacterStream(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getCharacterStream(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getClientInfo() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
getClientInfo(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
getClientInfoProperties() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getClientInfoProperties() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getClob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getClob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getClob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getClob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getClob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getClob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getClob(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getClob(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getColumnClassName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnClassName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnClassName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnDisplaySize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnDisplaySize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnDisplaySize(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getColumnPrivileges(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getConcurrency() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getConcurrency() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getConcurrency() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getConcurrency() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
getConnection(String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
getConnection(String, ContextManager) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.CircuitBreakDriverState
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
getConnection(String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getConnection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getConnection(String, ContextManager) - 接口 中的方法org.apache.shardingsphere.driver.state.DriverState
Get connection.
getConnection(String, ContextManager) - 类 中的静态方法org.apache.shardingsphere.driver.state.DriverStateContext
Get connection.
getConnection(String, ContextManager) - 类 中的方法org.apache.shardingsphere.driver.state.lock.LockDriverState
 
getConnection(String, ContextManager) - 类 中的方法org.apache.shardingsphere.driver.state.ok.OKDriverState
 
getConnections(String, int, ConnectionMode) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
 
getCrossReference(String, String, String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getCrossReference(String, String, String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getCursorName() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getDatabaseMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDatabaseMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDatabaseMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDatabaseMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDatabaseProductName() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDatabaseProductName() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDatabaseProductVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDatabaseProductVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDate(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getDate(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getDate(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDate(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDate(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDate(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDate(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getDate(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getDate(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getDate(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getDate(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getDate(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getDate(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDate(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDate(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDate(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDefaultTransactionIsolation() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDefaultTransactionIsolation() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDouble(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getDouble(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getDouble(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getDouble(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getDouble(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDouble(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getDouble(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDouble(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getDriverMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDriverMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDriverMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDriverMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDriverName() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDriverName() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getDriverVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getDriverVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getExecutor() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getExecutor() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getExportedKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getExportedKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getExtraNameCharacters() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getExtraNameCharacters() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getFloat(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getFloat(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getFloat(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getFloat(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getFloat(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getFloat(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getFloat(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getFloat(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getFunctionColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getFunctionColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getFunctions(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getFunctions(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getHoldability() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
getHoldability() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getHoldability() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getIdentifierQuoteString() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getIdentifierQuoteString() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getImportedKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getImportedKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getInt(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getInt(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getInt(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getInt(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getInt(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getInt(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getInt(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getInt(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getJDBCMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getJDBCMajorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getJDBCMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getJDBCMinorVersion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getLoginTimeout() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
getLoginTimeout() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
getLong(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getLong(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getLong(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getLong(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getLong(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getLong(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getLong(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getLong(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getMaxBinaryLiteralLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxBinaryLiteralLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxCatalogNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxCatalogNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxCharLiteralLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxCharLiteralLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnsInGroupBy() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnsInGroupBy() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnsInIndex() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnsInIndex() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnsInOrderBy() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnsInOrderBy() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnsInSelect() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnsInSelect() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxColumnsInTable() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxColumnsInTable() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxConnections() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxConnections() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxCursorNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxCursorNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxFieldSize() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getMaxFieldSize() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getMaxIndexLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxIndexLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxProcedureNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxProcedureNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxRows() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getMaxRows() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getMaxRowSize() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxRowSize() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxSchemaNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxSchemaNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxStatementLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxStatementLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxStatements() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxStatements() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxTableNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxTableNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxTablesInSelect() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxTablesInSelect() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMaxUserNameLength() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getMaxUserNameLength() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getMetaData() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getMoreResults() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getMoreResults(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getMoreResults() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getMoreResults(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getNCharacterStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getNCharacterStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getNClob(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getNClob(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getNetworkTimeout() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
getNString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getNString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getNString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getNString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getNString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getNString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getNString(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getNString(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getNumericFunctions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getNumericFunctions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getObject(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getObject(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getObject(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getObject(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getObject(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getObject(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getObject(int, Class<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getObject(String, Class<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getObject(int, Class<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getObject(String, Class<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getObject(String, Map<String, Class<?>>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getObject(int, Map<String, Class<?>>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getObject(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getObject(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getParameterClassName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getParameterCount() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.metadata.ShardingSphereParameterMetaData
 
getParameterMetaData() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getParameterMode(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getParameterSet(Statement) - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Get parameter sets.
getParameterSets() - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchExecutionUnit
Get parameter sets.
getParameterType(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getParameterTypeName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getParentLogger() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractDataSourceAdapter
 
getPrecision(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getPrecision(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getPrecision(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getPrecision(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getPrimaryKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getPrimaryKeys(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getProcedures(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getProcedures(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getProcedureTerm() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getProcedureTerm() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getPseudoColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getPseudoColumns(String, String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getQueryTimeout() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getQueryTimeout() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getRandomConnection() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Get random connection.
getRandomPhysicalDataSourceName() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Get random physical data source name.
getRef(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getRef(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getResultSet() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getResultSet() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getResultSet() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getResultSet() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getResultSetConcurrency() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getResultSetConcurrency() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getResultSetConcurrency() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getResultSetConcurrency() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getResultSetHoldability() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getResultSetType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getResultSetType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getResultSetType() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getResultSetType() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getRoutedStatements() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getRoutedStatements() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
getRoutedStatements() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
getRoutedStatements() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
getRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getRowId(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getRowId(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
getRowIdLifetime() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getRowIdLifetime() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSaneResult(SQLStatement) - 类 中的方法org.apache.shardingsphere.driver.executor.callback.ExecuteQueryCallback
 
getScale(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getScale(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getScale(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
getScale(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getSchema() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getSchemaName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getSchemaName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getSchemaName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getSchemas() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getSchemas(String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getSchemas() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSchemas(String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSchemaTerm() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getSchemaTerm() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSearchStringEscape() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getSearchStringEscape() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getShort(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getShort(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getShort(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getShort(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getShort(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getShort(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getShort(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getShort(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getSQLKeywords() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getSQLKeywords() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSQLStateType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getSQLStateType() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSQLXML(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getSQLXML(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getSQLXML(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getSQLXML(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getSQLXML(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getSQLXML(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getSQLXML(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getSQLXML(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getStatement() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getStatement() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getStatement() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getStatements() - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Get statements.
getString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getString(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getString(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getString(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getString(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getStringFunctions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getStringFunctions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSuperTables(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getSuperTables(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSuperTypes(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getSuperTypes(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getSystemFunctions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getSystemFunctions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
getTablePrivileges(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getTablePrivileges(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTables(String, String, String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getTables(String, String, String, String[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTableTypes() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getTableTypes() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTime(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getTime(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getTime(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTime(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTime(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTime(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTime(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getTime(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getTime(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTime(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTime(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTime(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTime(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTime(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTime(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTime(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTimeDateFunctions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getTimeDateFunctions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTimestamp(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getTimestamp(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getTimestamp(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTimestamp(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTimestamp(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTimestamp(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getTimestamp(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getTimestamp(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getTimestamp(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTimestamp(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTimestamp(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTimestamp(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getTimestamp(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTimestamp(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTimestamp(int, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTimestamp(String, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getTransactionIsolation() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Get transaction isolation.
getTransactionIsolation() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
getTransactionIsolation() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.CircuitBreakDriverState
 
getType() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.driver.state.lock.LockDriverState
 
getType() - 类 中的方法org.apache.shardingsphere.driver.state.ok.OKDriverState
 
getTypeInfo() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getTypeInfo() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getTypeMap() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
getUDTs(String, String, String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getUDTs(String, String, String, int[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getUnicodeStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getUnicodeStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getUnicodeStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getUnicodeStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getUnicodeStream(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getUnicodeStream(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getUnicodeStream(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getUnicodeStream(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getUpdateCount() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getUpdateCount() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
getURL() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getURL(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getURL(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
getURL(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getURL(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
getURL(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getURL(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getURL() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getURL(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getURL(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getUserName() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
getUserName() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getVersionColumns(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
getVersionColumns(String, String, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
getWarnings() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 

I

init(ExecutionGroupContext<JDBCExecutionUnit>) - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor
Initialize executor.
insertRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
insertsAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
insertsAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
invoke(Object) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocation
Invoke method.
isAccumulate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
isAccumulate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
isAccumulate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
isAccumulate() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
isAfterLast() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isBeforeFirst() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
isCaseSensitive(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isCaseSensitive(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isCaseSensitive(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isCatalogAtStart() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
isCatalogAtStart() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
isClosed() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
isCloseOnCompletion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
isCurrency(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isCurrency(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isCurrency(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isDefinitelyWritable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isDefinitelyWritable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isDefinitelyWritable(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isFirst() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
isHoldTransaction() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
Whether hold transaction or not.
isLast() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
isNullable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isNullable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isNullable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
isNullable(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isPoolable() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
isReadOnly() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
isReadOnly() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
isReadOnly(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isReadOnly(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isReadOnly() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
isReadOnly() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
isReadOnly(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isSearchable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isSearchable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isSearchable(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isValid(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Whether connection valid.
isValid(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
isValid(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
isWrapperFor(Class<?>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.WrapperAdapter
 
isWrapperFor(Class<?>) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
isWrapperFor(Class<?>) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
isWritable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData
 
isWritable(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
isWritable(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 

J

JDBCLockEngine - org.apache.shardingsphere.driver.executor中的类
JDBC lock engine.
JDBCLockEngine(String, MetaDataContexts, JDBCExecutor) - 类 的构造器org.apache.shardingsphere.driver.executor.JDBCLockEngine
 

L

last() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
locatorsUpdateCopy() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
locatorsUpdateCopy() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
LockDriverState - org.apache.shardingsphere.driver.state.lock中的类
Lock driver state.
LockDriverState() - 类 的构造器org.apache.shardingsphere.driver.state.lock.LockDriverState
 

M

mapAddBatchCount(int) - 类 中的方法org.apache.shardingsphere.driver.executor.batch.BatchExecutionUnit
Map times of use JDBC API call addBatch and times of actual call addBatch after route.
MethodInvocation - org.apache.shardingsphere.driver.jdbc.adapter.invocation中的类
Invocation that reflected call for method.
MethodInvocation() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocation
 
MethodInvocationRecorder - org.apache.shardingsphere.driver.jdbc.adapter.invocation中的类
Method invocation recorder.
MethodInvocationRecorder() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocationRecorder
 
moveToCurrentRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
moveToInsertRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 

N

nativeSQL(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
next() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
next() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
next() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
next() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
nullPlusNonNullIsNull() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
nullPlusNonNullIsNull() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
nullsAreSortedAtEnd() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
nullsAreSortedAtEnd() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
nullsAreSortedAtStart() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
nullsAreSortedAtStart() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
nullsAreSortedHigh() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
nullsAreSortedHigh() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
nullsAreSortedLow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
nullsAreSortedLow() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 

O

OKDriverState - org.apache.shardingsphere.driver.state.ok中的类
OK driver state.
OKDriverState() - 类 的构造器org.apache.shardingsphere.driver.state.ok.OKDriverState
 
org.apache.shardingsphere.driver.api - 程序包 org.apache.shardingsphere.driver.api
 
org.apache.shardingsphere.driver.api.yaml - 程序包 org.apache.shardingsphere.driver.api.yaml
 
org.apache.shardingsphere.driver.executor - 程序包 org.apache.shardingsphere.driver.executor
 
org.apache.shardingsphere.driver.executor.batch - 程序包 org.apache.shardingsphere.driver.executor.batch
 
org.apache.shardingsphere.driver.executor.callback - 程序包 org.apache.shardingsphere.driver.executor.callback
 
org.apache.shardingsphere.driver.executor.callback.impl - 程序包 org.apache.shardingsphere.driver.executor.callback.impl
 
org.apache.shardingsphere.driver.jdbc.adapter - 程序包 org.apache.shardingsphere.driver.jdbc.adapter
 
org.apache.shardingsphere.driver.jdbc.adapter.executor - 程序包 org.apache.shardingsphere.driver.jdbc.adapter.executor
 
org.apache.shardingsphere.driver.jdbc.adapter.invocation - 程序包 org.apache.shardingsphere.driver.jdbc.adapter.invocation
 
org.apache.shardingsphere.driver.jdbc.core.connection - 程序包 org.apache.shardingsphere.driver.jdbc.core.connection
 
org.apache.shardingsphere.driver.jdbc.core.datasource - 程序包 org.apache.shardingsphere.driver.jdbc.core.datasource
 
org.apache.shardingsphere.driver.jdbc.core.datasource.metadata - 程序包 org.apache.shardingsphere.driver.jdbc.core.datasource.metadata
 
org.apache.shardingsphere.driver.jdbc.core.resultset - 程序包 org.apache.shardingsphere.driver.jdbc.core.resultset
 
org.apache.shardingsphere.driver.jdbc.core.statement - 程序包 org.apache.shardingsphere.driver.jdbc.core.statement
 
org.apache.shardingsphere.driver.jdbc.core.statement.metadata - 程序包 org.apache.shardingsphere.driver.jdbc.core.statement.metadata
 
org.apache.shardingsphere.driver.jdbc.exception - 程序包 org.apache.shardingsphere.driver.jdbc.exception
 
org.apache.shardingsphere.driver.jdbc.unsupported - 程序包 org.apache.shardingsphere.driver.jdbc.unsupported
 
org.apache.shardingsphere.driver.state - 程序包 org.apache.shardingsphere.driver.state
 
org.apache.shardingsphere.driver.state.circuit - 程序包 org.apache.shardingsphere.driver.state.circuit
 
org.apache.shardingsphere.driver.state.circuit.connection - 程序包 org.apache.shardingsphere.driver.state.circuit.connection
 
org.apache.shardingsphere.driver.state.circuit.datasource - 程序包 org.apache.shardingsphere.driver.state.circuit.datasource
 
org.apache.shardingsphere.driver.state.circuit.metadata - 程序包 org.apache.shardingsphere.driver.state.circuit.metadata
 
org.apache.shardingsphere.driver.state.circuit.resultset - 程序包 org.apache.shardingsphere.driver.state.circuit.resultset
 
org.apache.shardingsphere.driver.state.circuit.statement - 程序包 org.apache.shardingsphere.driver.state.circuit.statement
 
org.apache.shardingsphere.driver.state.lock - 程序包 org.apache.shardingsphere.driver.state.lock
 
org.apache.shardingsphere.driver.state.ok - 程序包 org.apache.shardingsphere.driver.state.ok
 
othersDeletesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
othersDeletesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
othersInsertsAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
othersInsertsAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
othersUpdatesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
othersUpdatesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
ownDeletesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
ownDeletesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
ownInsertsAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
ownInsertsAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
ownUpdatesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
ownUpdatesAreVisible(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 

P

prepareCall(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
prepareCall(String, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
prepareCall(String, int, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
PreparedStatementExecuteQueryCallback - org.apache.shardingsphere.driver.executor.callback.impl中的类
Prepared statement execute query callback.
PreparedStatementExecuteQueryCallback(DatabaseType, SQLStatement, boolean) - 类 的构造器org.apache.shardingsphere.driver.executor.callback.impl.PreparedStatementExecuteQueryCallback
 
prepareStatement(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String, int, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
prepareStatement(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
prepareStatement(String, int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
prepareStatement(String, int, int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
prepareStatement(String, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
prepareStatement(String, int[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
prepareStatement(String, String[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
previous() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 

R

record(Class<?>, String, Class<?>[], Object[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocationRecorder
Record method invocation.
refreshRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
relative(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
releaseSavepoint(Savepoint) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
replay(Object) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocationRecorder
Replay methods invocation.
replaySetParameter(PreparedStatement, List<Object>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
ResultSetUtil - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
ResultSet utility.
ResultSetUtil() - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.ResultSetUtil
 
rollback() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Rollback.
rollback() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
rollback(Savepoint) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
rollback() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
rowDeleted() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
rowInserted() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
rowUpdated() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 

S

setArray(int, Array) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setArray(int, Array) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setAsciiStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setAsciiStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setAsciiStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setAsciiStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setAsciiStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setAsciiStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setAutoCommit(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Set auto commit.
setAutoCommit(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
setAutoCommit(boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setBigDecimal(int, BigDecimal) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBigDecimal(int, BigDecimal) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBinaryStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBinaryStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBinaryStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBinaryStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBinaryStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBinaryStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBlob(int, Blob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBlob(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBlob(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBlob(int, Blob) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBlob(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBlob(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBoolean(int, boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBoolean(int, boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setByte(int, byte) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setByte(int, byte) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setBytes(int, byte[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setBytes(int, byte[]) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setCatalog(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
setCatalog(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setCharacterStream(int, Reader, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setCharacterStream(int, Reader, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setClientInfo(String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setClientInfo(Properties) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setClob(int, Clob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setClob(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setClob(int, Clob) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setClob(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setCursorName(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement
 
setDate(int, Date) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setDate(int, Date, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setDate(int, Date) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setDate(int, Date, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setDouble(int, double) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setDouble(int, double) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setEscapeProcessing(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setEscapeProcessing(boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setFloat(int, float) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setFloat(int, float) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setHoldability(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
setHoldability(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setInt(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setInt(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setLoginTimeout(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
setLoginTimeout(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource
 
setLong(int, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setLong(int, long) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setMaxFieldSize(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setMaxFieldSize(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setMaxRows(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setMaxRows(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setNCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNClob(int, NClob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNClob(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNetworkTimeout(Executor, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setNString(int, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setNull(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setNull(int, int, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setNull(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setNull(int, int, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setObject(int, Object) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setObject(int, Object, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setObject(int, Object, int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setObject(int, Object) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setObject(int, Object, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setObject(int, Object, int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setPoolable(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setPoolable(boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setQueryTimeout(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter
 
setQueryTimeout(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement
 
setReadOnly(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Set read only.
setReadOnly(boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
setReadOnly(boolean) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setRef(int, Ref) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setRowId(int, RowId) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement
 
setSavepoint() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setSavepoint(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setSchema(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter
 
setSchema(String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setShort(int, short) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setShort(int, short) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setSQLXML(int, SQLXML) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setSQLXML(int, SQLXML) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setString(int, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setString(int, String) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setTime(int, Time) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setTime(int, Time, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setTime(int, Time) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setTime(int, Time, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setTimestamp(int, Timestamp) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setTimestamp(int, Timestamp) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setTransactionIsolation(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ConnectionManager
Set transaction isolation.
setTransactionIsolation(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
setTransactionIsolation(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection
 
setUnicodeStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setUnicodeStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
setURL(int, URL) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter
 
setURL(int, URL) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement
 
ShardingSphereConnection - org.apache.shardingsphere.driver.jdbc.core.connection中的类
ShardingSphere connection.
ShardingSphereConnection(String, ContextManager) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection
 
ShardingSphereDatabaseMetaData - org.apache.shardingsphere.driver.jdbc.core.datasource.metadata中的类
ShardingSphere database meta data.
ShardingSphereDatabaseMetaData(ShardingSphereConnection) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData
 
ShardingSphereDataSource - org.apache.shardingsphere.driver.jdbc.core.datasource中的类
ShardingSphere data source.
ShardingSphereDataSource(String, ModeConfiguration) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
ShardingSphereDataSource(String, ModeConfiguration, Map<String, DataSource>, Collection<RuleConfiguration>, Properties) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
 
ShardingSphereDataSourceFactory - org.apache.shardingsphere.driver.api中的类
ShardingSphere data source factory.
ShardingSphereDataSourceFactory() - 类 的构造器org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory
 
ShardingSphereParameterMetaData - org.apache.shardingsphere.driver.jdbc.core.statement.metadata中的类
ShardingSphere parameter meta data.
ShardingSphereParameterMetaData() - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.metadata.ShardingSphereParameterMetaData
 
ShardingSpherePreparedStatement - org.apache.shardingsphere.driver.jdbc.core.statement中的类
ShardingSphere prepared statement.
ShardingSpherePreparedStatement(ShardingSphereConnection, String) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
ShardingSpherePreparedStatement(ShardingSphereConnection, String, int, int) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
ShardingSpherePreparedStatement(ShardingSphereConnection, String, int) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
ShardingSpherePreparedStatement(ShardingSphereConnection, String, int, int, int) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement
 
ShardingSphereResultSet - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
ShardingSphere result set.
ShardingSphereResultSet(List<ResultSet>, MergedResult, Statement, ExecutionContext) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
ShardingSphereResultSetMetaData - org.apache.shardingsphere.driver.jdbc.core.resultset中的类
ShardingSphere result set meta data.
ShardingSphereResultSetMetaData() - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData
 
ShardingSphereStatement - org.apache.shardingsphere.driver.jdbc.core.statement中的类
ShardingSphere statement.
ShardingSphereStatement(ShardingSphereConnection) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
ShardingSphereStatement(ShardingSphereConnection, int, int) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
ShardingSphereStatement(ShardingSphereConnection, int, int, int) - 类 的构造器org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement
 
SQLExceptionErrorCode - org.apache.shardingsphere.driver.jdbc.exception中的枚举
SQL exception constant.
StatementExecuteQueryCallback - org.apache.shardingsphere.driver.executor.callback.impl中的类
Statement execute query callback.
StatementExecuteQueryCallback(DatabaseType, SQLStatement, boolean) - 类 的构造器org.apache.shardingsphere.driver.executor.callback.impl.StatementExecuteQueryCallback
 
storesLowerCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesLowerCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
storesMixedCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesMixedCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
storesUpperCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesUpperCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsAlterTableWithAddColumn() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsAlterTableWithAddColumn() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsAlterTableWithDropColumn() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsAlterTableWithDropColumn() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsANSI92FullSQL() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsANSI92FullSQL() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsANSI92IntermediateSQL() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsANSI92IntermediateSQL() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsBatchUpdates() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsBatchUpdates() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCatalogsInDataManipulation() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCatalogsInDataManipulation() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsColumnAliasing() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsColumnAliasing() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsConvert() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsConvert(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsConvert() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsConvert(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCoreSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCoreSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsCorrelatedSubqueries() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsCorrelatedSubqueries() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsExpressionsInOrderBy() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsExpressionsInOrderBy() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsExtendedSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsExtendedSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsFullOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsFullOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsGetGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsGetGeneratedKeys() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsGroupBy() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsGroupBy() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsGroupByBeyondSelect() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsGroupByBeyondSelect() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsGroupByUnrelated() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsGroupByUnrelated() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsLikeEscapeClause() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsLikeEscapeClause() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsLimitedOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsLimitedOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMinimumSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMinimumSQLGrammar() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMixedCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMixedCaseIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMultipleOpenResults() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMultipleOpenResults() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMultipleResultSets() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMultipleResultSets() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsMultipleTransactions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsMultipleTransactions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsNamedParameters() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsNamedParameters() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsNonNullableColumns() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsNonNullableColumns() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOrderByUnrelated() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOrderByUnrelated() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsOuterJoins() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsPositionedDelete() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsPositionedDelete() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsPositionedUpdate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsPositionedUpdate() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsResultSetHoldability(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsResultSetHoldability(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsResultSetType(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsResultSetType(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSavepoints() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSavepoints() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSchemasInDataManipulation() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSchemasInDataManipulation() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSchemasInProcedureCalls() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSchemasInProcedureCalls() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSchemasInTableDefinitions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSchemasInTableDefinitions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSelectForUpdate() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSelectForUpdate() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsStatementPooling() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsStatementPooling() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsStoredProcedures() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsStoredProcedures() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSubqueriesInComparisons() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSubqueriesInComparisons() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSubqueriesInExists() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSubqueriesInExists() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSubqueriesInIns() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSubqueriesInIns() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsTableCorrelationNames() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsTableCorrelationNames() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsTransactions() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsTransactions() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsUnion() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsUnion() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
supportsUnionAll() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
supportsUnionAll() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 

U

unwrap(Class<T>) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.WrapperAdapter
 
unwrap(Class<T>) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
unwrap(Class<T>) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData
 
updateArray(int, Array) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateArray(String, Array) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBigDecimal(int, BigDecimal) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBigDecimal(String, BigDecimal) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, Blob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, Blob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, InputStream) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBoolean(int, boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBoolean(String, boolean) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateByte(int, byte) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateByte(String, byte) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBytes(int, byte[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateBytes(String, byte[]) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Clob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Clob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateDate(int, Date) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateDate(String, Date) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateDouble(int, double) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateDouble(String, double) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateFloat(int, float) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateFloat(String, float) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateInt(int, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateInt(String, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateLong(int, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateLong(String, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(String, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(String, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, NClob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, NClob) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, Reader) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, Reader, long) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNString(int, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNString(String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNull(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateNull(String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(int, Object) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(String, Object) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(int, Object, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(String, Object, int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateRef(int, Ref) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateRef(String, Ref) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateRow() - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet
 
updateRowId(int, RowId) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateRowId(String, RowId) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updatesAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
updatesAreDetected(int) - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
updateShort(int, short) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateShort(String, short) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateSQLXML(int, SQLXML) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateSQLXML(String, SQLXML) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateString(int, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateString(String, String) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateTime(int, Time) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateTime(String, Time) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateTimestamp(int, Timestamp) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
updateTimestamp(String, Timestamp) - 类 中的方法org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet
 
usesLocalFilePerTable() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
usesLocalFilePerTable() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 
usesLocalFiles() - 类 中的方法org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData
 
usesLocalFiles() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData
 

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.driver.jdbc.exception.SQLExceptionErrorCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.shardingsphere.driver.jdbc.exception.SQLExceptionErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wasNull() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet
 
wasNull() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet
 
wasNull() - 类 中的方法org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet
 
wasNull() - 类 中的方法org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet
 
WrapperAdapter - org.apache.shardingsphere.driver.jdbc.adapter中的类
Adapter for java.sql.Wrapper.
WrapperAdapter() - 类 的构造器org.apache.shardingsphere.driver.jdbc.adapter.WrapperAdapter
 

Y

YamlShardingSphereDataSourceFactory - org.apache.shardingsphere.driver.api.yaml中的类
ShardingSphere data source factory for YAML.
YamlShardingSphereDataSourceFactory() - 类 的构造器org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory
 
A B C D E F G I J L M N O P R S U V W Y 
跳过导航链接

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