toggle menu
exposed-vertx-sql-client
jvm
switch theme
search in API
exposed-vertx-sql-client-postgresql
/
com.huanshankeji.exposedvertxsqlclient
/
ConnectionConfig
/
Socket
Socket
class
Socket
(
val
host
:
String
,
val
port
:
Int
?
=
null
,
val
user
:
String
,
val
password
:
String
,
val
database
:
String
)
:
ConnectionConfig
(
source
)
Members
Constructors
Socket
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
?
=
null
,
user
:
String
,
password
:
String
,
database
:
String
)
Properties
database
Link copied to clipboard
open
override
val
database
:
String
host
Link copied to clipboard
val
host
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
?
=
null
user
Link copied to clipboard
val
user
:
String
user
And
Role
Link copied to clipboard
open
override
val
userAndRole
:
String