类 SQLExportDatabaseStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLExportDatabaseStatement
所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement

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

    • SQLExportDatabaseStatement

      public SQLExportDatabaseStatement()
  • 方法详细资料

    • 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)
      覆盖:
      accept0 在类中 SQLStatementImpl