Class: OrientDB::SQL::SQLSynchQuery
- Inherits:
-
Object
- Object
- OrientDB::SQL::SQLSynchQuery
- Defined in:
- lib/orientdb/sql.rb
Instance Method Summary collapse
- #inspect ⇒ Object (also: #to_s)
Instance Method Details
#inspect ⇒ Object Also known as: to_s
4 5 6 |
# File 'lib/orientdb/sql.rb', line 4 def inspect %{#<OrientDB::SQLSynchQuery:#{name} text="#{text}">} end |