|
||||||||||
| 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.h2.H2NetworkServer
public class H2NetworkServer
| Constructor Summary | |
|---|---|
H2NetworkServer(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.server.NetworkDatabaseServer |
|---|
getHostname, getPort |
| Methods inherited from interface com.googlecode.jdbw.server.MultiCatalogDatabaseServer |
|---|
getDefaultCatalog |
| Methods inherited from interface com.googlecode.jdbw.server.UserAuthenticatedDatabaseServer |
|---|
getPassword, getUsername |
| Methods inherited from interface com.googlecode.jdbw.DatabaseServer |
|---|
connect, setConnectionProperty, testConnection |
| Constructor Detail |
|---|
public H2NetworkServer(String hostname,
int port,
String catalog,
String username,
String password)
| Method Detail |
|---|
public DatabaseServerType getServerType()
getServerType in interface DatabaseServerprotected Properties getConnectionProperties()
getConnectionProperties in class AbstractDatabaseServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||