Class DbOptionsImpl
java.lang.Object
org.veupathdb.lib.container.jaxrs.config.DbOptionsImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name for the database connection details.host()
Returns an option of a host name for a database server.name()
Returns an option of a name of a database to connect to.pass()
Returns an option of a database credentials password.Optional
<org.gusdb.fgputil.db.platform.SupportedPlatform> platform()
Returns an option of a database platform type.poolSize()
Returns an option of a database connection pool size value.port()
Returns an option of a port number for a database server.tnsName()
Returns an option of a TNS Name for an Oracle database.user()
Returns an option of a database credentials username.
-
Constructor Details
-
DbOptionsImpl
-
-
Method Details
-
tnsName
-
host
-
port
-
name
-
user
-
pass
-
platform
-
poolSize
-
displayName
Description copied from interface:DbOptions
Returns the display name for the database connection details.- Specified by:
displayName
in interfaceDbOptions
-