KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.objectweb.cjdbc.driver.Driver
    C-JDBC Driver for client side. This driver is a generic driver that is designed to replace any specific JDBC driver that could be used by a client. The client only has to know the node where the C-JDBC controller is running and the database he wants to access (the RDBMS could be PostgreSQL, Oracle ...
  • 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 ...
  • org.hsqldb.jdbcDriver
    fredt@users 20011220 - patch 1.7.0 by fredt new version numbering scheme fredt@users 20020320 - patch 1.7.0 - JDBC 2 support and error trapping JDBC 2 methods can now be called from jdk 1.1.x - see javadoc comments fredt@users 20030528 - patch 1.7.2 suggested by Gerhard Hiller - support for propert ...
  • com.nilostep.xlsql.jdbc.xlDriver
    DOCUMENT ME! @version $Revision: 1.5 $ @author $author$
  • org.logicalcobwebs.proxool.ProxoolDriver
    This is the Proxool implementation of the java.sql.Driver interface. @version $Revision: 1.26 $, $Date: 2003/10/16 18:53:21 $ @author billhorsman @author $Author: billhorsman $ (current maintainer)
  • com.mysql.jdbc.ConnectionProperties
    Represents configurable properties for Connections and DataSources. Can also expose properties as JDBC DriverPropertyInfo if required as well. @author Mark Matthews @version $Id: ConnectionProperties.java,v 1.1.2.2 2005/05/17 14:58:56 mmatthews Exp $
  • org.objectweb.rmijdbc.RJDriverPropertyInfo
    This class is used to make DriverPropertyInfo serializable, so the driver's getPropertyInfo() return can be accessed remotely.
  • org.objectweb.cjdbc.scenario.tools.mock.MockDriver
    Mock driver generated by MockMaker (www.mockmaker.org).
  • org.objectweb.rmijdbc.Driver
    <P>The Java SQL framework allows for multiple database drivers. <P>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 ...
  • org.objectweb.jonas.jdbc.DriverWrapper
  • com.mockobjects.sql.MockDriver
Popular Tags