Package | Description |
---|---|
com.breeze.metadata | |
com.breeze.query |
Modifier and Type | Field and Description |
---|---|
static DataType |
DataType.Binary |
static DataType |
DataType.Boolean |
static DataType |
DataType.Byte |
static DataType |
DataType.DateTime |
static DataType |
DataType.DateTimeOffset |
static DataType |
DataType.Decimal |
static DataType |
DataType.Double |
static DataType |
DataType.Guid |
static DataType |
DataType.Int16 |
static DataType |
DataType.Int32 |
static DataType |
DataType.Int64 |
static DataType |
DataType.Single |
static DataType |
DataType.String |
static DataType |
DataType.Time |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.fromClass(java.lang.Class clazz) |
static DataType |
DataType.fromName(java.lang.String name) |
DataType |
Metadata.DataProperty.getDataType() |
DataType |
IDataProperty.getDataType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
DataType.coerceData(java.lang.Object value,
DataType dataType) |
Modifier and Type | Method and Description |
---|---|
static DataType[] |
FnExpression.getArgTypes(java.lang.String fnName) |
DataType |
PropExpression.getDataType() |
DataType |
LitExpression.getDataType() |
DataType |
FnExpression.getDataType() |
abstract DataType |
Expression.getDataType() |
static DataType |
FnExpression.getReturnType(java.lang.String fnName) |
Modifier and Type | Method and Description |
---|---|
static Expression |
Expression.createRHSExpression(java.lang.Object exprSource,
IEntityType entityType,
DataType otherExprDataType) |
static void |
FnExpression.registerFn(java.lang.String name,
DataType... dataTypes) |
Constructor and Description |
---|
LitExpression(java.lang.Object value,
DataType dataType) |