Class: DBI::YML

Inherits:
DBRC
  • Object
show all
Defined in:
lib/dbi/dbrc.rb

Overview

A subclass of DBRC designed to handle .dbrc files in YAML format. The public methods of this class are identical to DBRC.

Constant Summary

Constants inherited from DBRC

DBRC::VERSION, DBRC::WINDOWS

Instance Attribute Summary

Attributes inherited from DBRC

#database, #dbrc_dir, #dbrc_file, #driver, #dsn, #interval, #maximum_reconnects, #password, #timeout, #user

Method Summary

Methods inherited from DBRC

#initialize, #inspect

Constructor Details

This class inherits a constructor from DBI::DBRC