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

Quick Search    Search Deep

Uses of Package
safejdbc

Classes in safejdbc used by safejdbc
ConnectionProvider
          A ConnectionProvider is used by the SQLExecuter class to obtain a connection.
DataSourceAdapter
          This class is a Adapter for DataSources to provide the ConnectionProvider interface.
FillingCommand
          This interface serves to set the parameter values of a PreparedStatement SQL string which is passed to the query or update method of SQL.
LogListener
          A LogListener is used by a LoggingWrapper.
ResultSetProcessor
          ResultSetProcessors are used to specify how a ResultSet should be handled.
SQL
          This is the central abstraction of the JDBC library, it provides methods to execute SQL statements.
TXCodeBlock
          All code in a TXCodeBlock is performed within a single transaction.