View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tablestore-jdbc-5.13.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alicloud.openservices.tablestore.jdbc
├─ com.alicloud.openservices.tablestore.jdbc.OTSConnection.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSConnectionConfiguration.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSDatabaseMetaData.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSDriver.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSPreparedStatement.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSResultSet.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSResultSetMetaData.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSStatement.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.OTSType.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.StringUtils.class - [JAR]
├─ com.alicloud.openservices.tablestore.jdbc.WrapperAdapter.class - [JAR]