PostgresqlText class
- Inheritance
-
- Object
- PostgresqlDataType<
String> - PostgresqlText
Constructors
- PostgresqlText()
-
const
Properties
Methods
-
decode(
dynamic value) → String? -
inherited
-
encode(
String? value) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sqlLiteral(
String? value) → Sql -
inherited
-
sqlParam(
String? value) → Sql -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited