![]() |
rasdaman client API 10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
Go to the source code of this file.
Classes | |
| class | r_OQL_Query |
| The global function r_oql_execute() is used to invoke RasML queries. More... | |
Functions | |
| void | r_oql_execute (r_OQL_Query &query, r_Set< r_Ref_Any > &result, r_Transaction *transaction=NULL) |
| The free standing function r_oql_execute is called to execute a retrieval query. | |
| void | r_oql_execute (r_OQL_Query &query, r_Set< r_Ref< r_GMarray > > &result, r_Transaction *transaction=NULL) |
| The function is used to execute retrieval queries with the result set being of type r_Set< r_Ref< r_GMarray > >. | |
| void | r_oql_execute (r_OQL_Query &query, r_Set< r_Ref_Any > &result, int dummy, r_Transaction *transaction=NULL) |
| The free standing function r_oql_execute is called to execute an insert query that returns the OID that has been inserted. | |
| void | r_oql_execute (r_OQL_Query &query, r_Transaction *transaction=NULL) |
| The free standing function r_oql_execute is called to execute an update / delete query. | |