interface for our QueryManager
Inheritance:
Public Fields
-
readonly attribute unsigned long number_of_queries
Public Methods
-
string get_username() raises(CosQuery::QueryProcessingError)
-
string get_dblink() raises(CosQuery::QueryProcessingError)
-
Query create_query(in string query, in string flags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid)
-
Query create(in string query, in string flags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid)
-
string get_property(in string property_name) raises(PropertyNotDefined)
-
long get_next_sequence_value(in string sequence_name) raises(CosQuery::QueryProcessingError, CosQuery::QueryInvalid, CosQuery::QueryTypeInvalid)
-
void destroy()
Public Methods
-
OctSeq evaluate_rc(in string queryText, in string queryFlags, in RecordDescription recordDescription_, in OctSeq params) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
RC::RecordSeq evaluate_records(in string queryText, in string queryFlags, in RecordDescription recordDescription_, in RC::RecordSeq params) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
RC::RecordSeq evaluate_record(in string queryText, in string queryFlags, in RecordDescription recordDescription_, in CosQueryCollection::Record params) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
OctSeq evaluate_rc_e(in string queryText, in string queryFlags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
RC::RecordSeq evaluate_records_e(in string queryText, in string queryFlags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
OctSeq evaluate_rc_inout(in string queryText, in string queryFlags, in RecordDescription recordDescription_, inout OctSeq params) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
RC::RecordSeq evaluate_records_inout(in string queryFlags, in string queryType, in RecordDescription recordDescription_, inout RC::RecordSeq params) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
Public Methods
-
UAKGCollection create_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
UAKGKeyCollection create_key_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
UAKGCollection create_collection_by_parts( in string selectPartText, in string fromPartText, in string wherePartText, in string orderByPartText) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
UAKGKeyCollection create_key_collection_by_parts( in string selectPartText, in string fromPartText, in string wherePartText, in string orderByPartText, in string keysPartText) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
Documentation
interface for our QueryManager
string get_username() raises(CosQuery::QueryProcessingError)
string get_dblink() raises(CosQuery::QueryProcessingError)
readonly attribute unsigned long number_of_queries
Query create_query(in string query, in string flags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid)
Query create(in string query, in string flags) raises(CosQuery::QueryTypeInvalid, CosQuery::QueryInvalid)
string get_property(in string property_name) raises(PropertyNotDefined)
long get_next_sequence_value(in string sequence_name) raises(CosQuery::QueryProcessingError, CosQuery::QueryInvalid, CosQuery::QueryTypeInvalid)
void destroy()
- This class has no child classes.
Alphabetic index
This page was generated with the help of DOC++.