Class: DBA::Find

Inherits:
RowCommand show all
Defined in:
lib/dba/find.rb

Instance Attribute Summary

Attributes inherited from Command

#database, #table_name

Instance Method Summary collapse

Methods inherited from Command

arity_check, #initialize

Constructor Details

This class inherits a constructor from DBA::Command

Instance Method Details

#call(table, identifier) ⇒ Object



2
3
4
5
6
7
# File 'lib/dba/find.rb', line 2

def call(table, identifier)
  super

  printer.print(row)
  printer.print_line
end