The operation is not allowed after ResultSet is closed. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly JDBC_RESULTSET_CLOSED_ERROR As ExceptionCode
C#
public static readonly ExceptionCode JDBC_RESULTSET_CLOSED_ERROR;
C++
public:
 static const ExceptionCode JDBC_RESULTSET_CLOSED_ERROR;
J#
public static final ExceptionCode JDBC_RESULTSET_CLOSED_ERROR
JScript
public static const var JDBC_RESULTSET_CLOSED_ERROR : ExceptionCode;

See Also