summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-08 08:12:03 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-08 08:12:03 +0100
commit2eec0edf163b369aacb2df09c62b11abdec6cd40 (patch)
treea3c79fe0bff72758c8c22560498bd3ef6a9f7dec /connectivity/source/inc/mysql
parent3a654009a49750e5d515a9146dbab701969b4c08 (diff)
dba33e: #i107315# convert SQL statement to MySQL notation
Diffstat (limited to 'connectivity/source/inc/mysql')
-rw-r--r--connectivity/source/inc/mysql/YTables.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/inc/mysql/YTables.hxx b/connectivity/source/inc/mysql/YTables.hxx
index 55768286ada7..d60c919daae0 100644
--- a/connectivity/source/inc/mysql/YTables.hxx
+++ b/connectivity/source/inc/mysql/YTables.hxx
@@ -74,6 +74,11 @@ namespace connectivity
can contain () which have to filled with values
*/
static ::rtl::OUString getTypeString(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
+
+ /** convert the sql statement to fit MySQL notation
+ @param _sSql in/out
+ */
+ static ::rtl::OUString adjustSQL(const ::rtl::OUString& _sSql);
};
}
}