SQLUpdater Constructor |
Name | Description | |
---|---|---|
SQLUpdater |
The default constructor.
| |
SQLUpdater(String) |
Constructor with table name.
Note: You must use the SQLUpdater(IDatabase, String, String) constructor in order to
use AddColumnPerSchema(String, Object, SQLColumnFlags).
| |
SQLUpdater(String, String) |
Constructor with table name and where clause.
Note: You must use the SQLUpdater(IDatabase, String, String) constructor in order to
use AddColumnPerSchema(String, Object, SQLColumnFlags).
| |
SQLUpdater(IDatabase, String, String) |
Full constructor which allows for use of AddColumnPerSchema(String, Object, SQLColumnFlags) and Execute(SQLHelperFlags, String).
|