db2ServerType = db2UDBV82OrLater;
}
// verify that database product is supported
if (db2ServerType == 0 || getMajorVersion() < 0)
throw new UnsupportedException(_loc.get("db-not-supported",
new Object[] {databaseProductName, databaseProductVersion }));
if (versionEqualOrLaterThan(9, 2)) {
supportsLockingWithMultipleTables = true;
supportsLockingWithInnerJoin = true;
supportsLockingWithOuterJoin = true;