Sha256: 8e2f3d4583cf9bd2a19bbe120b6dfdfe604c04db4f9938242e95ea0bf08e03de

Contents?: true

Size: 151 Bytes

Versions: 8

Compression:

Stored size: 151 Bytes

Contents

module OrientDB

  class SqlQuery

    def inspect
      %{#<OrientDB::SqlQuery:#{name} text="#{text}">}
    end

    alias :to_s :inspect

  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
orientdb-0.0.12-jruby lib/orientdb/sql_query.rb
orientdb-0.0.11-jruby lib/orientdb/sql_query.rb
orientdb-0.0.10-jruby lib/orientdb/sql_query.rb
orientdb-0.0.9-jruby lib/orientdb/sql_query.rb
orientdb-0.0.8-jruby lib/orientdb/sql_query.rb
orientdb-0.0.7-jruby lib/orientdb/sql_query.rb
orientdb-0.0.6-jruby lib/orientdb/sql_query.rb
orientdb-0.0.5-jruby lib/orientdb/sql_query.rb