| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.memdb | |
| org.delia.db.postgres | |
| org.delia.db.sql.prepared | |
| org.delia.db.sql.table | |
| org.delia.rule.rules | |
| org.delia.type | |
| org.delia.util | |
| org.delia.valuebuilder |
| Modifier and Type | Method and Description |
|---|---|
protected DValue |
DBInterfaceBase.createRelation(DStructType structType,
TypePair targetPair,
ResultSet rs,
DBAccessContext dbctx) |
protected DValue |
DBInterfaceBase.readField(TypePair pair,
ResultSet rs,
DBAccessContext dbctx) |
DValue |
ValueHelper.readField(TypePair pair,
ResultSet rs,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
DValue |
SerialProvider.generateSerialValue(DStructType structType,
TypePair pair) |
| Modifier and Type | Method and Description |
|---|---|
FieldGen |
PostgresFieldgenFactory.createFieldGen(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
String |
PostgresFieldGen.deliaToSql(TypePair pair) |
| Constructor and Description |
|---|
PostgresFieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableInfoHelper.findTableInfo(List<TableInfo> tblInfoL,
TypePair pair,
RelationInfo info) |
| Modifier and Type | Field and Description |
|---|---|
protected TypePair |
SqlElement.pair |
| Modifier and Type | Method and Description |
|---|---|
FieldGen |
FieldGenFactory.createFieldGen(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
String |
FieldGen.deliaToSql(TypePair pair) |
protected void |
TableCreator.generateAssocTable(StrCreator sc,
TypePair xpair,
DStructType dtype) |
ConstraintGen |
FieldGenFactory.generateFKConstraint(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
protected ConstraintGen |
TableCreator.generateFKConstraint(StrCreator sc,
TypePair pair,
DStructType dtype) |
protected boolean |
TableCreator.isManyToManyRelation(TypePair pair,
DStructType dtype) |
protected boolean |
TableCreator.shouldGenerateFKConstraint(TypePair pair,
DStructType dtype) |
| Constructor and Description |
|---|
ConstraintGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
FieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
SqlElement(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
| Modifier and Type | Method and Description |
|---|---|
TypePair |
RelationManyRule.findMatchingRel(DType otherSide,
DType targetType) |
| Modifier and Type | Method and Description |
|---|---|
List<TypePair> |
DStructType.getAllFields() |
| Modifier and Type | Method and Description |
|---|---|
static TypePair |
DValueHelper.findField(DType dtype,
String fieldName) |
static TypePair |
DRuleHelper.findMatchingPair(DStructType structType,
String fieldName) |
static TypePair |
DRuleHelper.findMatchingRelByType(DStructType dtype,
DType targetType) |
static TypePair |
DValueHelper.findPrimaryKeyFieldPair(DType inner) |
| Modifier and Type | Method and Description |
|---|---|
static List<TypePair> |
DValueHelper.findAllUniqueFieldPair(DType inner) |
| Modifier and Type | Method and Description |
|---|---|
static RelationInfo |
DRuleHelper.findManyToManyRelation(TypePair pair,
DStructType dtype) |
static RelationInfo |
DRuleHelper.findMatchingRuleInfo(DStructType structType,
TypePair pair) |
static boolean |
DRuleHelper.isManyToManyRelation(TypePair pair,
DStructType dtype) |
static boolean |
DRuleHelper.isOtherSideMany(DType otherSide,
TypePair otherRelPair) |
static boolean |
DRuleHelper.isParentRelation(DStructType structType,
TypePair pair) |
| Modifier and Type | Field and Description |
|---|---|
List<TypePair> |
StructValueBuilder.allFields |
Copyright © 2020. All rights reserved.