|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connector.DBType | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of Connector.DBType in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that return Connector.DBType | |
|---|---|
static Connector.DBType |
Connector.DBType.fromString(String str)
makes a guess what type you may have meant; allows for a very loose way to enter a server type |
Connector.DBType |
ConnectorSettings.getDBType()
|
static Connector.DBType |
Connector.DBType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Connector.DBType[] |
Connector.DBType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.sql with parameters of type Connector.DBType | |
|---|---|
Connection |
Connector.getConnection(Connector.DBType type,
String server,
int port,
String dbname,
String user,
String password)
returns a connection based on the information given. |
Connection |
Connector.getConnection(Connector.DBType type,
String server,
String dbname,
String user,
String password)
returns a connection based on the information given. |
void |
ConnectorSettings.setDBType(Connector.DBType type)
|
static Connection |
JConnectionLogin.showDialog(String title,
Component parent,
Connector.DBType dbms,
String server,
String db,
String user,
char[] password)
|
static Connection |
JConnectionLogin.showDialog(String title,
Component parent,
Connector.DBType dbms,
String server,
String db,
String user,
char[] password,
String driverClass,
boolean initDriver,
String url)
returns null if the dialog was canceled |
| Constructors in com.antelmann.sql with parameters of type Connector.DBType | |
|---|---|
ConnectorSettings(String server,
Connector.DBType type,
String dbname,
Integer port,
String user,
char[] pwd,
boolean ssl)
|
|
ConnectorSettings(String server,
Connector.DBType type,
String dbname,
String user,
char[] password)
|
|
JConnectionLogin(Connector.DBType dbms,
String server,
String db,
String user,
char[] password)
|
|
JConnectionLogin(Connector.DBType dbms,
String server,
String db,
String user,
char[] password,
String driverClass,
boolean initClass,
String url)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||