public class SQLCreateOutlineStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLCreateOutlineStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getName() |
SQLStatement |
getOn() |
SQLStatement |
getTo() |
SQLExpr |
getWhere() |
void |
setName(SQLName x) |
void |
setOn(SQLStatement x) |
void |
setTo(SQLStatement x) |
void |
setWhere(SQLExpr x) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName x)
public SQLStatement getOn()
public void setOn(SQLStatement x)
public SQLStatement getTo()
public void setTo(SQLStatement x)
public SQLExpr getWhere()
public void setWhere(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.