Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-postgres-source
/
xtdb.postgres
/
PostgresRemote
/
Factory
Factory
@
Serializable
@
SerialName
(
value
=
"!Postgres"
)
data
class
Factory
(
val
hostname
:
String
,
val
port
:
Int
=
5432
,
val
database
:
String
,
val
username
:
String
,
val
password
:
String
)
:
Remote.Factory
<
PostgresRemote
>
Members
Constructors
Factory
Link copied to clipboard
constructor
(
hostname
:
String
,
port
:
Int
=
5432
,
database
:
String
,
username
:
String
,
password
:
String
)
Properties
database
Link copied to clipboard
val
database
:
String
hostname
Link copied to clipboard
val
hostname
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
username
Link copied to clipboard
val
username
:
String
Functions
open
Link copied to clipboard
open
override
fun
open
(
)
:
PostgresRemote