public final class SQLClauseType
extends java.lang.Enum
SQLDataSource
.Modifier and Type | Field and Description |
---|---|
static SQLClauseType | All |
static SQLClauseType | AnsiJoin |
static SQLClauseType | Group |
static SQLClauseType | GroupWhere |
static SQLClauseType | JoinWhere |
static SQLClauseType | Order |
static SQLClauseType | Select |
static SQLClauseType | Table |
static SQLClauseType | Values |
static SQLClauseType | Where |
public static final SQLClauseType Select
public static final SQLClauseType Table
public static final SQLClauseType Where
public static final SQLClauseType Values
public static final SQLClauseType Group
public static final SQLClauseType GroupWhere
public static final SQLClauseType JoinWhere
public static final SQLClauseType AnsiJoin
public static final SQLClauseType Order
public static final SQLClauseType All