| Package | Description |
|---|---|
| org.hotrod.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static SQLJoin.JoinType |
SQLJoin.JoinType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLJoin.JoinType[] |
SQLJoin.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SQLJoin(SQLTable table,
SQLJoin.JoinType type,
SQLLogicalExpression condition) |