octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
driver
/
io.github.octaviusframework.driver.message.backend
/
ParameterStatusMessage
Parameter
Status
Message
internal
class
ParameterStatusMessage
(
val
name
:
String
,
val
value
:
String
)
:
BackendMessage
Information about connection parameter (Tag 'S').
Members
Constructors
Parameter
Status
Message
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String