The world's most popular open source database
Contact a MySQL Representative
Login | Register
Column::getNullable()
Description. This method is used to determine whether the column can be set to NULL.
NULL
Signature.
bool getNullable ( void ) const
Parameters. None.
Return Value. A Boolean value: true if the column can be set to NULL, otherwise false.
true
false