Uses of Class
de.smartics.properties.impl.config.ds.hsql.HSqlDataSourceProxy

Packages that use HSqlDataSourceProxy
de.smartics.properties.impl.config.ds.hsql Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the HSQL database. 
 

Uses of HSqlDataSourceProxy in de.smartics.properties.impl.config.ds.hsql
 

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.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.