Notice class

deno-postgres@v0.17.0/Notice.

Annotations

Constructors

Notice({required String severity, required String code, required String message, String? detail, String? hint, String? position, String? internalPosition, String? internalQuery, String? where, String? schema, String? table, String? column, String? dataType, String? constraint, String? file, String? line, String? routine})
deno-postgres@v0.17.0/Notice.
factory

Properties

code String
deno-postgres@v0.17.0/Notice/code.
read-only
column String?
deno-postgres@v0.17.0/Notice/column.
read-only
constraint String?
deno-postgres@v0.17.0/Notice/constraint.
read-only
dataType String?
deno-postgres@v0.17.0/Notice/dataType.
read-only
detail String?
deno-postgres@v0.17.0/Notice/detail.
read-only
file String?
deno-postgres@v0.17.0/Notice/file.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
hint String?
deno-postgres@v0.17.0/Notice/hint.
read-only
internalPosition String?
deno-postgres@v0.17.0/Notice/internalPosition.
read-only
internalQuery String?
deno-postgres@v0.17.0/Notice/internalQuery.
read-only
line String?
deno-postgres@v0.17.0/Notice/line.
read-only
message String
deno-postgres@v0.17.0/Notice/message.
read-only
position String?
deno-postgres@v0.17.0/Notice/position.
read-only
routine String?
deno-postgres@v0.17.0/Notice/routine.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
schema String?
deno-postgres@v0.17.0/Notice/schema.
read-only
severity String
deno-postgres@v0.17.0/Notice/severity.
read-only
table String?
deno-postgres@v0.17.0/Notice/table.
read-only
where String?
deno-postgres@v0.17.0/Notice/where.
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited