public static class SQLCreateViewStatement.Column extends SQLObjectImpl
| 构造器和说明 |
|---|
SQLCreateViewStatement.Column() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLCharExpr |
getComment() |
SQLExpr |
getExpr() |
void |
setComment(SQLCharExpr comment) |
void |
setExpr(SQLExpr expr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLCharExpr getComment()
public void setComment(SQLCharExpr comment)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.