ParamSql class

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<SqlSegment>
final

Methods

add(ParamSql sql) → void
addParam(dynamic value, PostgreSQLDataType type) → void
addSegment(SqlSegment segment) → void
addSql(String sql) → void
clone() ParamSql
getSubstitutionValues() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
wrap() → void

Operators

operator +(ParamSql sql) ParamSql
operator ==(Object other) bool
The equality operator.
inherited

Static Methods

param<T extends Object>(T? value, PgDataType<T> type) ParamSql