DatabaseMetaData.getMaxBinaryLiteralLength
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract int getMaxBinaryLiteralLength() throws SQLException
Returns
     max literal length
    Description
 How many hex characters can you have in an inline binary literal?
  
Exceptions
 SQLException
     if a database-access error occurs.