Module: FlattenDB

Extended by:
FlattenDB
Included in:
FlattenDB
Defined in:
lib/flattendb/cli.rb,
lib/flattendb.rb,
lib/flattendb/base.rb,
lib/flattendb/version.rb,
lib/flattendb/types/mdb.rb,
lib/flattendb/types/mysql.rb

Overview

#

A component of flattendb, the relational database flattener. #

#

Copyright © 2007 University of Cologne, #

Albertus-Magnus-Platz,                                   #
50932 Cologne, Germany                                   #
                                                         #

Authors: #

Jens Wille <[email protected]>                                    #
                                                                        #

flattendb is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation; either version 3 of the License, or (at your option) # any later version. #

#

flattendb is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. #

#

You should have received a copy of the GNU General Public License along # with flattendb. If not, see <www.gnu.org/licenses/>. #

#

++

Defined Under Namespace

Modules: CLI, Version Classes: Base, MDB, MySQL

Constant Summary collapse

VERSION =
Version.to_s

Instance Method Summary collapse

Instance Method Details

#[](type) ⇒ Object



36
37
38
# File 'lib/flattendb.rb', line 36

def [](type)
  Base[type]
end