Tag: cws_src680_qiq User: fs Date: 06/06/01 02:42:00 Modified: /dba/connectivity/inc/connectivity/ dbtools.hxx
Log: #i51143# export isValidSQLName File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbtools.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbtools.hxx?r1=1.29.96.2&r2=1.29.96.3 Delta lines: +13 -2 -------------------- --- dbtools.hxx 23 May 2006 13:02:10 -0000 1.29.96.2 +++ dbtools.hxx 1 Jun 2006 09:41:57 -0000 1.29.96.3 @@ -4,9 +4,9 @@ * * $RCSfile: dbtools.hxx,v $ * - * $Revision: 1.29.96.2 $ + * $Revision: 1.29.96.3 $ * - * last change: $Author: fs $ $Date: 2006/05/23 13:02:10 $ + * last change: $Author: fs $ $Date: 2006/06/01 09:41:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -514,8 +514,19 @@ /** create a name which is a valid SQL 92 identifier name @param _rName the string which should be converted @param _rSpecials @see com.sun.star.sdbc.XDatabaseMetaData.getExtraNameCharacters + + @see isValidSQLName */ ::rtl::OUString convertName2SQLName(const ::rtl::OUString& _rName,const ::rtl::OUString& _rSpecials); + + /** checks whether the given name is a valid SQL name + + @param _rName the string which should be converted + @param _rSpecials @see com.sun.star.sdbc.XDatabaseMetaData.getExtraNameCharacters + + @see convertName2SQLName + */ + sal_Bool isValidSQLName( const ::rtl::OUString& _rName, const ::rtl::OUString& _rSpecials ); void showError( const SQLExceptionInfo& _rInfo, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& _pParent, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
