summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-20 14:07:37 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-20 21:37:50 +0100
commit84286f674bffaa2b9de44341a2f2700aa4352d86 (patch)
tree2ece2d8f02031fe67220e961d7b67c9c4ee3fd28 /include/connectivity
parent4eaca49a5ae7a70b18688b0ebb5ee6bb51f03927 (diff)
Rearrange createStandardTypePart to not include extraneous parameters.
We specifically only want the type identifier but not any autoincrement/ nullabe parameters which have to be modified separately in some databases (e.g. firebird). Change-Id: I8b33bae8ce4aaf5f325c4156955140ad4fb17db7
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/dbtools.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 8064355491ae..e584e351795c 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -652,13 +652,10 @@ namespace dbtools
The descriptor of the column.
@param _xConnection
The connection.
- @param _pHelper
- Allow to add special SQL constructs.
*/
OOO_DLLPUBLIC_DBTOOLS
OUString createStandardTypePart( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
- ,ISQLStatementHelper* _pHelper = NULL
,const OUString& _sCreatePattern = OUString());
/** creates the standard sql statement for the column part of a create table statement.