toggle menu
exposed-vertx-sql-client
jvm
switch theme
search in API
exposed-vertx-sql-client-postgresql
/
com.huanshankeji.exposedvertxsqlclient
/
ConnectionConfig
Connection
Config
sealed
interface
ConnectionConfig
(
source
)
Inheritors
Socket
UnixDomainSocketWithPeerAuthentication
Members
Types
Socket
Link copied to clipboard
class
Socket
(
val
host
:
String
,
val
port
:
Int
?
=
null
,
val
user
:
String
,
val
password
:
String
,
val
database
:
String
)
:
ConnectionConfig
Unix
Domain
Socket
With
Peer
Authentication
Link copied to clipboard
class
UnixDomainSocketWithPeerAuthentication
(
val
path
:
String
,
val
role
:
String
,
val
database
:
String
)
:
ConnectionConfig
Properties
database
Link copied to clipboard
abstract
val
database
:
String
user
And
Role
Link copied to clipboard
abstract
val
userAndRole
:
String