ORM class is the state manager for the Moxygen library. It is responsble for managing the state of the library's settings and context. It's named ORM because Salesforce is an ORM, and unfortunately, the Database namespace is already taken.
Group Moxygen
Sets the isBacktickReplaceEnabled flag to false
public static void disableBacktickReplacement()
void
Sets the isBacktickReplaceEnabled flag to true
public static void enableBacktickReplacement()
void
Returns whether backtick replacement is enabled
public static Boolean isBacktickReplacementEnabled()
Boolean
,[object Object]
Returns if the current context is a unit test
public static Boolean isUnitTest()
Boolean
,[object Object]
Validates that the current context is a unit test
public static void validateUnitTestContext()
void
NoAccessException: