| Package | Description |
|---|---|
| com.objectsql | |
| com.objectsql.query | |
| com.objectsql.support |
| Modifier and Type | Method and Description |
|---|---|
IMultiQuery |
IMultiQuery.join(AliasTable table,
JoinType joinType,
Column left,
Column right) |
| Modifier and Type | Method and Description |
|---|---|
IMultiQuery |
MultiQueryImpl.join(AliasTable table,
JoinType joinType,
Column left,
Column right) |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
Join.getType() |
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 |
|---|---|
static Join |
Join.create(AliasTable table,
JoinType type) |
void |
Join.setType(JoinType type) |
| Constructor and Description |
|---|
Join(AliasTable table,
JoinType type) |
Copyright © 2024. All rights reserved.