-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Just by looking at the query execution API provided by the java driver, there is no easy way to tell which method is to be used to execute a standard AQL query:
Even if I do not consider the deprecated methods (not on the picture) and the methods for Edge query and Vertext Query, there is still a bit of confusion there.
This helps a little bit but still does not cover all the available options. Stuff like executeAqlQueryJSON
returning String
and executeAqlQueryRaw
returning a CursorRawResult
which includes JSON strings make the whole thing even worse.
So, my question are:
- Are there any plans to simplify the API?
- Can somebody point to an example showing the usage of the different methods?
Metadata
Metadata
Assignees
Labels
No labels