 |
rasdaman client API
10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
Go to the documentation of this file.
142 bool startsWith(
const char *s,
const char *prefix)
const;
143 const char *skipComments(
const char *s)
const;
146 void replaceNextArgument(
const char *valueString);
149 char *queryString{NULL};
152 char *parameterizedQueryString{NULL};
std::int16_t r_Short
Definition: odmgtypes.hh:36
r_OQL_Query()=default
default constructor
std::uint32_t r_ULong
Definition: odmgtypes.hh:38
The class r_Ref_Any is defined to support a reference to any type.
Definition: ref.hh:64
int is_retrieval_query() const
returns true if the current query is an retrieval query (select)
References of type r_Ref in many respects behave like C++ pointers but provide an additional mechanis...
Definition: collection.hh:196
std::uint8_t r_Char
Definition: odmgtypes.hh:33
std::int32_t r_Long
Definition: odmgtypes.hh:37
int is_update_query() const
returns true if the current query is an update / delete one
void reset_query()
resets the expandation of the query string
const char * get_parameterized_query() const
gets the parameterized query string
Class r_Point represents an n-dimensional point vector.
Definition: point.hh:42
std::uint16_t r_UShort
Definition: odmgtypes.hh:35
The class implements a set container.
Definition: oqlquery.hh:31
Transactions can be started, committed, aborted, and checkpointed.
Definition: transaction.hh:49
const char * get_query() const
gets the expanded query string
r_OQL_Query & operator<<(const char *s)
The class represents a generic MDD in the sense that it is independent of the cell base type.
Definition: gmarray.hh:65
The spatial domain of an MDD is represented by an object of class r_Minterval.
Definition: minterval.hh:225
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.
const r_OQL_Query & operator=(const r_OQL_Query &q)
assignment operator
const r_Set< r_GMarray * > * get_constants() const
get mdd constants
The class represents an interval with lower and upper bound.
Definition: sinterval.hh:213
int is_insert_query() const
returns true if the current query is an insert one
The global function r_oql_execute() is used to invoke RasML queries.
Definition: oqlquery.hh:70