Package | Description |
---|---|
adql.parser |
Modifier and Type | Method and 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 and Description |
---|---|
ADQLJoin |
SQLServer_ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type,
FromContent leftTable,
FromContent rightTable) |
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) |