public static class SQLCreateViewStatement.Column extends SQLObjectImpl
Constructor and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
SQLCharExpr |
getComment() |
SQLExpr |
getExpr() |
void |
setComment(SQLCharExpr comment) |
void |
setExpr(SQLExpr expr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, 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–2017 Alibaba Group. All rights reserved.