bind abstract method

PgResultStream bind(
  1. Object? parameters
)

Implementation

PgResultStream bind(
    Object? /* List<Object?|PgTypedParameter> | Map<String, Object?|PgTypedParameter> */
        parameters);