module DBI::DBD::Mysql
DBD::Mysql - Database Driver for the MySQL database system.
Requires DBI and the 'mysql' gem or package to work.
Only things that extend DBI's results are documented.
Constants
- DESCRIPTION
- MyError
- VERSION
Public Class Methods
driver_name()
click to toggle source
returns 'Mysql'
See DBI::TypeUtil#convert for more information.
# File lib/dbd/Mysql.rb, line 62 def self.driver_name "Mysql" end