.. java:import:: java.io IOException .. java:import:: java.util Properties SqlDBManager ============ .. java:package:: org.motechproject.commons.sql.service :noindex: .. java:type:: public interface SqlDBManager Classes inheriting this interface are responsible for getting sql properties from the bootstrap configuration. Methods ------- getSqlProperties ^^^^^^^^^^^^^^^^ .. java:method:: Properties getSqlProperties(Properties propertiesToUpdate) throws IOException :outertype: SqlDBManager updateSqlProperties ^^^^^^^^^^^^^^^^^^^ .. java:method:: void updateSqlProperties() :outertype: SqlDBManager