Web Service > Web Service Operations > Working with SQL Objects of Repository
This section contains description of operations that are used to work with various SQL objects of repository: Query, DBMS Command, Procedure. The operations enable the user to execute the following actions:
Work with SQL object structure (get and edit a query and object parameters).
Get results of SQL object execution.
Operation | Brief description | |
![]() |
CloseDbCommand | The CloseDbCommand operation closes the SQL object open instance. |
![]() |
GetDbCommand | The GetDbCommand operation gets metadata of SQL object of the repository. |
![]() |
OpenDbCommand | The OpenDbCommand operation opens the SQL object and returns the context for working with it. |
![]() |
SetDbCommand | The SetDbCommand operation changes metadata of SQL object of the repository. |
See also: