Class SQLExportDatabaseStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLExportDatabaseStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLExportDatabaseStatement extends SQLStatementImpl
  • Constructor Details

    • SQLExportDatabaseStatement

      public SQLExportDatabaseStatement()
  • Method Details

    • getDb

      public SQLName getDb()
    • setDb

      public void setDb(SQLName db)
    • isRealtime

      public boolean isRealtime()
    • setRealtime

      public void setRealtime(boolean realtime)
    • accept0

      protected void accept0(SQLASTVisitor v)
      Overrides:
      accept0 in class SQLStatementImpl