SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.impl.jdbc.schema
Class DBDictionaryFactory

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory

public class DBDictionaryFactory
extends Object

Factory class to instantiate a dictionary. It will use the following heuristic:


Constructor Summary
DBDictionaryFactory()
           
 
Method Summary
static DBDictionary getDictionary(Connector connector, JDBCConfiguration conf)
           
static String[] getKnownConnectionURLList()
          Returns a sample list of known JDBC URLs, for use in a graphical component.
static String[] getKnownDriverList()
          Returns a sample list of known JDBC drivers, for use in a graphical component.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDictionaryFactory

public DBDictionaryFactory()
Method Detail

getKnownDriverList

public static String[] getKnownDriverList()
Returns a sample list of known JDBC drivers, for use in a graphical component. We list all known driver classes, rather than just the ones we support: it can't hurt to offer people choices.

getKnownConnectionURLList

public static String[] getKnownConnectionURLList()
Returns a sample list of known JDBC URLs, for use in a graphical component.

getDictionary

public static DBDictionary getDictionary(Connector connector,
                                         JDBCConfiguration conf)

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.