KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > Driver > Top Examples

  • org.objectweb.cjdbc.controller.connection.DriverManager
    This class defines a DriverManager. In contrast to java.sql.DriverManager this class allows to use Drivers with the same name but with different versions, if no drivername is used it is a wrapper around java.sql.DriverManager. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecc ...
  • org.webdocwf.util.loader.DBConnectionManager
    DBConnectionManager class creates all connection to database. @author Radoslav Dutina @version 1.0
  • sync4j.test.tools.ant.TestSyncMLTask
    This is an Ant task that executes the protocol level tests. <p> @see sync4j.test.tools.PostSyncML @see sync4j.test.tools.CompareXml <p It can be used in the following manner: <pre> &lt;task name="test-syncml" ...&gt; &lt;testsyncml url="{initial URL}" test="{test name}" ...
  • com.caucho.jstl.el.SqlSetDataSourceTag
  • org.apache.geronimo.security.realm.providers.SQLLoginModule
    A login module that loads security information from a SQL database. Expects to be run by a GenericSecurityRealm (doesn't work on its own). @version $Rev: 165344 $ $Date: 2005-04-29 14:19:43 -0700 (Fri, 29 Apr 2005) $
  • org.apache.commons.dbutils.ProxyFactoryTest
    ProxyFactoryTest performs simple type checking on proxy objects returned from a ProxyFactory. @author David Graham
  • com.mysql.jdbc.NonRegisteringDriver
    The Java SQL framework allows for multiple database drivers. Each driver should supply a class that implements the Driver interface <p> The DriverManager will try to load as many drivers as it can find and then for any given connection request, it will ask each driver in turn to try to conn ...
Popular Tags