Interface LogMinerDdlEntry


  • public interface LogMinerDdlEntry
    This class is a placeholder of DDL data
    • Method Detail

      • getDdlText

        String getDdlText()
        Returns:
        text of the DDL statement
      • getCommandType

        String getCommandType()
        Returns:
        string such as "CREATE TABLE", "ALTER TABLE", "DROP TABLE"