SPT RWT Application API

Uses of Class
com.sptci.rwt.ConnectionException

Packages that use ConnectionException
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
 

Uses of ConnectionException in com.sptci.rwt
 

Methods in com.sptci.rwt that throw ConnectionException
 Connection Connections.getConnection(String databaseType, String name)
          Return a Connection for the specified database type and saved with the specified unique name.
 Connection ConnectionManager.open()
          Open a connection to the database using the currently active ConnectionManager.dataSource or ConnectionManager.parameters.
static Connection ConnectionFactory.open(ConnectionParameters parameters)
          Fetch a connection to the database defined by the specified parameters object.
static Connection ConnectionFactory.open(String name)
          Fetch a connection to the database via a relative DataSource name.
 


SPT RWT Application API