org.postgresql.pljava.jdbc

Class SPIDriver

Implemented Interfaces:
Driver

public class SPIDriver
extends java.lang.Object
implements Driver

Method Summary

boolean
acceptsURL(String url)
Connection
connect(String url, Properties info)
int
getMajorVersion()
int
getMinorVersion()
DriverPropertyInfo[]
getPropertyInfo(String url, Properties info)
boolean
jdbcCompliant()

Method Details

acceptsURL

public boolean acceptsURL(String url)
            throws SQLException

connect

public Connection connect(String url,
                          Properties info)
            throws SQLException

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

getPropertyInfo

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

jdbcCompliant

public boolean jdbcCompliant()

Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in COPYRIGHT