getClassNumber

getClassNumber(pSchemaName: String;
               pClassName:  String): Integer;

The getClassNumber method of the JadeAuditAccess class returns the class number of the class with schema name and class name specified by the values of the pSchemaName and pClassName parameters, respectively.

A return value of zero (0) indicates that there is no class with the specified class name in the specified schema.