Class: DBI::DBRC::JSON

Inherits:
DBI::DBRC show all
Defined in:
lib/dbi/dbrc/json.rb

Overview

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

Constant Summary

Constants inherited from DBI::DBRC

VERSION, WINDOWS, YAML

Instance Attribute Summary

Attributes inherited from DBI::DBRC

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

Method Summary

Methods inherited from DBI::DBRC

#initialize, #inspect

Constructor Details

This class inherits a constructor from DBI::DBRC