SQLUpdaterExecute Method |
Name | Description | |
---|---|---|
Execute(SQLHelperFlags, String) |
Execute the SQL INSERT statement. Note that embedded functions are always resolved.
Requires that the object was created with the SQLUpdater(IDatabase, String, String) constructor.
Note that prior to v4.5.1 this method did NOT return a value.
| |
Execute(IDatabase, SQLHelperFlags, String) |
Execute the SQL UPDATE statement. Note that embedded functions are always resolved.
Note that prior to v4.5.1 this method did NOT return a value.
| |
Execute(IDatabase, SQLHelperFlags, String, Int32) |
Execute the SQL UPDATE statement. Note that embedded functions are always resolved.
Note that prior to v4.5.1 this method did NOT return a value.
|