Module: Ronin

Defined in:
lib/ronin/sql/clauses.rb,
lib/ronin/sql/sql.rb,
lib/ronin/sql/field.rb,
lib/ronin/sql/clause.rb,
lib/ronin/sql/fields.rb,
lib/ronin/sql/emitter.rb,
lib/ronin/sql/literal.rb,
lib/ronin/sql/version.rb,
lib/ronin/sql/function.rb,
lib/ronin/sql/literals.rb,
lib/ronin/sql/emittable.rb,
lib/ronin/sql/functions.rb,
lib/ronin/sql/injection.rb,
lib/ronin/sql/operators.rb,
lib/ronin/sql/statement.rb,
lib/ronin/sql/statements.rb,
lib/ronin/sql/unary_expr.rb,
lib/ronin/sql/binary_expr.rb,
lib/ronin/sql/injection_expr.rb,
lib/ronin/sql/statement_list.rb

Overview

Ronin SQL - A Ruby DSL for crafting SQL Injections.

Copyright (c) 2007-2013 Hal Brodigan (postmodern.mod3 at gmail.com)

This file is part of Ronin SQL.

This program 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 2 of the License, or (at your option) any later version.

This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Defined Under Namespace

Modules: SQL