public class SQLDescribeStatement extends SQLStatementImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLDescribeStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
getChildren() |
SQLName |
getColumn() |
SQLName |
getObject() |
SQLObjectType |
getObjectType() |
List<SQLExpr> |
getPartition() |
boolean |
isExtended() |
boolean |
isFormatted() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setColumn(SQLName column) |
void |
setExtended(boolean extended) |
void |
setFormatted(boolean formatted) |
void |
setObject(SQLName object) |
void |
setObjectType(SQLObjectType objectType) |
void |
setPartition(List<SQLExpr> partition) |
clone, 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 getObject()
public void setObject(SQLName object)
public SQLName getColumn()
public void setColumn(SQLName column)
public SQLObjectType getObjectType()
public void setObjectType(SQLObjectType objectType)
public boolean isExtended()
public void setExtended(boolean extended)
public boolean isFormatted()
public void setFormatted(boolean formatted)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2022 Alibaba Group. All rights reserved.