nullPlusNonNullIsNull()

Syntax:

boolean nullPlusNonNullIsNull()
                              throws SQLException

Description:

Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs