类 MySqlAlterLogFileGroupStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement, SQLAlterStatement, SQLDDLStatement, MySqlObject, MySqlStatement

public class MySqlAlterLogFileGroupStatement extends MySqlStatementImpl implements SQLAlterStatement
  • 构造器详细资料

    • MySqlAlterLogFileGroupStatement

      public MySqlAlterLogFileGroupStatement()
  • 方法详细资料

    • accept0

      public void accept0(MySqlASTVisitor visitor)
      指定者:
      accept0 在接口中 MySqlObject
      覆盖:
      accept0 在类中 MySqlStatementImpl
    • getName

      public SQLName getName()
    • setName

      public void setName(SQLName name)
    • getAddUndoFile

      public SQLExpr getAddUndoFile()
    • setAddUndoFile

      public void setAddUndoFile(SQLExpr x)
    • getInitialSize

      public SQLExpr getInitialSize()
    • setInitialSize

      public void setInitialSize(SQLExpr x)
    • isWait

      public boolean isWait()
    • setWait

      public void setWait(boolean wait)
    • getEngine

      public SQLExpr getEngine()
    • setEngine

      public void setEngine(SQLExpr engine)