public class TransactionalDriver extends Object implements Driver
| Modifier and Type | Field and Description |
|---|---|
static String |
arjunaDriver |
static String |
createDb |
static String |
dynamicClass |
static String |
jdbc |
static String |
password |
static String |
poolConnections |
static String |
userName |
| Constructor and Description |
|---|
TransactionalDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
public static final String arjunaDriver
public static final String jdbc
public static final String userName
public static final String password
public static final String dynamicClass
public static final String createDb
public static final String poolConnections
public Connection connect(String url, Properties info) throws SQLException
connect in interface DriverSQLExceptionpublic boolean acceptsURL(String url) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.