Uses of Class
com.j256.ormlite.support.SimpleDataSource

Packages that use SimpleDataSource
com.j256.ormlite.db Per-database type and SQL information. 
 

Uses of SimpleDataSource in com.j256.ormlite.db
 

Methods in com.j256.ormlite.db that return SimpleDataSource
static SimpleDataSource DatabaseTypeUtils.createSimpleDataSource(String databaseUrl)
          Creates and returns a SimpleDataSource associated with the databaseUrl and optional userName and password.
static SimpleDataSource DatabaseTypeUtils.createSimpleDataSource(String databaseUrl, String userName, String password)
          Creates and returns a SimpleDataSource associated with the databaseUrl and optional userName and password.
 



Copyright © 2010. All Rights Reserved.