Method supportsANSI92EntryLevelSQL()
Return type: boolean
Member of: java.sql.DatabaseMetaData
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 System.out.println(" Entry-Level SQL92: " + m.supportsANSI92EntryLevelSQL());
2 assertTrue(dbmd.supportsANSI92EntryLevelSQL());
3 System.err.println("-"+(dma.supportsANSI92EntryLevelSQL()?" ":" doesn't ")+"support ANSI92 entry level");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.