User: rt Date: 2006/07/26 00:21:00 Modified: dba/connectivity/inc/connectivity/dbmetadata.hxx
Log: INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 08:06:22 fs 1.2.2.1: #i67260# +restrictIdentifiersToSQL92 File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbmetadata.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbmetadata.hxx?r1=1.2&r2=1.3 Delta lines: +10 -3 -------------------- --- dbmetadata.hxx 10 Jul 2006 14:16:17 -0000 1.2 +++ dbmetadata.hxx 26 Jul 2006 07:20:57 -0000 1.3 @@ -115,6 +115,13 @@ default-constructed and does not have a connection, yet. */ bool SAL_CALL supportsSubqueriesInFrom() const; + + /** determines whether names in the database should be restricted to SQL-92 identifiers + + Effectively, this method checks the EnableSQL92Check property of the data source settings, + if present. + */ + bool SAL_CALL restrictIdentifiersToSQL92() const; }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
