Package org.n52.iceland.ds
Interface UpdateableConnectionProvider
-
- All Superinterfaces:
ConnectionProvider
public interface UpdateableConnectionProvider extends ConnectionProvider
Identify updateableConnectionProvider- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUpdateScript()Get update scriptbooleansupportsUpdateScript()-
Methods inherited from interface org.n52.iceland.ds.ConnectionProvider
getConnection, getMaxConnections, returnConnection
-
-
-
-
Method Detail
-
getUpdateScript
String getUpdateScript() throws ConnectionProviderException
Get update script- Returns:
- Update script
- Throws:
ConnectionProviderException- if the generation fails
-
supportsUpdateScript
boolean supportsUpdateScript()
- Returns:
true, if update script is supported
-
-