database ~master (2022-04-05T00:24:22.644783)
Dub
Repo
ConnectionNotice
database
postgresql
connection
Undocumented in source.
struct
ConnectionNotice {
enum
Severity
;
Severity
severity
;
uint
position
;
const
(
char
)[]
message
;
const
(
char
)[]
code
;
const
(
char
)[]
hint
;
const
(
char
)[]
detail
;
const
(
char
)[]
where
;
const
(
char
)[]
schema
;
const
(
char
)[]
table
;
const
(
char
)[]
column
;
const
(
char
)[]
type
;
const
(
char
)[]
constraint
;
string
toString
();
void
toString
(W writer);
}
Members
Enums
Severity
enum
Severity
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(W writer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
const
(
char
)[]
code
;
Undocumented in source.
column
const
(
char
)[]
column
;
Undocumented in source.
constraint
const
(
char
)[]
constraint
;
Undocumented in source.
detail
const
(
char
)[]
detail
;
Undocumented in source.
hint
const
(
char
)[]
hint
;
Undocumented in source.
message
const
(
char
)[]
message
;
Undocumented in source.
position
uint
position
;
Undocumented in source.
schema
const
(
char
)[]
schema
;
Undocumented in source.
severity
Severity
severity
;
Undocumented in source.
table
const
(
char
)[]
table
;
Undocumented in source.
type
const
(
char
)[]
type
;
Undocumented in source.
where
const
(
char
)[]
where
;
Undocumented in source.
Meta
Source
See Implementation
database
postgresql
connection
classes
Connection
enums
ConnectionOptions
properties
placeholders
structs
ConnectionNotice
ConnectionStatus