|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JDBCDriverDescriptor in com.googlecode.jdbw.server |
|---|
| Methods in com.googlecode.jdbw.server that return JDBCDriverDescriptor | |
|---|---|
protected JDBCDriverDescriptor |
AbstractDatabaseServer.getDriverDescriptor()
|
| Constructors in com.googlecode.jdbw.server with parameters of type JDBCDriverDescriptor | |
|---|---|
AbstractDatabaseServer(JDBCDriverDescriptor driverDescriptor)
|
|
StandardDatabaseServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password)
|
|
| Uses of JDBCDriverDescriptor in com.googlecode.jdbw.server.h2 |
|---|
| Classes in com.googlecode.jdbw.server.h2 that implement JDBCDriverDescriptor | |
|---|---|
class |
H2JDBCDriverDescriptor
|
| Uses of JDBCDriverDescriptor in com.googlecode.jdbw.server.mysql |
|---|
| Classes in com.googlecode.jdbw.server.mysql that implement JDBCDriverDescriptor | |
|---|---|
class |
MySQLCommonJDBCDriverDescriptor
This driver descriptor overrides the default MySQL JDBC driver descriptor and adds certain common parameters to the URL. |
class |
MySQLDefaultJDBCDriverDescriptor
This driver descriptor is designed to be used with the official MySQL JDBC driver. |
| Constructors in com.googlecode.jdbw.server.mysql with parameters of type JDBCDriverDescriptor | |
|---|---|
MySQLServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password)
|
|
| Uses of JDBCDriverDescriptor in com.googlecode.jdbw.server.postgresql |
|---|
| Classes in com.googlecode.jdbw.server.postgresql that implement JDBCDriverDescriptor | |
|---|---|
class |
PostgresqlJDBCDriverDescriptor
JDBC driver descriptor designed to work with the official PostgreSQL JDBC client driver, org.postgresql.Driver |
| Constructors in com.googlecode.jdbw.server.postgresql with parameters of type JDBCDriverDescriptor | |
|---|---|
PostgresqlServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password)
|
|
| Uses of JDBCDriverDescriptor in com.googlecode.jdbw.server.sybase |
|---|
| Classes in com.googlecode.jdbw.server.sybase that implement JDBCDriverDescriptor | |
|---|---|
class |
SybaseJConn3JDBCDriverDescriptor
This is a driver descriptor for the Sybase jconn3 driver, com.sybase.jdbc3.jdbc.SybDriver. |
| Constructors in com.googlecode.jdbw.server.sybase with parameters of type JDBCDriverDescriptor | |
|---|---|
SybaseASEServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password,
String processName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||