Uses of Class
de.smartics.properties.impl.config.ds.mysql.MySqlDataSourceProxy

Packages that use MySqlDataSourceProxy
de.smartics.properties.impl.config.ds.mysql Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the MySQL database. 
 

Uses of MySqlDataSourceProxy in de.smartics.properties.impl.config.ds.mysql
 

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.
 



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