HHH-7298 sybase ase 15.7 doesn't support lock timeout in statement level

This commit is contained in:
Strong Liu 2012-06-04 11:00:11 +08:00
parent e26b8be6a5
commit ab8930d925
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ public class SybaseASE157Dialect extends SybaseASE15Dialect {
return " lock datarows"; return " lock datarows";
} }
@Override
public boolean supportsLockTimeouts() {
return true;
}
// support Lob Locator // support Lob Locator
@Override @Override
public boolean supportsExpectedLobUsagePattern() { public boolean supportsExpectedLobUsagePattern() {