jar

org.apache.shardingsphere : shardingsphere-jdbc-core

Maven & Gradle

Jul 04, 2023
24 usages
18.5k stars

shardingsphere-jdbc-core

Table Of Contents

Latest Version

Download org.apache.shardingsphere : shardingsphere-jdbc-core JAR file - Latest Versions:

All Versions

Download org.apache.shardingsphere : shardingsphere-jdbc-core JAR file - All Versions:

Version Vulnerabilities Size Updated
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shardingsphere-jdbc-core-5.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shardingsphere.driver.api

├─ org.apache.shardingsphere.driver.api.ShardingSphereDataSourceFactory.class - [JAR]

org.apache.shardingsphere.driver.jdbc.exception.transaction

├─ org.apache.shardingsphere.driver.jdbc.exception.transaction.JDBCTransactionAcrossDatabasesException.class - [JAR]

org.apache.shardingsphere.driver.state.circuit.metadata

├─ org.apache.shardingsphere.driver.state.circuit.metadata.CircuitBreakerDatabaseMetaData.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.statement.metadata

├─ org.apache.shardingsphere.driver.jdbc.core.statement.metadata.ShardingSphereParameterMetaData.class - [JAR]

org.apache.shardingsphere.driver.executor

├─ org.apache.shardingsphere.driver.executor.DriverExecutor.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.DriverJDBCExecutor.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.driver.spi

├─ org.apache.shardingsphere.driver.jdbc.core.driver.spi.AbsolutePathDriverURLProvider.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.driver.spi.ApolloDriverURLProvider.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.driver.spi.ClasspathDriverURLProvider.class - [JAR]

org.apache.shardingsphere.driver.jdbc.exception.connection

├─ org.apache.shardingsphere.driver.jdbc.exception.connection.ConnectionClosedException.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.exception.connection.ResultSetClosedException.class - [JAR]

org.apache.shardingsphere.driver

├─ org.apache.shardingsphere.driver.DriverRegisterException.class - [JAR]

├─ org.apache.shardingsphere.driver.ShardingSphereDriver.class - [JAR]

org.apache.shardingsphere.driver.jdbc.adapter.executor

├─ org.apache.shardingsphere.driver.jdbc.adapter.executor.ForceExecuteCallback.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.executor.ForceExecuteTemplate.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core

├─ org.apache.shardingsphere.driver.jdbc.core.ShardingSphereSavepoint.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.datasource.metadata

├─ org.apache.shardingsphere.driver.jdbc.core.datasource.metadata.ShardingSphereDatabaseMetaData.class - [JAR]

org.apache.shardingsphere.driver.state.circuit.resultset

├─ org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.state.circuit.resultset.CircuitBreakerResultSetMetaData.class - [JAR]

org.apache.shardingsphere.driver.state

├─ org.apache.shardingsphere.driver.state.DriverState.class - [JAR]

├─ org.apache.shardingsphere.driver.state.DriverStateContext.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.connection

├─ org.apache.shardingsphere.driver.jdbc.core.connection.DriverDatabaseConnectionManager.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection.class - [JAR]

org.apache.shardingsphere.driver.data.pipeline.datasource.creator

├─ org.apache.shardingsphere.driver.data.pipeline.datasource.creator.ShardingSpherePipelineDataSourceCreator.class - [JAR]

org.apache.shardingsphere.driver.jdbc.adapter

├─ org.apache.shardingsphere.driver.jdbc.adapter.AbstractConnectionAdapter.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.AbstractDataSourceAdapter.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.AbstractPreparedStatementAdapter.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.AbstractResultSetAdapter.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.AbstractStatementAdapter.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.AdaptedDatabaseMetaData.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.adapter.WrapperAdapter.class - [JAR]

org.apache.shardingsphere.driver.state.circuit.datasource

├─ org.apache.shardingsphere.driver.state.circuit.datasource.CircuitBreakerDataSource.class - [JAR]

