| Package | Description |
|---|---|
| com.github.vincentrussell.query.mongodb.sql.converter |
| Modifier and Type | Method and Description |
|---|---|
SQLCommandType |
SQLCommandInfoHolder.getSqlCommandType() |
SQLCommandType |
MongoDBQueryHolder.getSqlCommandType() |
static SQLCommandType |
SQLCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLCommandType[] |
SQLCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MongoDBQueryHolder(String collection,
SQLCommandType sqlCommandType)
Pojo to hold the MongoDB data
|
SQLCommandInfoHolder(SQLCommandType sqlCommandType,
net.sf.jsqlparser.expression.Expression whereClause,
boolean isDistinct,
boolean isCountAll,
String table,
long limit,
List<net.sf.jsqlparser.statement.select.SelectItem> selectItems,
List<net.sf.jsqlparser.statement.select.Join> joins,
List<String> groupBys,
List<net.sf.jsqlparser.statement.select.OrderByElement> orderByElements) |
Copyright © 2018. All rights reserved.