* Assume that the sequence exists.
*/
public void alterOnDatabase(AbstractSession session) throws EclipseLinkException {
// Bug# 242120: Let the DatabaseException propagate and do not call
// createOnDatabase(session) which would cause an infinite loop on a JTA connection
session.priviledgedExecuteNonSelectingCall(new SQLCall(buildAlterIncrementWriter(session, new StringWriter()).toString()));
}