execute method

StreamedFuture execute(
  1. String sql
)
override

Executes the given sql statement and returns the result.

Implementation

StreamedFuture execute(String sql) => _conn.execute(sql);