SQLPStatement.makeNULL
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Sets the value of an SQL statement's input parameter
to NULL. This method is common to the SQLCursor, SQLIStatement, and SQLPStatement classes.
This method is redundant with using the setParam method
to set an SQL statement's input parameter to NULL.