|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TableAliasGenerator in org.deegree.io.datastore.sde |
---|
Fields in org.deegree.io.datastore.sde declared as TableAliasGenerator | |
---|---|
protected TableAliasGenerator |
AbstractSDERequestHandler.aliasGenerator
reference to the alias generator |
Methods in org.deegree.io.datastore.sde that return TableAliasGenerator | |
---|---|
TableAliasGenerator |
AbstractSDERequestHandler.getAliasGenerator()
Returns the underlying AbstractSQLDatastore . |
Methods in org.deegree.io.datastore.sde with parameters of type TableAliasGenerator | |
---|---|
SDEWhereBuilder |
SDEDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
TableAliasGenerator aliasGenerator)
Returns a specific WhereBuilder implementation for SDE. |
Constructors in org.deegree.io.datastore.sde with parameters of type TableAliasGenerator | |
---|---|
AbstractSDERequestHandler(SDEDatastore datastore,
TableAliasGenerator aliasGenerator,
SDEConnection conn)
Creates a new instance of AbstractSDERequestHandler from the given parameters. |
|
SDEDeleteHandler(SDETransaction dsTa,
TableAliasGenerator aliasGenerator,
SDEConnection conn)
Creates a new DeleteHandler from the given parameters. |
|
SDEQueryHandler(SDEDatastore datastore,
TableAliasGenerator aliasGenerator,
SDEConnection conn,
MappedFeatureType[] rootFts,
Query query)
Creates a new instance of SDEQueryHandler from the given parameters. |
|
SDETransaction(SDEDatastore datastore,
TableAliasGenerator aliasGenerator,
SDEConnection conn)
Creates a new instance of SQLTransaction from the given parameters. |
|
SDEUpdateHandler(SDETransaction dsTa,
TableAliasGenerator aliasGenerator,
SDEConnection conn)
Creates a new UpdateHandler from the given parameters. |
|
SDEWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
TableAliasGenerator aliasGenerator)
Creates a new instance of SDEWhereBuilder for the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql |
---|
Fields in org.deegree.io.datastore.sql declared as TableAliasGenerator | |
---|---|
protected TableAliasGenerator |
AbstractRequestHandler.aliasGenerator
|
Methods in org.deegree.io.datastore.sql with parameters of type TableAliasGenerator | |
---|---|
WhereBuilder |
AbstractSQLDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Overwrite this to return a database specific (spatial capable) WhereBuilder implementation. |
Constructors in org.deegree.io.datastore.sql with parameters of type TableAliasGenerator | |
---|---|
AbstractRequestHandler(AbstractSQLDatastore ds,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn)
Creates a new instance of AbstractRequestHandler from the given parameters. |
|
FeatureFetcher(AbstractSQLDatastore datastore,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
Query query)
|
|
LockHandler(AbstractSQLDatastore ds,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
java.util.List<Lock> requestParts)
Creates a new LockHandler from the given parameters. |
|
QueryHandler(AbstractSQLDatastore ds,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
MappedFeatureType[] rootFts,
Query query)
Creates a new instance of QueryHandler from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.generic |
---|
Methods in org.deegree.io.datastore.sql.generic with parameters of type TableAliasGenerator | |
---|---|
WhereBuilder |
GenericSQLDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
|
Constructors in org.deegree.io.datastore.sql.generic with parameters of type TableAliasGenerator | |
---|---|
GenericSQLTransaction(AbstractSQLDatastore ds,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn)
|
|
GenericSQLWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider,
JDBCConnection jdbc)
Creates a new instance of GenericSQLWhereBuilder from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.mysql |
---|
Methods in org.deegree.io.datastore.sql.mysql with parameters of type TableAliasGenerator | |
---|---|
MySQLWhereBuilder |
MySQLDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Returns a specific WhereBuilder implementation for MySQL. |
Constructors in org.deegree.io.datastore.sql.mysql with parameters of type TableAliasGenerator | |
---|---|
MySQLWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Creates a new instance of MySQLWhereBuilder from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.oracle |
---|
Methods in org.deegree.io.datastore.sql.oracle with parameters of type TableAliasGenerator | |
---|---|
WhereBuilder |
OracleDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Returns a specific WhereBuilder implementation for Oracle Spatial. |
Constructors in org.deegree.io.datastore.sql.oracle with parameters of type TableAliasGenerator | |
---|---|
OracleSpatialWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Creates a new instance of OracleSpatialWhereBuilder from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.postgis |
---|
Methods in org.deegree.io.datastore.sql.postgis with parameters of type TableAliasGenerator | |
---|---|
PostGISWhereBuilder |
PostGISDatastore.getWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Returns a specific WhereBuilder implementation for PostGIS. |
Constructors in org.deegree.io.datastore.sql.postgis with parameters of type TableAliasGenerator | |
---|---|
PostGISWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Creates a new instance of PostGISWhereBuilder from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.transaction |
---|
Constructors in org.deegree.io.datastore.sql.transaction with parameters of type TableAliasGenerator | |
---|---|
SQLTransaction(AbstractSQLDatastore datastore,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn)
Creates a new instance of SQLTransaction from the given parameters. |
|
UpdateHandler(SQLTransaction dsTa,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
java.lang.String lockId)
Creates a new UpdateHandler from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.transaction.delete |
---|
Constructors in org.deegree.io.datastore.sql.transaction.delete with parameters of type TableAliasGenerator | |
---|---|
DeleteHandler(SQLTransaction dsTa,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
java.lang.String lockId)
Creates a new DeleteHandler from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.transaction.insert |
---|
Constructors in org.deegree.io.datastore.sql.transaction.insert with parameters of type TableAliasGenerator | |
---|---|
InsertHandler(SQLTransaction dsTa,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn)
Creates a new InsertHandler from the given parameters. |
Uses of TableAliasGenerator in org.deegree.io.datastore.sql.wherebuilder |
---|
Constructors in org.deegree.io.datastore.sql.wherebuilder with parameters of type TableAliasGenerator | |
---|---|
QueryTableTree(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
TableAliasGenerator aliasGenerator)
Creates a new instance of QueryTableTree . |
|
WhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider)
Creates a new WhereBuilder instance. |
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org