|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jdbw.server.AbstractDatabaseServer
com.googlecode.jdbw.server.StandardDatabaseServer
com.googlecode.jdbw.server.mysql.MySQLServer
public class MySQLServer
This class represents a MySQL database server that is connected to over a TCP/IP network.
| Constructor Summary | |
|---|---|
MySQLServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password)
|
|
MySQLServer(String hostname,
int port,
String catalog,
String username,
String password)
|
|
| Method Summary | |
|---|---|
protected Properties |
getConnectionProperties()
|
DatabaseServerType |
getServerType()
|
| Methods inherited from class com.googlecode.jdbw.server.StandardDatabaseServer |
|---|
equals, getDefaultCatalog, getHostname, getJDBCUrl, getPassword, getPort, getUsername, hashCode, toString |
| Methods inherited from class com.googlecode.jdbw.server.AbstractDatabaseServer |
|---|
connect, getDriverDescriptor, setConnectionProperty, testConnection |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.googlecode.jdbw.DatabaseServer |
|---|
connect, setConnectionProperty, testConnection |
| Constructor Detail |
|---|
public MySQLServer(String hostname,
int port,
String catalog,
String username,
String password)
public MySQLServer(JDBCDriverDescriptor driverDescriptor,
String hostname,
int port,
String catalog,
String username,
String password)
| Method Detail |
|---|
public DatabaseServerType getServerType()
protected Properties getConnectionProperties()
getConnectionProperties in class AbstractDatabaseServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||