Handles qualifying existing datasets, so that unqualified columns in the dataset are qualified with a given table name.
Public Class methods
new(table)
Set the table used to qualify unqualified columns
[show source]
# File lib/sequel/ast_transformer.rb 101 def initialize(table) 102 @table = table 103 end