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