This contains constants for all the standard SQL states as well as
for those that are specific to Derby that our tests compare against
to make sure the right error is thrown.
It is important to use these constants rather than those in
org.apache.derby.shared.common.reference.SQLState.java because
(a) that class is not part of the public API and (b) that class contains
message ids, not SQL states.