public class SQLDescribeStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLName |
column |
protected SQLName |
object |
protected SQLObjectType |
objectType |
protected List<SQLExpr> |
partition |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLDescribeStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
SQLName |
getColumn() |
SQLName |
getObject() |
SQLObjectType |
getObjectType() |
List<SQLExpr> |
getPartition() |
void |
setColumn(SQLName column) |
void |
setObject(SQLName object) |
void |
setObjectType(SQLObjectType objectType) |
void |
setPartition(List<SQLExpr> partition) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected SQLName object
protected SQLName column
protected SQLObjectType objectType
public SQLName getObject()
public void setObject(SQLName object)
public SQLName getColumn()
public void setColumn(SQLName column)
public SQLObjectType getObjectType()
public void setObjectType(SQLObjectType objectType)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.