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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLColumnDefinition
          extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSQLColumnDefinition
All Implemented Interfaces:
SQLObject, SQLTableElement, Serializable

public class MySqlSQLColumnDefinition
extends SQLColumnDefinition

See Also:
Serialized Form

Constructor Summary
MySqlSQLColumnDefinition()
           
 
Method Summary
 boolean isAutoIncrement()
           
 void setAutoIncrement(boolean autoIncrement)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLColumnDefinition
getComment, getConstaints, getDataType, getDefaultExpr, getEnable, getName, output, setComment, setDataType, setDefaultExpr, setEnable, setName
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

MySqlSQLColumnDefinition

public MySqlSQLColumnDefinition()
Method Detail

isAutoIncrement

public boolean isAutoIncrement()

setAutoIncrement

public void setAutoIncrement(boolean autoIncrement)


Copyright © 2012 Alibaba Group. All Rights Reserved.