// Don't throw an error in bind when we try to update the
// autoincrement column.
lcc.setAutoincrementUpdate(true);
lcc.autoincrementCreateCounter(td.getSchemaName(),
td.getName(),
columnName, new Long(initial),
increment, 0);
// the sql query is.
// UPDATE table