selectMap abstract method

ResultSet selectMap(
  1. Map<String, Object?> parameters
)

Selects all rows into a ResultSet.

Similar to executeMap, parameters are bound by their name instead of their index.

Implementation

ResultSet selectMap(Map<String, Object?> parameters);