com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlPartitioningDef.Values

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.MySqlPartitioningDef.Values
所有已实现的接口:
SQLObject, MySqlObject
直接已知子类:
MySqlPartitioningDef.InValues, MySqlPartitioningDef.LessThanValues
包容类:
MySqlPartitioningDef

public abstract static class MySqlPartitioningDef.Values
extends MySqlObjectImpl


构造方法摘要
MySqlPartitioningDef.Values()
           
 
方法摘要
 List<SQLExpr> getItems()
           
 
从类 com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl 继承的方法
accept0
 
从类 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
 

构造方法详细信息

MySqlPartitioningDef.Values

public MySqlPartitioningDef.Values()
方法详细信息

getItems

public List<SQLExpr> getItems()


Copyright © 2013 Alibaba Group. All Rights Reserved.