| Package | Description |
|---|---|
| org.tentackle.sql |
SQL backend layer.
|
| Modifier and Type | Method and Description |
|---|---|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractBackend.sqlJoin(JoinType type,
String joinedTableName,
String joinedTableAlias,
String join) |
String |
Backend.sqlJoin(JoinType type,
String joinedTableName,
String joinedTableAlias,
String join)
Creates a join clause.
|
void |
AbstractBackend.sqlJoinSelects(JoinType type,
boolean addColumns,
StringBuilder select,
String joinSelect,
String joinSelectIdAlias,
String joinAlias,
String join) |
void |
Backend.sqlJoinSelects(JoinType type,
boolean addColumns,
StringBuilder select,
String joinSelect,
String joinSelectIdAlias,
String joinAlias,
String join)
Generate SQL code for joining a table to an existing select.
|
String |
AbstractBackend.sqlJoinSelects(JoinType type,
boolean addColumns,
String select,
String joinSelect,
String joinSelectIdAlias,
String joinAlias,
String join) |
String |
Backend.sqlJoinSelects(JoinType type,
boolean addColumns,
String select,
String joinSelect,
String joinSelectIdAlias,
String joinAlias,
String join)
Generate SQL code for joining a table to an existing select.
|
Tentackle - distributed, domain- and model-driven