Try OpenEdge Now
skip to main content
SQL Reference
JDBC Reference : Java Class Reference : SQLPStatement : SQLPStatement.makeNULL
 
SQLPStatement.makeNULL
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.
* Format
* Returns
* Parameter
* Throws