| index.insert(block,
rowOffset + _columnOffset, getLength(),
rowAddr,
false);
} catch (SqlIndexAlreadyExistsException e) {
throw new SqlIndexAlreadyExistsException(L.l("StringColumn '{0}.{1}' unique index set failed for {2}\n{3}",
getTable().getName(),
getName(),
getDebugString(block, rowOffset),
e.toString()),
e);
|