Fixed javadoc
This commit is contained in:
parent
a881688667
commit
b1876862e8
|
@ -229,15 +229,9 @@ public class Access extends BaseRest {
|
|||
* https://orientdb.com/docs/last/SQL-Syntax.html </a> <br />
|
||||
* <br />
|
||||
*
|
||||
* e.g. GET /access/query?q=SELECT FROM V&limit=20&fetchPlan=*:-1
|
||||
* e.g. GET /access/query?q=SELECT FROM V
|
||||
*
|
||||
* @param query Defines the query to send to the backend.
|
||||
* @param limit Defines the number of results you want returned (default 20, use -1 to unbounded results)
|
||||
* @param fetchPlan
|
||||
* Defines the fetching strategy you want to use. See
|
||||
* <a href="https://orientdb.com/docs/last/Fetching-Strategies.html" target="_blank">
|
||||
* https://orientdb.com/docs/last/Fetching-Strategies.html
|
||||
* </a>
|
||||
* @param raw request a raw response (not a Element based response)
|
||||
* @return The JSON representation of the result
|
||||
* @throws InvalidQueryException if the query is invalid or not idempotent
|
||||
|
|
Loading…
Reference in New Issue