Package | Description |
---|---|
adql.parser |
Modifier and Type | Method | Description |
---|---|---|
static ADQLQueryFactory.JoinType |
ADQLQueryFactory.JoinType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ADQLQueryFactory.JoinType[] |
ADQLQueryFactory.JoinType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
ADQLJoin |
ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type,
FromContent leftTable,
FromContent rightTable) |
|
ADQLJoin |
ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type,
FromContent leftTable,
FromContent rightTable,
ClauseConstraints condition) |
|
ADQLJoin |
ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type,
FromContent leftTable,
FromContent rightTable,
java.util.Collection<ADQLColumn> lstColumns) |
|
ADQLJoin |
SQLServer_ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type,
FromContent leftTable,
FromContent rightTable) |