skip to main content
Implementing SQL pass-through mode : Selective SQL pass-through : Scalar functions
 

Scalar functions

By default, for a query, the OpenAccess SDK validates scalar functions. In addition, you can designate the IP to validate functions by using the IP_INFO_VALIDATE_SCALAR_FUNC information type. When this information type is set to FALSE, the IP takes up the responsibility of scalar function validation.
For more information on IP_INFO_VALIDATE_SCALAR_FUNC, refer to OpenAccess SDK SQL Engine Programmer’s Reference for Java, OpenAccess SDK SQL Engine Programmer’s Reference for C/C++, and OpenAccess SDK SQL Engine Programmer’s Reference for Java.