com.triactive.jdo.store.adapter
Class DatabaseIdentifierJdbc3

java.lang.Object
  extended bycom.triactive.jdo.store.adapter.DatabaseIdentifier
      extended bycom.triactive.jdo.store.adapter.DatabaseIdentifierJdbc3

public class DatabaseIdentifierJdbc3
extends DatabaseIdentifier

A database identifier used with drivers that conform to JDBC 3 or higher.

Author:
Mike Martin

Field Summary
 
Fields inherited from class com.triactive.jdo.store.adapter.DatabaseIdentifier
driverName, driverVersion, productMajorVersion, productMinorVersion, productName, productVersion
 
Constructor Summary
DatabaseIdentifierJdbc3(java.sql.DatabaseMetaData dmd)
           
 
Methods inherited from class com.triactive.jdo.store.adapter.DatabaseIdentifier
equals, forDatabase, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseIdentifierJdbc3

public DatabaseIdentifierJdbc3(java.sql.DatabaseMetaData dmd)
                        throws java.sql.SQLException


Copyright © 2001-2007 The TJDO Project All Rights Reserved.