public class SqlJoinLeftOuter extends SqlJoin
| Constructor and Description |
|---|
SqlJoinLeftOuter(SqlNode left,
SqlNode right) |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
apply(SqlTransform transform,
SqlNode left,
SqlNode right) |
SqlJoinLeftOuter |
asLeftJoin() |
SqlNode |
copy(SqlNode left,
SqlNode right) |
boolean |
isLeftJoin() |
void |
visit(SqlNodeVisitor visitor) |
addCondition, addConditions, asJoin, create, getConditions, getIdScope, getJoinType, getNodeScope, isJoingetLeft, getRightasCoalesce, asDistinct, asInnerJoin, asProject, asRestrict, asSelectBlock, asTable, getAliasName, isCoalesce, isDistinct, isInnerJoin, isProject, isRestrict, isSelectBlock, isTable, output, output, tablesInvolved, toString, usesColumnaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic boolean isLeftJoin()
isLeftJoin in interface SqlNodeisLeftJoin in class SqlNodeBasepublic SqlJoinLeftOuter asLeftJoin()
asLeftJoin in interface SqlNodeasLeftJoin in class SqlNodeBasepublic void visit(SqlNodeVisitor visitor)
public SqlNode apply(SqlTransform transform, SqlNode left, SqlNode right)
apply in class SqlNodeBase2public SqlNode copy(SqlNode left, SqlNode right)
copy in class SqlNodeBase2Licenced under the Apache License, Version 2.0