Sequel::SQL::Expression
Represents all columns in a given table, table.* in SQL
The table containing the columns being selected
Create an object with the given table
# File lib/sequel/sql.rb, line 1003 1003: def initialize(table) 1004: @table = table 1005: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.