Constant | Description |
|
dbCriteriaKey | (Default) Uses just the key column(s) in the WHERE clause. |
dbCriteriaModValues | Uses the key column(s) and all updated columns in the WHERE clause. |
dbCriteriaAllCols | Uses the key column(s) and all the columns in the WHERE clause. |
dbCriteriaTimeStamp | Uses just the timestamp column if available (will generate a run-time error if no timestamp column is in the result set). |
dbCriteriaDeleteInsert | Uses a set of DELETE and INSERT statements for each modified row. |
dbCriteriaUpdate | (Default) Uses an UPDATE statement for each modified row. |