select method

QueryResult select(
  1. String sql
)

Implementation

QueryResult select(String sql) {
  return _sqliteDb.select(sql);
}