Represents all columns in a given table, table.* in SQL
Attributes
table | [R] |
The table containing the columns being selected |
Public Class methods
new
(table)
Create an object with the given table
[show source]
# File lib/sequel/sql.rb, line 1113 def initialize(table) @table = table end