Methods in de.smartics.properties.impl.config.ds.mysql that return MySqlDataSourceProxy |
static MySqlDataSourceProxy |
MySqlDataSourceProxy.create() Factory method to create with URL jdbc:mysql://localhost:3306/properties . |
static MySqlDataSourceProxy |
MySqlDataSourceProxy.create(String connectionUrl) Factory method to create with the given connection URL using user properties and password properties . |
static MySqlDataSourceProxy |
MySqlDataSourceProxy.create(String connectionUrl, String userName, String password) Factory method to create with the given connection URL using the given credentials. |