com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlCreateTableStatement.TableSpaceOption

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
          继承者 com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlCreateTableStatement.TableSpaceOption
所有已实现的接口:
SQLObject, MySqlObject
包容类:
MySqlCreateTableStatement

public static class MySqlCreateTableStatement.TableSpaceOption
extends MySqlObjectImpl


构造方法摘要
MySqlCreateTableStatement.TableSpaceOption()
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 SQLName getName()
           
 SQLExpr getStorage()
           
 void setName(SQLName name)
           
 void setStorage(SQLExpr storage)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, 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, output, putAttribute, setParent
 

构造方法详细信息

MySqlCreateTableStatement.TableSpaceOption

public MySqlCreateTableStatement.TableSpaceOption()
方法详细信息

getName

public SQLName getName()

setName

public void setName(SQLName name)

getStorage

public SQLExpr getStorage()

setStorage

public void setStorage(SQLExpr storage)

accept0

public void accept0(MySqlASTVisitor visitor)
指定者:
接口 MySqlObject 中的 accept0
指定者:
MySqlObjectImpl 中的 accept0


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