tableStaticMethodStr Function

Validates that the specified static method exists in the specified table; if not, a compiler error occurs.


str tableStaticMethodStr(int table, int method)

Parameter

Description

table

The name of the table.

method

The name of the static method to validate.

The name of the specified static method.

This function is an intrinsic function, which is a metadata assertion function. Intrinsic functions take arguments that represent entities in the Application Object Tree (AOT) and validate these arguments at compile time. They have no effect at run time.

Community Additions

ADD
Show: