|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SQLDialect in org.deegree.feature.persistence.shape |
---|
Constructors in org.deegree.feature.persistence.shape with parameters of type SQLDialect | |
---|---|
H2WhereBuilder(SQLDialect dialect,
OperatorFilter filter,
SortProperty[] sort)
|
Uses of SQLDialect in org.deegree.feature.persistence.sql |
---|
Methods in org.deegree.feature.persistence.sql that return SQLDialect | |
---|---|
SQLDialect |
SQLFeatureStore.getDialect()
|
Constructors in org.deegree.feature.persistence.sql with parameters of type SQLDialect | |
---|---|
SQLFeatureStore(SQLFeatureStoreJAXB config,
URL configURL,
SQLDialect dialect)
Creates a new SQLFeatureStore for the given configuration. |
Uses of SQLDialect in org.deegree.feature.persistence.sql.config |
---|
Methods in org.deegree.feature.persistence.sql.config with parameters of type SQLDialect | |
---|---|
static MappedAppSchema |
AbstractMappedSchemaBuilder.build(String configURL,
SQLFeatureStoreJAXB config,
SQLDialect dialect)
|
Constructors in org.deegree.feature.persistence.sql.config with parameters of type SQLDialect | |
---|---|
MappedSchemaBuilderTable(String jdbcConnId,
List<FeatureTypeJAXB> ftDecls,
SQLDialect dialect)
Creates a new MappedSchemaBuilderTable instance. |
Uses of SQLDialect in org.deegree.feature.persistence.sql.ddl |
---|
Methods in org.deegree.feature.persistence.sql.ddl with parameters of type SQLDialect | |
---|---|
static DDLCreator |
DDLCreator.newInstance(MappedAppSchema appSchema,
SQLDialect dialect)
|
Constructors in org.deegree.feature.persistence.sql.ddl with parameters of type SQLDialect | |
---|---|
DDLCreator(MappedAppSchema schema,
SQLDialect dialect)
Creates a new DDLCreator instance for the given MappedAppSchema . |
|
MSSQLDDLCreator(MappedAppSchema schema,
SQLDialect dialect)
Creates a new MSSQLDDLCreator instance for the given MappedAppSchema . |
|
OracleDDLCreator(MappedAppSchema schema,
SQLDialect dialect)
Creates a new OracleDDLCreator instance for the given MappedAppSchema . |
|
PostGISDDLCreator(MappedAppSchema schema,
SQLDialect dialect)
Creates a new PostGISDDLCreator instance for the given MappedAppSchema . |
Uses of SQLDialect in org.deegree.sqldialect |
---|
Methods in org.deegree.sqldialect that return SQLDialect | |
---|---|
SQLDialect |
SQLDialectManager.create(String connId)
|
SQLDialect |
SQLDialectProvider.create(String connId,
DeegreeWorkspace ws)
|
Uses of SQLDialect in org.deegree.sqldialect.filter |
---|
Fields in org.deegree.sqldialect.filter declared as SQLDialect | |
---|---|
protected SQLDialect |
AbstractWhereBuilder.dialect
|
Constructors in org.deegree.sqldialect.filter with parameters of type SQLDialect | |
---|---|
AbstractWhereBuilder(SQLDialect dialect,
PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit)
Creates a new AbstractWhereBuilder instance. |
Uses of SQLDialect in org.deegree.sqldialect.filter.function |
---|
Methods in org.deegree.sqldialect.filter.function with parameters of type SQLDialect | |
---|---|
SQLExpression |
SQLFunctionProvider.toProtoSQL(List<SQLExpression> args,
SQLDialect dialect)
Translates the given arguments into an an SQL function call. |
SQLExpression |
SQLUpper.toProtoSQL(List<SQLExpression> args,
SQLDialect dialect)
|
SQLExpression |
SQLLower.toProtoSQL(List<SQLExpression> args,
SQLDialect dialect)
|
Uses of SQLDialect in org.deegree.sqldialect.filter.mssql |
---|
Constructors in org.deegree.sqldialect.filter.mssql with parameters of type SQLDialect | |
---|---|
MSSQLWhereBuilder(SQLDialect dialect,
PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings)
Creates a new MSSQLWhereBuilder instance. |
Uses of SQLDialect in org.deegree.sqldialect.oracle |
---|
Classes in org.deegree.sqldialect.oracle that implement SQLDialect | |
---|---|
class |
OracleDialect
SQLDialect for Oracle Spatial databases. |
Methods in org.deegree.sqldialect.oracle that return SQLDialect | |
---|---|
SQLDialect |
OracleDialectProvider.create(String connId,
DeegreeWorkspace ws)
|
Uses of SQLDialect in org.deegree.sqldialect.postgis |
---|
Classes in org.deegree.sqldialect.postgis that implement SQLDialect | |
---|---|
class |
PostGISDialect
SQLDialect for PostgreSQL / PostGIS databases. |
Methods in org.deegree.sqldialect.postgis that return SQLDialect | |
---|---|
SQLDialect |
PostGISDialectProvider.create(String connId,
DeegreeWorkspace ws)
|
Uses of SQLDialect in org.deegree.sqldialect.postgis.function |
---|
Methods in org.deegree.sqldialect.postgis.function with parameters of type SQLDialect | |
---|---|
SQLExpression |
PostGISArea.toProtoSQL(List<SQLExpression> args,
SQLDialect dialect)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |