com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlSQLColumnDefinition

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

public class MySqlSQLColumnDefinition
extends SQLColumnDefinition


构造方法摘要
MySqlSQLColumnDefinition()
           
 
方法摘要
 SQLExpr getOnUpdate()
           
 SQLExpr getStorage()
           
 boolean isAutoIncrement()
           
 void setAutoIncrement(boolean autoIncrement)
           
 void setOnUpdate(SQLExpr onUpdate)
           
 void setStorage(SQLExpr storage)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLColumnDefinition 继承的方法
getComment, getConstaints, getDataType, getDefaultExpr, getEnable, getName, output, setComment, setDataType, setDefaultExpr, setEnable, setName
 
从类 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
 

构造方法详细信息

MySqlSQLColumnDefinition

public MySqlSQLColumnDefinition()
方法详细信息

isAutoIncrement

public boolean isAutoIncrement()

setAutoIncrement

public void setAutoIncrement(boolean autoIncrement)

getOnUpdate

public SQLExpr getOnUpdate()

setOnUpdate

public void setOnUpdate(SQLExpr onUpdate)

getStorage

public SQLExpr getStorage()

setStorage

public void setStorage(SQLExpr storage)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.