Holger's
Java API

Uses of Class
com.antelmann.sql.SubSelectCondition

Packages that use SubSelectCondition
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 SubSelectCondition in com.antelmann.sql
 

Methods in com.antelmann.sql that return SubSelectCondition
static SubSelectCondition SubSelectCondition.createDuplicateConstraint(DBClassStore<?> store, String... columns)
          creates a constraint to be used with an SQLMapFilter that limits the result to entries where values in the given columns exist more than once.
static SubSelectCondition SubSelectCondition.createDuplicateConstraint(String table, String... columns)
           
static SubSelectCondition SubSelectCondition.createGroupConstraint(DBClassStore<?> store, String... groups)
           
static SubSelectCondition SubSelectCondition.createGroupConstraint(MappingInfo mi, TaggableMapping gm, String... groups)
          creates a constraint to be used with an SQLMapFilter that limits the result to entries that are part of one of the given groups.
static SubSelectCondition SubSelectCondition.createPropertyConstraint(DBClassStore<?> store, String key, String... values)
          creates a constraint that can be used with an SQLMapFilter that limits the result to entries that have the given key with any of the given values.
 SubSelectCondition SQLComboFilter.createSubSelectCondition(BaseRowMapper<?> mapper, Connection con, String tableQuery, String idColumn)
           
 SubSelectCondition SQLComboFilter.createSubSelectCondition(Connection con, String tableQuery, String idColumn)
           
 SubSelectCondition SQLComboFilter.createSubSelectCondition(DBClassStore<?> store)
           
 



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