Package | Description |
---|---|
com.hfg.sql |
Modifier and Type | Method and Description |
---|---|
WhereClauseGroup.Type |
WhereClauseGroup.getType() |
static WhereClauseGroup.Type |
WhereClauseGroup.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhereClauseGroup.Type[] |
WhereClauseGroup.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WhereClauseGroup(WhereClauseGroup.Type inValue) |
jataylor@hairyfatguy.com