com.alibaba.druid.sql.dialect.odps.ast
类 OdpsInsert

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.odps.ast.OdpsInsert
所有已实现的接口:
SQLObject

public class OdpsInsert
extends SQLObjectImpl


构造方法摘要
OdpsInsert()
           
 
方法摘要
 List<SQLAssignItem> getPartitions()
           
 SQLSelect getQuery()
           
 SQLExprTableSource getTableSource()
           
 boolean isOverwrite()
           
 void setOverwrite(boolean overwrite)
           
 void setPartitions(List<SQLAssignItem> partitions)
           
 void setQuery(SQLSelect query)
           
 void setTableSource(SQLExprTableSource tableSource)
           
 void setTableSource(SQLName tableName)
           
 
从类 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
 

构造方法详细信息

OdpsInsert

public OdpsInsert()
方法详细信息

isOverwrite

public boolean isOverwrite()

setOverwrite

public void setOverwrite(boolean overwrite)

getPartitions

public List<SQLAssignItem> getPartitions()

setPartitions

public void setPartitions(List<SQLAssignItem> partitions)

getTableSource

public SQLExprTableSource getTableSource()

setTableSource

public void setTableSource(SQLExprTableSource tableSource)

setTableSource

public void setTableSource(SQLName tableName)

getQuery

public SQLSelect getQuery()

setQuery

public void setQuery(SQLSelect query)


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