jar

io.github.spartatech : sql-json

Maven & Gradle

Dec 08, 2021
1 stars

SQL Json · Library that allows querying JSON using SQL language.

Table Of Contents

Latest Version

Download io.github.spartatech : sql-json JAR file - Latest Versions:

All Versions

Download io.github.spartatech : sql-json JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6
0.5

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 sql-json-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.spartatech.sqljson

├─ io.github.spartatech.sqljson.SqlJson.class - [JAR]

├─ io.github.spartatech.sqljson.SqlJsonConfig.class - [JAR]

├─ io.github.spartatech.sqljson.SqlJsonConfigurer.class - [JAR]

io.github.spartatech.sqljson.jsonprocessing

├─ io.github.spartatech.sqljson.jsonprocessing.JsonProcessor.class - [JAR]

├─ io.github.spartatech.sqljson.jsonprocessing.SelectClauseExpressionEvaluator.class - [JAR]

├─ io.github.spartatech.sqljson.jsonprocessing.WhereClauseExpressionEvaluator.class - [JAR]

io.github.spartatech.sqljson.util

├─ io.github.spartatech.sqljson.util.GeneralConverters.class - [JAR]

├─ io.github.spartatech.sqljson.util.JsonUtility.class - [JAR]

├─ io.github.spartatech.sqljson.util.StringUtility.class - [JAR]

io.github.spartatech.sqljson.vo

├─ io.github.spartatech.sqljson.vo.ExpressionSidesValidator.class - [JAR]

├─ io.github.spartatech.sqljson.vo.JsonQueryClause.class - [JAR]

├─ io.github.spartatech.sqljson.vo.JsonResultSet.class - [JAR]

├─ io.github.spartatech.sqljson.vo.MultiColumn.class - [JAR]

├─ io.github.spartatech.sqljson.vo.MultiListType.class - [JAR]

├─ io.github.spartatech.sqljson.vo.ResultRow.class - [JAR]

io.github.spartatech.sqljson.sqlparse

├─ io.github.spartatech.sqljson.sqlparse.SqlParser.class - [JAR]

io.github.spartatech.sqljson.exception

├─ io.github.spartatech.sqljson.exception.ExceptionWrapper.class - [JAR]

├─ io.github.spartatech.sqljson.exception.ExpressionNotSupportedException.class - [JAR]