Tag: cws_src680_qiq
User: fs      
Date: 06/05/15 06:35:03

Modified:
 /dba/connectivity/inc/connectivity/
  sqlnode.hxx

Log:
 #i51143# +tableNameNodeToStr

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: sqlnode.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/sqlnode.hxx?r1=1.17.104.3&r2=1.17.104.4
Delta lines:  +11 -3
--------------------
--- sqlnode.hxx 15 May 2006 13:26:18 -0000      1.17.104.3
+++ sqlnode.hxx 15 May 2006 13:35:01 -0000      1.17.104.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlnode.hxx,v $
  *
- *  $Revision: 1.17.104.3 $
+ *  $Revision: 1.17.104.4 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/15 13:26:18 $
+ *  last change: $Author: fs $ $Date: 2006/05/15 13:35:01 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -408,6 +408,14 @@
                                                   const SQLParseNodeParameter& 
rParam) const;
                void tableRangeNodeToStr(::rtl::OUString& rString,
                                                                 const 
SQLParseNodeParameter& rParam) const;
+
+        /** parses a table_name node into a SQL statement particle.
+            @return
+                <TRUE/> if and only if parsing was successful, <FALSE/> if 
default handling should
+                be applied.
+        */
+               bool tableNameNodeToStr( ::rtl::OUString& rString, const 
SQLParseNodeParameter& rParam ) const;
+
                sal_Bool addDateValue(::rtl::OUString& rString, const 
SQLParseNodeParameter& rParam) const;
                ::rtl::OUString convertDateTimeString(const 
SQLParseNodeParameter& rParam, const ::rtl::OUString& rString) const;
                ::rtl::OUString convertDateString(const SQLParseNodeParameter& 
rParam, const ::rtl::OUString& rString) const;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to