|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableJoin | |
---|---|
org.deegree.feature.persistence.sql.config | |
org.deegree.feature.persistence.sql.ddl | |
org.deegree.feature.persistence.sql.rules |
Uses of TableJoin in org.deegree.feature.persistence.sql.config |
---|
Methods in org.deegree.feature.persistence.sql.config that return types with arguments of type TableJoin | |
---|---|
protected List<TableJoin> |
AbstractMappedSchemaBuilder.buildJoinTable(QTableName from,
Join join)
|
Uses of TableJoin in org.deegree.feature.persistence.sql.ddl |
---|
Methods in org.deegree.feature.persistence.sql.ddl with parameters of type TableJoin | |
---|---|
protected StringBuffer |
MSSQLDDLCreator.createJoinedTable(QTableName fromTable,
TableJoin jc,
List<StringBuffer> ddls)
|
protected abstract StringBuffer |
DDLCreator.createJoinedTable(QTableName fromTable,
TableJoin jc,
List<StringBuffer> ddls)
|
protected StringBuffer |
OracleDDLCreator.createJoinedTable(QTableName fromTable,
TableJoin jc,
List<StringBuffer> ddls)
|
protected StringBuffer |
PostGISDDLCreator.createJoinedTable(QTableName fromTable,
TableJoin jc,
List<StringBuffer> ddls)
|
Uses of TableJoin in org.deegree.feature.persistence.sql.rules |
---|
Methods in org.deegree.feature.persistence.sql.rules that return types with arguments of type TableJoin | |
---|---|
List<TableJoin> |
Mapping.getJoinedTable()
Returns the table joins that have to be performed in the relational model to follow the particle path. |
Constructor parameters in org.deegree.feature.persistence.sql.rules with type arguments of type TableJoin | |
---|---|
CompoundMapping(ValueReference path,
boolean voidable,
List<Mapping> particles,
List<TableJoin> tableChange,
org.apache.xerces.xs.XSElementDeclaration elDecl)
|
|
FeatureMapping(ValueReference path,
boolean voidable,
MappingExpression hrefMapping,
QName valueFtName,
List<TableJoin> tableChange)
|
|
GeometryMapping(ValueReference path,
boolean voidable,
MappingExpression mapping,
GeometryPropertyType.GeometryType type,
GeometryStorageParams geometryParams,
List<TableJoin> tableChange)
|
|
Mapping(ValueReference path,
boolean voidable,
List<TableJoin> tableChange)
Creates a new Mapping instance. |
|
PrimitiveMapping(ValueReference path,
boolean voidable,
MappingExpression mapping,
PrimitiveType pt,
List<TableJoin> tableChange,
CustomConverterJAXB converter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |