deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.datastore.sql.TableAliasGenerator

Packages that use TableAliasGenerator
org.deegree.io.datastore.sde   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.mysql   
org.deegree.io.datastore.sql.oracle   
org.deegree.io.datastore.sql.postgis   
org.deegree.io.datastore.sql.transaction   
org.deegree.io.datastore.sql.transaction.delete   
org.deegree.io.datastore.sql.transaction.insert   
org.deegree.io.datastore.sql.wherebuilder   
 

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, 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, 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, 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, Connection conn)
          Creates a new instance of AbstractRequestHandler from the given parameters.
FeatureFetcher(AbstractSQLDatastore datastore, TableAliasGenerator aliasGenerator, Connection conn, Query query)
           
LockHandler(AbstractSQLDatastore ds, TableAliasGenerator aliasGenerator, Connection conn, List<Lock> requestParts)
          Creates a new LockHandler from the given parameters.
QueryHandler(AbstractSQLDatastore ds, TableAliasGenerator aliasGenerator, 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, 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, Connection conn)
           
GenericSQLWhereBuilder(MappedFeatureType[] rootFts, 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, 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, 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, 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, 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, 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, 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, Connection conn)
          Creates a new instance of SQLTransaction from the given parameters.
UpdateHandler(SQLTransaction dsTa, TableAliasGenerator aliasGenerator, Connection conn, 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, Connection conn, 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, 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, String[] aliases, TableAliasGenerator aliasGenerator)
          Creates a new instance of QueryTableTree.
WhereBuilder(MappedFeatureType[] rootFts, String[] aliases, Filter filter, SortProperty[] sortProperties, TableAliasGenerator aliasGenerator, VirtualContentProvider vcProvider)
          Creates a new WhereBuilder instance.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org