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:

Operations

  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:

Web Service Operations