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 mssqlpgbridge-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
mssqlpgbridge.parser
├─ mssqlpgbridge.parser.CaseChangingCharStream.class - [JAR]
├─ mssqlpgbridge.parser.CustomTSqlParserVisitor.class - [JAR]
├─ mssqlpgbridge.parser.TSqlLexer.class - [JAR]
├─ mssqlpgbridge.parser.TSqlParser.class - [JAR]
├─ mssqlpgbridge.parser.TSqlParserBaseVisitor.class - [JAR]
├─ mssqlpgbridge.parser.TSqlParserVisitor.class - [JAR]
├─ mssqlpgbridge.parser.ThrowingErrorListener.class - [JAR]
org.postgresql.jdbc
├─ org.postgresql.jdbc.PgAdapterConnection.class - [JAR]
├─ org.postgresql.jdbc.PgAdapterStatement.class - [JAR]
├─ org.postgresql.jdbc.SqlConverter.class - [JAR]
mssqlpgbridge.driver
├─ mssqlpgbridge.driver.PgAdapterDriver.class - [JAR]