Sha256: 038eddc0a11ac9f79a6ee520f7b20cc43302b636f644228d84675006d28b9bae

Contents?: true

Size: 288 Bytes

Versions: 12

Compression:

Stored size: 288 Bytes

Contents

class Simple::SQL::Connection::Scope
  def all(into: :struct)
    connection.all(self, into: into)
  end

  def first(into: :struct)
    connection.ask(self, into: into)
  end

  def print(*args, io: STDOUT, width: :auto)
    connection.print(self, *args, io: io, width: width)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
simple-sql-0.5.37 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.36 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.35 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.34 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.33 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.32 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.31 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.30 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.29 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.28 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.27 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.26 lib/simple/sql/connection/scope/shorthand.rb