jar

com.github.vincentrussell : sql-to-mongo-db-query-converter

Maven & Gradle

Mar 22, 2022
249 stars

sql-to-mongo-db-query-converter · sql-to-mongo-db-query-converter helps you build quieres for MongoDb based on Queries provided in SQL.

Table Of Contents

Latest Version

Download com.github.vincentrussell : sql-to-mongo-db-query-converter JAR file - Latest Versions:

All Versions

Download com.github.vincentrussell : sql-to-mongo-db-query-converter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3.x
1.3
1.2.x
1.2
1.1
1.0

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-to-mongo-db-query-converter-1.21.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.vincentrussell.query.mongodb.sql.converter.visitor

├─ com.github.vincentrussell.query.mongodb.sql.converter.visitor.ExpVisitorEraseAliasTableBaseBuilder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.visitor.OnVisitorLetsBuilder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.visitor.OnVisitorMatchLookupBuilder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.visitor.WhereVisitorMatchAndLookupPipelineMatchBuilder.class - [JAR]

com.github.vincentrussell.query.mongodb.sql.converter.processor

├─ com.github.vincentrussell.query.mongodb.sql.converter.processor.HavingClauseProcessor.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.processor.JoinProcessor.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.processor.WhereClauseProcessor.class - [JAR]

com.github.vincentrussell.query.mongodb.sql.converter.holder

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.AliasHolder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.ExpressionHolder.class - [JAR]

com.github.vincentrussell.query.mongodb.sql.converter

├─ com.github.vincentrussell.query.mongodb.sql.converter.FieldType.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.Main.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.MongoDBQueryHolder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.NonCloseableBufferedOutputStream.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.ParseException.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.QueryConverter.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.QueryResultIterator.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.SQLCommandType.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.TimeoutInputStream.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.UncloseableInputStream.class - [JAR]

com.github.vincentrussell.query.mongodb.sql.converter.util

├─ com.github.vincentrussell.query.mongodb.sql.converter.util.DateFunction.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.util.ObjectIdFunction.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.util.RegexFunction.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.util.SqlUtils.class - [JAR]

com.github.vincentrussell.query.mongodb.sql.converter.holder.from

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.from.FromHolder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.from.SQLCommandInfoHolder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.from.SQLInfoHolder.class - [JAR]

├─ com.github.vincentrussell.query.mongodb.sql.converter.holder.from.SQLTableInfoHolder.class - [JAR]

Advertisement