public class OdpsReadStatement extends OdpsStatementImpl
Constructor and Description |
---|
OdpsReadStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
getColumns() |
List<SQLAssignItem> |
getPartition() |
SQLExpr |
getRowCount() |
SQLExprTableSource |
getTable() |
void |
setRowCount(SQLExpr rowCount) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExprTableSource getTable()
public void setTable(SQLExprTableSource table)
public void setTable(SQLName table)
public List<SQLAssignItem> getPartition()
public SQLExpr getRowCount()
public void setRowCount(SQLExpr rowCount)
Copyright © 2013–2017 Alibaba Group. All rights reserved.