The value for setFetchSize() is invalid. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly JDBC_STATEMENT_FETCH_SIZE_ERROR As ExceptionCode |
C# |
---|
public static readonly ExceptionCode JDBC_STATEMENT_FETCH_SIZE_ERROR; |
C++ |
---|
public: static const ExceptionCode JDBC_STATEMENT_FETCH_SIZE_ERROR; |
J# |
---|
public static final ExceptionCode JDBC_STATEMENT_FETCH_SIZE_ERROR |
JScript |
---|
public static const var JDBC_STATEMENT_FETCH_SIZE_ERROR : ExceptionCode; |
See Also