// no batching is done, queries are translated
// for each batch set, since prepared statements
// may be different depending on whether LOBs are NULL or not..
LOBBatchQueryWrapper selectQuery = new LOBBatchQueryWrapper(query);
List<DbAttribute> qualifierAttributes = selectQuery
.getDbAttributesForLOBSelectQualifier();
boolean isLoggable = QueryLogger.isLoggable();
query.reset();
while (selectQuery.next()) {
int updated = 0;
String updateStr = queryBuilder.createSqlString(query);
// 1. run row update
QueryLogger.logQuery(updateStr, Collections.EMPTY_LIST);