HHH-3483 : DB2 does not support position queries on TYPE_FORWARD_ONLY ResultSets
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b20825d1c9
commit
3a23f9d1b8
|
@ -380,6 +380,10 @@ public class DB2Dialect extends Dialect {
|
|||
return false;
|
||||
}
|
||||
|
||||
public boolean supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
public boolean supportsEmptyInList() {
|
||||
|
|
Loading…
Reference in New Issue