factory for collection interfaces
Inheritance:
Public Methods
-
UAKGCollection create_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
- queryText - select <field_list> from <table_list> where <conditions> [order by <field_list>]
-
UAKGKeyCollection create_key_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
- queryText - select <field_list> from <table_list> where <conditions> [order by <field_list>] with key [key-fields-list]
-
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
factory for collection interfaces
UAKGCollection create_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
queryText - select <field_list> from <table_list> where <conditions> [order by <field_list>]
UAKGKeyCollection create_key_collection( in string queryText ) raises(CosQuery::QueryInvalid, CosQuery::QueryProcessingError)
-
queryText - select <field_list> from <table_list> where <conditions> [order by <field_list>] with key [key-fields-list]
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)
- Direct child classes:
- QueryManager
Alphabetic index
This page was generated with the help of DOC++.