public class SQLImportTableStatement extends SQLStatementImpl
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLImportTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLExpr |
getFrom() |
SQLExpr |
getLocation() |
List<SQLAssignItem> |
getPartition() |
SQLExprTableSource |
getTable() |
SQLIntegerExpr |
getVersion() |
boolean |
isExtenal() |
boolean |
isUsingBuild() |
void |
setExtenal(boolean extenal) |
void |
setFrom(SQLExpr x) |
void |
setLocation(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
void |
setUsingBuild(boolean usingBuild) |
void |
setVersion(SQLIntegerExpr version) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, 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 List<SQLAssignItem> getPartition()
public SQLExpr getFrom()
public void setFrom(SQLExpr x)
public SQLExpr getLocation()
public void setLocation(SQLExpr x)
protected void accept0(SQLASTVisitor v)
accept0 在类中 SQLStatementImplpublic SQLIntegerExpr getVersion()
public void setVersion(SQLIntegerExpr version)
public boolean isUsingBuild()
public void setUsingBuild(boolean usingBuild)
public boolean isExtenal()
public void setExtenal(boolean extenal)
Copyright © 2013–2023. All rights reserved.