类 SQLImportTableStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLImportTableStatement extends SQLStatementImpl
  • 构造器详细资料

    • SQLImportTableStatement

      public SQLImportTableStatement()
  • 方法详细资料

    • getTable

      public SQLExprTableSource getTable()
    • setTable

      public void setTable(SQLExprTableSource x)
    • getPartition

      public List<SQLAssignItem> getPartition()
    • getFrom

      public SQLExpr getFrom()
    • setFrom

      public void setFrom(SQLExpr x)
    • getLocation

      public SQLExpr getLocation()
    • setLocation

      public void setLocation(SQLExpr x)
    • accept0

      protected void accept0(SQLASTVisitor v)
      覆盖:
      accept0 在类中 SQLStatementImpl
    • getVersion

      public SQLIntegerExpr getVersion()
    • setVersion

      public void setVersion(SQLIntegerExpr version)
    • isUsingBuild

      public boolean isUsingBuild()
    • setUsingBuild

      public void setUsingBuild(boolean usingBuild)
    • isExtenal

      public boolean isExtenal()
    • setExtenal

      public void setExtenal(boolean extenal)