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, toStringpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLCharExpr getComment()
public void setComment(SQLCharExpr comment)
Copyright © 2013–2018 Alibaba Group. All rights reserved.