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) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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–2018 Alibaba Group. All rights reserved.