Package | Description |
---|---|
p3j.database | |
p3j.gui.dialogs | |
p3j.misc |
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
DatabaseTypeSelectionDialog.getDBType() |
Constructor and Description |
---|
DatabaseTypeSelectionDialog(Frame owner,
DatabaseType currentDBType) |
PreferencesDialog(Frame owner,
P3JConfigFile p3jConfiguration,
DatabaseType databaseType)
Instantiates a new preferences dialog.
|
Modifier and Type | Field and Description |
---|---|
static DatabaseType |
Misc.DEFAULT_DB_TYPE
The default database type.
|
Modifier and Type | Field and Description |
---|---|
static Map<DatabaseType,String> |
Misc.DEFAULT_DB_PWDS
The default database passwords.
|
static Map<DatabaseType,String> |
Misc.DEFAULT_DB_URLS
The default database URLs.
|
static Map<DatabaseType,String> |
Misc.DEFAULT_DB_USERS
The default database user names.
|
static Map<DatabaseType,String> |
Misc.HIBERNATE_DIALECTS
The supported database dialects.
|
static Map<DatabaseType,String> |
Misc.JDBC_DRIVERS |
Copyright © 2013. All Rights Reserved.