SafeSqlizablepublic enum JointureType extends java.lang.Enum<JointureType> implements SafeSqlizable
| Enum Constant | Description |
|---|---|
CROSS |
|
FULL_OUTER |
|
INNER |
|
LEFT_OUTER |
|
RIGHT_OUTER |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendTo(SafeSqlBuilder builder) |
|
SafeSql |
toSafeSql() |
|
static JointureType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JointureType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JointureType INNER
public static final JointureType LEFT_OUTER
public static final JointureType RIGHT_OUTER
public static final JointureType FULL_OUTER
public static final JointureType CROSS
public static JointureType[] values()
for (JointureType c : JointureType.values()) System.out.println(c);
public static JointureType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic SafeSql toSafeSql()
toSafeSql in interface SafeSqlizablepublic void appendTo(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableCopyright © 2018. All rights reserved.