org.apache.shardingsphere.driver.jdbc.unsupported

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedDatabaseMetaDataResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedGeneratedKeysResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationConnection.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationParameterMetaData.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationPreparedStatement.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedOperationStatement.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.unsupported.AbstractUnsupportedUpdateOperationResultSet.class - [JAR]

org.apache.shardingsphere.driver.state.circuit.connection

├─ org.apache.shardingsphere.driver.state.circuit.connection.CircuitBreakerConnection.class - [JAR]

org.apache.shardingsphere.driver.api.yaml

├─ org.apache.shardingsphere.driver.api.yaml.YamlJDBCConfiguration.class - [JAR]

├─ org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory.class - [JAR]

org.apache.shardingsphere.driver.state.circuit.statement

├─ org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerPreparedStatement.class - [JAR]

├─ org.apache.shardingsphere.driver.state.circuit.statement.CircuitBreakerStatement.class - [JAR]

org.apache.shardingsphere.driver.jdbc.adapter.invocation

├─ org.apache.shardingsphere.driver.jdbc.adapter.invocation.MethodInvocationRecorder.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.resultset

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.DatabaseMetaDataResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.GeneratedKeysResultSetMetaData.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetMetaData.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSetUtils.class - [JAR]

org.apache.shardingsphere.driver.jdbc.context

├─ org.apache.shardingsphere.driver.jdbc.context.CachedDatabaseMetaData.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.context.JDBCContext.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.driver

├─ org.apache.shardingsphere.driver.jdbc.core.driver.DriverDataSourceCache.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.driver.ShardingSphereDriverURLManager.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.driver.ShardingSphereDriverURLProvider.class - [JAR]

org.apache.shardingsphere.driver.executor.batch

├─ org.apache.shardingsphere.driver.executor.batch.BatchExecutionUnit.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.batch.BatchPreparedStatementExecutor.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.batch.BatchStatementExecutor.class - [JAR]

org.apache.shardingsphere.driver.jdbc.exception.syntax

├─ org.apache.shardingsphere.driver.jdbc.exception.syntax.ColumnIndexOutOfRangeException.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.exception.syntax.ColumnLabelNotFoundException.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.exception.syntax.DriverURLProviderNotFoundException.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.exception.syntax.EmptySQLException.class - [JAR]

org.apache.shardingsphere.driver.executor.callback

├─ org.apache.shardingsphere.driver.executor.callback.ExecuteCallback.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.callback.ExecuteQueryCallback.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.callback.ExecuteUpdateCallback.class - [JAR]

org.apache.shardingsphere.driver.state.ok

├─ org.apache.shardingsphere.driver.state.ok.OKDriverState.class - [JAR]

org.apache.shardingsphere.driver.executor.callback.impl

├─ org.apache.shardingsphere.driver.executor.callback.impl.PreparedStatementExecuteQueryCallback.class - [JAR]

├─ org.apache.shardingsphere.driver.executor.callback.impl.StatementExecuteQueryCallback.class - [JAR]

org.apache.shardingsphere.driver.state.lock

├─ org.apache.shardingsphere.driver.state.lock.LockDriverState.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.statement

├─ org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSpherePreparedStatement.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.statement.ShardingSphereStatement.class - [JAR]

├─ org.apache.shardingsphere.driver.jdbc.core.statement.StatementManager.class - [JAR]

org.apache.shardingsphere.driver.jdbc.core.datasource

├─ org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource.class - [JAR]

org.apache.shardingsphere.driver.state.circuit

├─ org.apache.shardingsphere.driver.state.circuit.CircuitBreakDriverState.class - [JAR]

Advertisement

Dependencies from Group

Jun 05, 2020
54 usages
18.5k stars
Jul 04, 2023
28 usages
18.5k stars
Jul 04, 2023
24 usages
18.5k stars
Mar 26, 2023
18 usages
18.5k stars

Discover Dependencies

Aug 25, 2023
21 usages
1.2k stars
Feb 17, 2021
14 usages
410 stars
Aug 23, 2023
17 usages
259 stars
Jul 11, 2023
14 usages
26 stars
Jan 11, 2022
14 usages
32 stars
Jul 28, 2023
20 usages
783 stars