The current offset does not change and ends up one past the end of the string. @return
920921922923924925926927928929930
} } } str.setOffset(str.totalLength()-2); str.truncate(); if (this.getForUpdate() && this.getDBSession().getDBVendorType() == Constants.DB_VT_SYBASE) { str.concat(" holdlock"); }
947948949950951952953954955956957