DatabaseMetaData.supportsANSI92EntryLevelSQL
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsANSI92EntryLevelSQL() throws SQLException
Returns
     true if so
    Description
 Is the ANSI92 entry level SQL grammar supported?
 All JDBC-Compliant drivers must return true.
  
Exceptions
 SQLException
     if a database-access error occurs.