Class Driver

java.lang.Object
net.sourceforge.jtds.jdbc.Driver
All Implemented Interfaces:
Driver

public class Driver extends Object implements Driver
jTDS implementation of the java.sql.Driver interface.

Implementation note:

  1. Property text names and descriptions are loaded from an external file resource. This allows the actual names and descriptions to be changed or localised without impacting this code.
  2. The way in which the URL is parsed and converted to properties is rather different from the original jTDS Driver class. See parseURL and Connection.unpackProperties methods for more detail.
Version:
$Id: Driver.java,v 1.70.2.4 2009-12-30 11:19:40 ickzon Exp $
Author:
Brian Heineman, Mike Hutchinson, Alin Sinpalean
See Also: