| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.sql.prepared | |
| org.delia.rule | |
| org.delia.runner | |
| org.delia.type |
| Modifier and Type | Method and Description |
|---|---|
protected DValue |
ValueHelper.extractGeneratedKey(ResultSet rs,
Shape keyShape,
DTypeRegistry registry) |
DValue |
ValueHelper.valueInSql(Shape shape,
Object value,
DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected DValue |
WhereClauseGenerator.valueInSql(Shape shape,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Shape |
DValueRuleOperand.getShape(DValue dval) |
Shape |
RuleOperand.getShape(DValue dval) |
Shape |
RuleRuleOperand.getShape(DValue dval) |
Shape |
ScalarRuleOperand.getShape(DValue dval) |
Shape |
StructDValueRuleOperand.getShape(DValue dval) |
| Modifier and Type | Field and Description |
|---|---|
Shape |
VarRef.nullShape |
Shape |
ResultValue.shape |
| Modifier and Type | Method and Description |
|---|---|
static Shape |
Shape.createFromDeliaType(String deliaType) |
Shape |
DType.getShape() |
static Shape |
BuiltInTypes.getShapeOf(BuiltInTypes builtIn) |
static Shape |
Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shape[] |
Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BuiltInTypes.getDeliaTypeNameFromShape(Shape shape) |
boolean |
DType.isShape(Shape target) |
| Constructor and Description |
|---|
DStructType(Shape shape,
String name,
DType baseType,
OrderedMap orderedMap) |
DType(Shape shape,
String name,
DType baseType) |
Copyright © 2020. All rights reserved.