Methods in de.smartics.properties.impl.config.ds.hsql that return HSqlDataSourceProxy |
static HSqlDataSourceProxy |
HSqlDataSourceProxy.create() Factory method to create with URL jdbc:hsqldb:mem:configmemdb . |
static HSqlDataSourceProxy |
HSqlDataSourceProxy.create(String connectionUrl) Factory method to create with the given connection URL using user SA and no password. |
static HSqlDataSourceProxy |
HSqlDataSourceProxy.create(String connectionUrl, String userName, String password) Factory method to create with the given connection URL using the given credentials. |