Modifier and Type | Field and Description |
---|---|
static String |
DRIVER_NAME |
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
Constructor and Description |
---|
GDriver() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(String url)
Only urls that start with jdbc:gigaspaces: are compliant
|
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
static HashMap |
getProcTable() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant()
This one is not fully compliant.
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final String DRIVER_NAME
public int getMajorVersion()
getMajorVersion
in interface Driver
Driver.getMajorVersion()
public int getMinorVersion()
getMinorVersion
in interface Driver
Driver.getMinorVersion()
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
Driver.jdbcCompliant()
public boolean acceptsURL(String url)
acceptsURL
in interface Driver
Driver.acceptsURL(java.lang.String)
public Connection connect(String url, Properties info) throws SQLException
connect
in interface Driver
SQLException
Driver.connect(java.lang.String, java.util.Properties)
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
getPropertyInfo
in interface Driver
Driver.getPropertyInfo(java.lang.String, java.util.Properties)
public static HashMap getProcTable()
public Logger getParentLogger()
getParentLogger
in interface Driver
Copyright © GigaSpaces.