Uses of Class
org.deegree.commons.tom.primitive.PrimitiveType

Packages that use PrimitiveType
org.deegree.commons.tom.primitive   
org.deegree.commons.tom.sql   
org.deegree.feature.persistence.sql.mapper   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.types.property   
org.deegree.sqldialect   
org.deegree.sqldialect.filter.expression   
org.deegree.sqldialect.oracle   
org.deegree.sqldialect.postgis   
 

Uses of PrimitiveType in org.deegree.commons.tom.primitive
 

Methods in org.deegree.commons.tom.primitive that return PrimitiveType
 PrimitiveType PrimitiveValue.getType()
          Returns the type of the value.
 

Constructors in org.deegree.commons.tom.primitive with parameters of type PrimitiveType
PrimitiveValue(Object value, PrimitiveType type)
           
PrimitiveValue(Object value, String textValue, PrimitiveType type)
          Creates a new PrimitiveValue instance.
PrimitiveValue(String value, PrimitiveType type)
           
 

Uses of PrimitiveType in org.deegree.commons.tom.sql
 

Fields in org.deegree.commons.tom.sql declared as PrimitiveType
protected  PrimitiveType DefaultPrimitiveConverter.pt
           
 

Methods in org.deegree.commons.tom.sql that return PrimitiveType
 PrimitiveType PrimitiveParticleConverter.getType()
          Returns the primitive type that this converter converts.
 PrimitiveType DefaultPrimitiveConverter.getType()
           
 

Constructors in org.deegree.commons.tom.sql with parameters of type PrimitiveType
DefaultPrimitiveConverter(PrimitiveType pt, String column)
           
DefaultPrimitiveConverter(PrimitiveType pt, String column, boolean isConcatenated)
           
 

Uses of PrimitiveType in org.deegree.feature.persistence.sql.mapper
 

Methods in org.deegree.feature.persistence.sql.mapper that return types with arguments of type PrimitiveType
 Pair<PrimitiveType,Boolean> XPathSchemaWalker.getTargetType(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 

Uses of PrimitiveType in org.deegree.feature.persistence.sql.rules
 

Methods in org.deegree.feature.persistence.sql.rules that return PrimitiveType
 PrimitiveType PrimitiveMapping.getType()
          Returns the primitive type for the mapped particles.
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type PrimitiveType
PrimitiveMapping(ValueReference path, boolean voidable, MappingExpression mapping, PrimitiveType pt, List<TableJoin> tableChange, CustomConverterJAXB converter)
           
 

Uses of PrimitiveType in org.deegree.feature.types.property
 

Methods in org.deegree.feature.types.property that return PrimitiveType
 PrimitiveType SimplePropertyType.getPrimitiveType()
          Returns the primitive type.
 

Uses of PrimitiveType in org.deegree.sqldialect
 

Methods in org.deegree.sqldialect with parameters of type PrimitiveType
 PrimitiveParticleConverter SQLDialect.getPrimitiveConverter(String column, PrimitiveType pt)
           
 

Uses of PrimitiveType in org.deegree.sqldialect.filter.expression
 

Methods in org.deegree.sqldialect.filter.expression that return PrimitiveType
 PrimitiveType SQLExpression.getPrimitiveType()
          Returns the primitive type of this expression.
 PrimitiveType SQLArgument.getPrimitiveType()
           
 PrimitiveType SQLColumn.getPrimitiveType()
           
 PrimitiveType SQLOperation.getPrimitiveType()
           
 

Uses of PrimitiveType in org.deegree.sqldialect.oracle
 

Methods in org.deegree.sqldialect.oracle with parameters of type PrimitiveType
 PrimitiveParticleConverter OracleDialect.getPrimitiveConverter(String column, PrimitiveType pt)
           
 

Constructors in org.deegree.sqldialect.oracle with parameters of type PrimitiveType
OraclePrimitiveConverter(PrimitiveType pt, String column)
           
 

Uses of PrimitiveType in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis with parameters of type PrimitiveType
 PrimitiveParticleConverter PostGISDialect.getPrimitiveConverter(String column, PrimitiveType pt)
           
 



Copyright © 2011. All Rights Reserved.