query: query

Description Usage Arguments Details Value Author(s) Examples

View source: R/query.r

Description

Query an OrientDB database

Usage

1
query(db, query, limit = -1)

Arguments

db

An OrientDB Object generated by dbInfo

query

The query to be executed

limit

The maximum number of records to be returned. BY default it is set to -1 to return all records

Details

Runs the supplied query againast the database

Value

A response object holding the results

Author(s)

Jared P. Lander

Examples

1
2
3
4
5
6
## Not run: 
db <- dbInfo(host='127.0.0.1', database='GratefulDeadConcerts',
             username='admin', password='admin', port='2480')
query(db, 'SELECT * FROM V')

## End(Not run)

jaredlander/OrientExpress documentation built on May 18, 2019, 3:46 p.m.