| 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)
|