189 190 191 192
# File 'lib/sqlstmt/sqlstmt.rb', line 189 def outfile(str) @outfile = " INTO OUTFILE #{str}" return self end