public abstract class BaseOracleDdlHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate |
protected String |
schemaName |
Constructor and Description |
---|
BaseOracleDdlHelper(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
Modifier and Type | Method and Description |
---|---|
abstract void |
createTriggersAndFunctions() |
void |
disableService() |
void |
dropIndex(String indexName,
String tableName) |
void |
dropTriggersAndFunctions() |
void |
enableService() |
protected abstract String |
getTriggerName() |
boolean |
indexExist(String indexName,
String tableName) |
protected final org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
protected final String schemaName
public BaseOracleDdlHelper(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
protected abstract String getTriggerName()
public abstract void createTriggersAndFunctions()
public void enableService()
public void disableService()
public void dropTriggersAndFunctions()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences