jar

com.consolefire : jdbc-json-extension

Maven & Gradle

May 15, 2019
0 stars

ConsoleFire > JDBC JSON Extension · `jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.

Table Of Contents

Latest Version

Download com.consolefire : jdbc-json-extension JAR file - Latest Versions:

All Versions

Download com.consolefire : jdbc-json-extension JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.2.x
1.1.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 jdbc-json-extension-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.