Method: HMySql2#initialize
- Defined in:
- lib/hdb/hmysql2.rb
#initialize(host, port, dbname, user, password, timezone) ⇒ HMySql2
Returns a new instance of HMySql2.
32 33 34 35 36 37 |
# File 'lib/hdb/hmysql2.rb', line 32 def initialize(host, port, dbname, user, password, timezone) super(host, port, dbname, user, password, timezone, "hmysql2") @result = nil end |