HHH-6852 DB2 doesn't support exists in select

This commit is contained in:
Strong Liu 2011-11-26 00:45:49 +08:00
parent d7f3042e5b
commit 9e45ec3baf
1 changed files with 4 additions and 0 deletions

View File

@ -311,6 +311,10 @@ public String getLimitString(String sql, int offset, int limit) {
return false;
}
public boolean supportsExistsInSelect() {
return false;
}
public String getSelectClauseNullString(int sqlType) {
String literal;
switch(sqlType) {