Holger's
Java API

Uses of Interface
com.antelmann.sql.SQLConstraint

Packages that use SQLConstraint
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of SQLConstraint in com.antelmann.sql
 

Classes in com.antelmann.sql that implement SQLConstraint
 class LikeCondition
          represents a 'like' condition as can be present in a restriction map in methods of a ConnectionHelper for a text column in a database.
 class NotCondition
          negates the given value for generating a where clause; the value may be an Object array or a LikeCondition or any value.
 class SQLQueryClause
          a special constraint that is taken literally, meaning the string given in the constructor is the exact string used in the final SQL.
 class SubSelectCondition
          allows to specify a sub-query with optional parameters and an operator as a condition for a larger SQL-query-statement.
 

Fields in com.antelmann.sql declared as SQLConstraint
static SQLConstraint SQLConstraint.IS_NULL
           
static SQLConstraint SQLConstraint.NOT_NULL
           
 

Uses of SQLConstraint in com.antelmann.util
 

Classes in com.antelmann.util that implement SQLConstraint
 class Range<T extends Comparable<? super T>>
          provides a generic wrapper for lower- and upperbounds for a comparable object.
 



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