# File lib/tapkit/access/sql.rb, line 918
                def select_statement( attributes, lock, fetch_spec, entity )
                        expr = expression_class.new(entity, @encoding)
                        expr.prepare_select(attributes, lock, fetch_spec)
                        expr
                end