com.alibaba.druid.sql.ast.statement
类 SQLColumnDefinition

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLColumnDefinition
所有已实现的接口:
SQLObject, SQLTableElement
直接已知子类:
MySqlSQLColumnDefinition, SQLServerColumnDefinition

public class SQLColumnDefinition
extends SQLObjectImpl
implements SQLTableElement


构造方法摘要
SQLColumnDefinition()
           
 
方法摘要
 SQLExpr getComment()
           
 List<SQLColumnConstraint> getConstaints()
           
 SQLDataType getDataType()
           
 SQLExpr getDefaultExpr()
           
 Boolean getEnable()
           
 SQLName getName()
           
 void output(StringBuffer buf)
           
 void setComment(SQLExpr comment)
           
 void setDataType(SQLDataType dataType)
           
 void setDefaultExpr(SQLExpr defaultExpr)
           
 void setEnable(Boolean enable)
           
 void setName(SQLName name)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

SQLColumnDefinition

public SQLColumnDefinition()
方法详细信息

getEnable

public Boolean getEnable()

setEnable

public void setEnable(Boolean enable)

getName

public SQLName getName()

setName

public void setName(SQLName name)

getDataType

public SQLDataType getDataType()

setDataType

public void setDataType(SQLDataType dataType)

getDefaultExpr

public SQLExpr getDefaultExpr()

setDefaultExpr

public void setDefaultExpr(SQLExpr defaultExpr)

getConstaints

public List<SQLColumnConstraint> getConstaints()

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

getComment

public SQLExpr getComment()

setComment

public void setComment(SQLExpr comment)


Copyright © 2013 Alibaba Group. All Rights Reserved.