PostgresqlInt class

Inheritance

Constructors

PostgresqlInt()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pgType → Type<Object>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → TypeCheck<int>
no setterinherited

Methods

decode(dynamic value) int?
inherited
encode(int? value) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sqlLiteral(int? value) Sql
inherited
sqlParam(int? value) Sql
inherited
toString() String
A string representation of this object.
inherited

Operators

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