- CachedDatabaseMetaData - Class in org.apache.shardingsphere.shardingjdbc.jdbc.core.datasource.metadata
-
Cached database meta data.
- CachedDatabaseMetaData(DatabaseMetaData, Map<String, DataSource>, ShardingRule) - Constructor for class org.apache.shardingsphere.shardingjdbc.jdbc.core.datasource.metadata.CachedDatabaseMetaData
-
- cacheStatements() - Method in class org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor
-
- cancel() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractStatementAdapter
-
- cancel() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatement
-
- cancelRowUpdates() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationResultSet
-
- changeValueArgument(Object) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.invocation.SetParameterMethodInvocation
-
Set argument.
- clear() - Method in class org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor
-
Clear data.
- clear() - Method in class org.apache.shardingsphere.shardingjdbc.executor.BatchPreparedStatementExecutor
-
- clearBatch() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptPreparedStatement
-
- clearBatch() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.MasterSlavePreparedStatement
-
- clearBatch() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement
-
- clearBatch() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationStatement
-
- clearParameters() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractMasterSlavePreparedStatementAdapter
-
- clearParameters() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractShardingPreparedStatementAdapter
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractResultSetAdapter
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractStatementAdapter
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatement
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet
-
- clearWarnings() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractDataSourceAdapter
-
- close(Collection<String>) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractDataSourceAdapter
-
Close dataSources.
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractResultSetAdapter
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractStatementAdapter
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.context.AbstractRuntimeContext
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.context.ShardingRuntimeContext
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.DatabaseMetaDataResultSet
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.GeneratedKeysResultSet
-
- close() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatement
-
- closeOnCompletion() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationStatement
-
- commit() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter
-
- commit() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- commit() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection
-
- convertValue(Object, Class<?>) - Static method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.ResultSetUtil
-
Convert value via expected class type.
- createArrayOf(String, Object[]) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-
- createBlob() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-
- createClob() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-
- createConnection(String, DataSource) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter
-
- createConnection(String, DataSource) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.MasterSlaveConnection
-
- createConnection(String, DataSource) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection
-
- createDataSource(DataSource, EncryptRuleConfiguration, Properties) - Static method in class org.apache.shardingsphere.shardingjdbc.api.EncryptDataSourceFactory
-
Create encrypt data source.
- createDataSource(Map<String, DataSource>, MasterSlaveRuleConfiguration, Properties) - Static method in class org.apache.shardingsphere.shardingjdbc.api.MasterSlaveDataSourceFactory
-
Create master-slave data source.
- createDataSource(Map<String, DataSource>, ShardingRuleConfiguration, Properties) - Static method in class org.apache.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory
-
Create sharding data source.
- createDataSource(File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlEncryptDataSourceFactory
-
Create encrypt data source.
- createDataSource(byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlEncryptDataSourceFactory
-
Create encrypt data source.
- createDataSource(DataSource, File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlEncryptDataSourceFactory
-
Create encrypt data source.
- createDataSource(DataSource, byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlEncryptDataSourceFactory
-
Create encrypt data source.
- createDataSource(File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlMasterSlaveDataSourceFactory
-
Create master-slave data source.
- createDataSource(byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlMasterSlaveDataSourceFactory
-
Create master-slave data source.
- createDataSource(Map<String, DataSource>, File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlMasterSlaveDataSourceFactory
-
Create master-slave data source.
- createDataSource(Map<String, DataSource>, byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlMasterSlaveDataSourceFactory
-
Create master-slave data source.
- createDataSource(File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory
-
Create sharding data source.
- createDataSource(byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory
-
Create sharding data source.
- createDataSource(Map<String, DataSource>, File) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory
-
Create sharding data source.
- createDataSource(Map<String, DataSource>, byte[]) - Static method in class org.apache.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory
-
Create sharding data source.
- createNClob() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-
- createSQLXML() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-
- createStatement() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- createStatement(int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- createStatement(int, int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.EncryptConnection
-
- createStatement() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.MasterSlaveConnection
-
- createStatement(int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.MasterSlaveConnection
-
- createStatement(int, int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.MasterSlaveConnection
-
- createStatement() - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection
-
- createStatement(int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection
-
- createStatement(int, int, int) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection
-
- createStruct(String, Object[]) - Method in class org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationConnection
-