Sequel::ASTTransformer
Handles qualifying existing datasets, so that unqualified columns in the dataset are qualified with a given table name.
Store the dataset to use as the basis for qualification, and the table used to qualify unqualified columns.
# File lib/sequel/ast_transformer.rb, line 82 def initialize(ds, table) @ds = ds @table = table end
[Validate]
Generated with the Darkfish Rdoc Generator 2.