Package com.impossibl.postgres.jdbc
Class PGDriver
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGDriver
-
- All Implemented Interfaces:
Driver,DriverAction
public class PGDriver extends Object implements Driver, DriverAction
Driver implementation
-
-
Constructor Summary
Constructors Constructor Description PGDriver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsURL(String url)static voidcleanup()Connectionconnect(String url, Properties info)voidderegister()intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()
-
-
-
Method Detail
-
connect
public Connection connect(String url, Properties info) throws SQLException
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
public boolean acceptsURL(String url)
- Specified by:
acceptsURLin interfaceDriver
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
- Specified by:
getPropertyInfoin interfaceDriver
-
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
public Logger getParentLogger()
- Specified by:
getParentLoggerin interfaceDriver
-
deregister
public void deregister()
- Specified by:
deregisterin interfaceDriverAction
-
cleanup
public static void cleanup()
-
-