public static class DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck extends Object implements DialectCheck
Constructor and Description |
---|
SupportsResultSetPositioningOnForwardOnlyCursorCheck() |
Modifier and Type | Method and Description |
---|---|
boolean |
isMatch(Dialect dialect)
Does the given dialect match the defined check?
|
public SupportsResultSetPositioningOnForwardOnlyCursorCheck()
public boolean isMatch(Dialect dialect)
DialectCheck
isMatch
in interface DialectCheck
dialect
- The dialect against which to checktrue
if it matches; false
otherwise.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.