Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
safejdbc.ConnectionProvider

Uses of ConnectionProvider in safejdbc
 

Classes in safejdbc that implement ConnectionProvider
 class DataSourceAdapter
          This class is a Adapter for DataSources to provide the ConnectionProvider interface.
 class LoggingWrapper
          If you want to log your SQL-Statements you just have to wrap your ConnectionProvider with a LoggingWrapper.
 class SimpleConnectionProvider
          This class provides JDBC connection via the JDBC 1 Driver.
 class SimpleConProvider
          Deprecated. Don't use this class anymore. You should use SimpleConnectionProvider instead.
 class TxDataSourceAdapter
          Some J2EE environments (e.g.
 

Fields in safejdbc declared as ConnectionProvider
private  ConnectionProvider SQLExecuter._conprovider
           
private  ConnectionProvider LoggingWrapper._conprovider
           
 

Constructors in safejdbc with parameters of type ConnectionProvider
SQLExecuter(ConnectionProvider conprovider)
          To create an SQLExecuter instance a ConnectionProvider is needed.
LoggingWrapper(ConnectionProvider conprovider)
          This constructor is for your convenience.
LoggingWrapper(ConnectionProvider conprovider, LogListener loglistener)
          Every SQL-Statement will be handed over to the LogListener.