execute abstract method

StreamedFuture execute(
  1. String sql
)

Executes the given sql statement and returns the result.

Implementation

StreamedFuture execute(String sql);