| Modifier and Type | Method | Description |
|---|---|---|
JointureType |
Jointure.getType() |
|
static JointureType |
JointureType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JointureType[] |
JointureType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Jointure |
AbstractHasJointure.insertJoin(Jointure before,
JointureType type,
java.lang.String schema,
java.lang.String tableName,
Alias alias) |
|
Jointure |
AbstractHasJointure.join(JointureType type,
java.lang.String schema,
java.lang.String tableName,
Alias alias) |
Copyright © 2018. All rights reserved.