SQL Anywhere's implementation of KEYSET-DRIVEN cursors does not
permit absolute postioning. With jConnect as the driver, this support
will succeed because jConnect FETCHes the entire result set to the client
first; it will fail with the iAnywhere JDBC driver. Because the server
may decide to use a KEYSET cursor even if the cursor is declared as
FORWARD ONLY, this support is disabled.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override bool SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor {
bool get () override;
} |
See Also