Holger's
Java API

Uses of Class
com.antelmann.sql.SQLMapFilter

Packages that use SQLMapFilter
com.antelmann.opengeodb This package contains classes easing to deal with geological data as provided by http://opengeodb.org/. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of SQLMapFilter in com.antelmann.opengeodb
 

Methods in com.antelmann.opengeodb that return SQLMapFilter
 SQLMapFilter<GeoLocation> GeoLocationFilter.toSQLMapFilter(OpenGeoDB db)
          through this method, multiple conditions could be combined using SQLComboFilter or converted into a Stub filter.
 

Uses of SQLMapFilter in com.antelmann.sql
 

Methods in com.antelmann.sql that return SQLMapFilter
 SQLMapFilter<T> TopicMapFilter.convertTopicFilter(DBClassStore<?> store)
           
 SQLMapFilter<T> TopicMapFilter.convertTopicFilter(MappingInfo mapping)
           
protected  SQLMapFilter<T> BaseRowMapper.convertTopicFilter(TopicMapFilter<?> tfilter)
           
 

Constructors in com.antelmann.sql with parameters of type SQLMapFilter
SQLStubFilter(SQLMapFilter<?> filter)
          Note that the filter constructed this way may only used for stubs of the original type - which remains unchecked here
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads