The IMetabaseUpdateSqlNode interface contains properties of the SQL Command update object.
Property name | Brief description | |
Database | The Database property determines a key of database, SQL query is executed to connect with it. | |
DatabaseNode | The DatabaseNode property returns the DB, to which SQL query is executed as an update object. | |
IgnoreErrors | The IgnoreErrors property determines whether it is possible to pass SQL command if an error occurs during its execution. | |
IsDatabaseValid | The IsDatabaseValid property returns whether there is a database, to which SQL command executes query in the current repository. | |
Sql | The Sql property determines a query text of SQL command executed on update. |
Property name | Brief description | |
Condition | The Condition property returns the condition, which execution leads to object update. | |
CustomProperties | The CustomProperties property returns the collection of custom metadata of update object. | |
Enabled | The Enabled property determines whether the object should be updated. | |
Index | The Index property returns the update object index. | |
Key | The Key property returns the update object key. | |
Label | The Label property determines an update object name. | |
NodeType | The NodeType property returns the update object type. | |
ParentNode | The ParentNode property returns the parent structure for the update object. |
Property name | Brief description | |
ClearSql | The ClearSql method cleans SQL query text for all drivers. | |
SetDefaultSql | The SetDefaultSql method assigns SQL query text used for all DBMS by default. |
Method name | Brief description | |
Prepare | The Prepare method prepares the object for update. |
See also: