Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.api
/
DataSource
/
ConnectionBuilder
/
ConnectionBuilder
Connection
Builder
@
JvmOverloads
constructor
(
host
:
String
,
port
:
Int
=
5432
,
user
:
String
?
=
null
,
password
:
String
?
=
null
,
database
:
String
=
"xtdb"
,
opts
:
Map
<
String
,
Any
?
>
=
emptyMap()
)