| Package | Description |
|---|---|
| com.github.vincentrussell.query.mongodb.sql.converter | |
| com.github.vincentrussell.query.mongodb.sql.converter.util |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLCommandInfoHolder.Builder |
SQLCommandInfoHolder.Builder.create(FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
| Modifier and Type | Method and Description |
|---|---|
static SQLCommandInfoHolder.Builder |
SQLCommandInfoHolder.Builder.create(FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
| Constructor and Description |
|---|
QueryConverter(InputStream inputStream,
Map<String,FieldType> fieldNameToFieldTypeMapping,
FieldType defaultFieldType)
Create a QueryConverter with an InputStream
|
QueryConverter(String sql,
FieldType fieldType)
Create a QueryConverter with a string
|
QueryConverter(String sql,
Map<String,FieldType> fieldNameToFieldTypeMapping,
FieldType defaultFieldType)
Create a QueryConverter with a string
|
WhereCauseProcessor(FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
| Constructor and Description |
|---|
QueryConverter(InputStream inputStream,
Map<String,FieldType> fieldNameToFieldTypeMapping,
FieldType defaultFieldType)
Create a QueryConverter with an InputStream
|
QueryConverter(String sql,
Map<String,FieldType> fieldNameToFieldTypeMapping)
Create a QueryConverter with a string
|
QueryConverter(String sql,
Map<String,FieldType> fieldNameToFieldTypeMapping,
FieldType defaultFieldType)
Create a QueryConverter with a string
|
WhereCauseProcessor(FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SqlUtils.getValue(net.sf.jsqlparser.expression.Expression incomingExpression,
net.sf.jsqlparser.expression.Expression otherSide,
FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
static Object |
SqlUtils.normalizeValue(Object value,
FieldType fieldType) |
static Object |
SqlUtils.parseFunctionArguments(net.sf.jsqlparser.expression.operators.relational.ExpressionList parameters,
FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SqlUtils.getValue(net.sf.jsqlparser.expression.Expression incomingExpression,
net.sf.jsqlparser.expression.Expression otherSide,
FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
static Object |
SqlUtils.parseFunctionArguments(net.sf.jsqlparser.expression.operators.relational.ExpressionList parameters,
FieldType defaultFieldType,
Map<String,FieldType> fieldNameToFieldTypeMapping) |
Copyright © 2018. All rights reserved.