Holger's
Java API

Uses of Class
com.antelmann.sql.SubSelectCondition.Operator

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

Methods in com.antelmann.sql that return SubSelectCondition.Operator
 SubSelectCondition.Operator SubSelectCondition.getOperator()
           
static SubSelectCondition.Operator SubSelectCondition.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubSelectCondition.Operator[] SubSelectCondition.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.antelmann.sql with parameters of type SubSelectCondition.Operator
SubSelectCondition(SubSelectCondition.Operator operator, String subQueryString, Object... parameters)
           
 



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