Class BaseOracleDdlHelper

    • Field Detail

      • jdbcTemplate

        protected final org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
      • schemaName

        protected final String schemaName
    • Constructor Detail

      • BaseOracleDdlHelper

        public BaseOracleDdlHelper​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • Method Detail

      • getTriggerName

        protected abstract String getTriggerName()
      • createTriggersAndFunctions

        public abstract void createTriggersAndFunctions()
      • enableService

        public void enableService()
      • disableService

        public void disableService()
      • dropTriggersAndFunctions

        public void dropTriggersAndFunctions()
      • dropIndex

        public void dropIndex​(String indexName,
                              String tableName)
      • indexExist

        public boolean indexExist​(String indexName,
                                  String tableName)