ConnectionInfo.getDB

Retrieve a value from the key-value pair database

struct ConnectionInfo
T
getDB
(
T
)
(
string key
)

Parameters

key string

the key to lookup

Return Value

Type: T

the value as type T, if not able to convert then T.init

Throws

BirchwoodException if the key is not found

Meta