org.axiondb.jdbc

Class AxionDriver

public class AxionDriver extends ConnectionFactory implements Driver

A Driver implementation.

Version: $Revision: 1.9 $ $Date: 2003/07/09 23:56:17 $

Author: Chuck Burdick

Method Summary
booleanacceptsURL(String url)
Connectionconnect(String url, Properties info)
intgetMajorVersion()
intgetMinorVersion()
DriverPropertyInfo[]getPropertyInfo(String url, Properties info)
booleanjdbcCompliant()

Method Detail

acceptsURL

public boolean acceptsURL(String url)

connect

public Connection connect(String url, Properties info)

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

getPropertyInfo

public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)

jdbcCompliant

public boolean jdbcCompliant()