DatabaseMetaData.nullPlusNonNullIsNull
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean nullPlusNonNullIsNull() throws SQLException
Returns
     true if so
    Description
 Are concatenations between NULL and non-NULL values NULL?
 A JDBC-Compliant driver always returns true.
  
Exceptions
 SQLException
     if a database-access error occurs.