The indicated method is not supported or not implemented in the JDBC driver for the Content Engine. This field is read-only.


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

Syntax

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

See Also