select abstract method

Future<List<M>> select(
  1. String statement,
  2. QueryAble conn
)

Implementation

Future<List<M>> select(String statement, QueryAble conn);