jxUtil 0.6

org.sourceforge.jxutil.sql
Class JDBCConfig

java.lang.Object
  |
  +--org.sourceforge.jxutil.xml.XMLConfig
        |
        +--org.sourceforge.jxutil.sql.JDBCConfig

public final class JDBCConfig
extends XMLConfig

An XMLConfig for instantiating JDBC drivers and connections from an XML definition.


Nested Class Summary
static class JDBCConfig.ConnectionHandler
           
static class JDBCConfig.ConnectionParameterHandler
           
static class JDBCConfig.ConnectionParameters
           
static class JDBCConfig.DriverHandler
           
 
Nested classes inherited from class org.sourceforge.jxutil.xml.XMLConfig
XMLConfig.RefHandler
 
Field Summary
static TreeMap handlerMap
           
 
Fields inherited from class org.sourceforge.jxutil.xml.XMLConfig
doc, idCache
 
Constructor Summary
JDBCConfig(File file)
           
 
Methods inherited from class org.sourceforge.jxutil.xml.XMLConfig
getById, getDocument, makeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerMap

public static final TreeMap handlerMap
Constructor Detail

JDBCConfig

public JDBCConfig(File file)
           throws IOException,
                  ParserConfigurationException,
                  SAXException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.