Libraries
»
orientdb_client
(0.0.9)
»
Index
»
OrientdbClient
»
Client
»
#command
Method: OrientdbClient::Client#command
Defined in:
lib/orientdb_client.rb
#
command
(sql) ⇒
Object
121 122 123
# File 'lib/orientdb_client.rb', line 121
def
command
(
sql
)
@node
.
command
(
sql
)
end