# File lib/dbd/mysql/database.rb, line 345 345: def __createdb(db) 346: @handle.create_db(db) 347: end