InterPlay 2.3.0 User Guide JdbcConnectionProperties exit You use the JdbcConnectionProperties exit to define connection parameter for the datasources in production environment. InterPlay calls the JdbcConnectionProperties exit when the connection to the datasource database is required. public interface JdbcConnectionProperties { public String getDriverName(); public String getUrl(); public String getUserName(); public String getPassword(); } Related topics About exit arguments Using Datasources in exits Related Links
JdbcConnectionProperties exit You use the JdbcConnectionProperties exit to define connection parameter for the datasources in production environment. InterPlay calls the JdbcConnectionProperties exit when the connection to the datasource database is required. public interface JdbcConnectionProperties { public String getDriverName(); public String getUrl(); public String getUserName(); public String getPassword(); } Related topics About exit arguments Using Datasources in exits