public static class SQLCreateViewStatement.Column extends SQLObjectImpl
构造器和说明 |
---|
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, toString
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLCharExpr getComment()
public void setComment(SQLCharExpr comment)
Copyright © 2013–2016 Alibaba Group. All rights reserved.