class Bricolage::PSQLTask::SQLAction
Attributes
statement[R]
Public Class Methods
new(stmt)
click to toggle source
# File lib/bricolage/psqldatasource.rb, line 176 def initialize(stmt) @statement = stmt end