bind abstract method

ResultStream bind(
  1. Object? parameters
)

Implementation

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