Method: RSQL::MySQLResults.conn

Defined in:
lib/rsql/mysql_results.rb

.connObject

Get the underlying MySQL connection object in use.



64
# File 'lib/rsql/mysql_results.rb', line 64

def conn; @@conn; end