public class SQLCopyFromStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLCopyFromStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getAccessKeyId() |
SQLExpr |
getAccessKeySecret() |
List<SQLName> |
getColumns() |
SQLExpr |
getFrom() |
List<SQLAssignItem> |
getOptions() |
List<SQLAssignItem> |
getPartitions() |
SQLExprTableSource |
getTable() |
void |
setAccessKeyId(SQLExpr x) |
void |
setAccessKeySecret(SQLExpr x) |
void |
setFrom(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public SQLExpr getFrom()
public void setFrom(SQLExpr x)
public SQLExpr getAccessKeyId()
public void setAccessKeyId(SQLExpr x)
public SQLExpr getAccessKeySecret()
public void setAccessKeySecret(SQLExpr x)
public List<SQLAssignItem> getOptions()
public List<SQLAssignItem> getPartitions()
Copyright © 2013–2020 Alibaba Group. All rights reserved.