Package | Description |
---|---|
com.sm.query | |
com.sm.query.impl | |
com.sm.query.utils |
Modifier and Type | Method and Description |
---|---|
Result.Type |
Result.getType() |
Result.Type |
Predicate.getType() |
Result.Type |
Expression.getType() |
static Result.Type |
Result.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Type[] |
Result.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.setType(Result.Type type) |
Constructor and Description |
---|
Result(Result.Type type,
Object value) |
Modifier and Type | Method and Description |
---|---|
Result.Type |
Terminal.getType() |
Result.Type |
Condition.getType() |
Constructor and Description |
---|
Terminal(String value,
Result.Type type) |
Modifier and Type | Field and Description |
---|---|
static Map<String,Result.Type> |
QueryUtils.typeMap |
Modifier and Type | Method and Description |
---|---|
static Result.Type |
QueryUtils.determineTrueType(Object object) |
static Result.Type |
QueryUtils.determineType(Result left,
Result right) |
Result.Type |
FieldInfo.getType() |
Result.Type |
Column.getType() |
Result.Type |
ClassInfo.getType() |
static Result.Type |
QueryUtils.getType(String typeName) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Result.Type> |
QueryUtils.getTypeMap() |
Modifier and Type | Method and Description |
---|---|
static Object |
QueryUtils.convert(Result.Type type,
Result result) |
static Object |
QueryUtils.convertType(Result.Type type,
String value) |
static boolean |
QueryUtils.isObjectType(Result.Type type) |
static boolean |
QueryUtils.isPrimitive(Result.Type type) |
static boolean |
QueryUtils.isSameType(Result.Type left,
Result.Type right) |
void |
FieldInfo.setType(Result.Type type) |
void |
ClassInfo.setType(Result.Type type) |
Constructor and Description |
---|
ClassInfo(String className,
Result.Type type,
FieldInfo[] fieldInfos) |
Column(String name,
Result.Type type,
int offset) |
FieldInfo(Field field,
Result.Type type,
String className) |
Copyright © 2016. All rights reserved.