The ISQLCommandInstance interface contains properties and methods used to execute and access results of DBMS commands execution.
| Property name | Brief description | |
| Database | The Database property returns an object allowing to get access to the objects stored in database. |
| Method name | Brief description | |
| Execute | The Execute method runs DBMS command on execution and returns the quantity of processed records. |
See also: