java.lang.Object
com.github.hypfvieh.db.DbConnParms
com.github.hypfvieh.db.H2ConnParms
Connection parameters to the H2 database.
Driver, most of database url, optionally user and password are preset in objects of this class.
- Seit:
- 1.0.1
- Autor:
- hypfvieh
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungH2ConnParms(String _dbPath) H2ConnParms(String _dbFile, String _user, String _password) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddAdditionalUrlArgs(String... _args) getUrl()voidremoveAdditionalUrlArgs(String... _args) Von Klasse geerbte Methoden com.github.hypfvieh.db.DbConnParms
getDriverClassName, getMaxRetries, getPassword, getUser, toString
-
Konstruktordetails
-
H2ConnParms
-
H2ConnParms
-
-
Methodendetails
-
getDbPath
-
addAdditionalUrlArgs
-
removeAdditionalUrlArgs
-
getAdditionalUrlArgs
-
getUrl
- Setzt außer Kraft:
getUrlin KlasseDbConnParms
-