Kaydet (Commit) 54f980be authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

#i10000# masterfix from OOH680

üst 39fccdf2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dbtools2.cxx,v $ * $RCSfile: dbtools2.cxx,v $
* *
* $Revision: 1.25 $ * $Revision: 1.26 $
* *
* last change: $Author: vg $ $Date: 2008-01-24 18:14:17 $ * last change: $Author: vg $ $Date: 2008-01-25 10:31:08 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#ifndef _DBHELPER_DBCHARSET_HXX_ #ifndef _DBHELPER_DBCHARSET_HXX_
#include "connectivity/dbcharset.hxx" #include "connectivity/dbcharset.hxx"
#endif #endif
#include <unotools/confignode.hxx>
#ifndef CONNECTIVITY_SHAREDRESOURCES_HXX #ifndef CONNECTIVITY_SHAREDRESOURCES_HXX
#include "resource/sharedresources.hxx" #include "resource/sharedresources.hxx"
#endif #endif
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <unotools/sharedunocomponent.hxx> #include <unotools/sharedunocomponent.hxx>
#include <comphelper/configurationhelper.hxx>
//......................................................................... //.........................................................................
namespace dbtools namespace dbtools
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: NDatabaseMetaData.cxx,v $ * $RCSfile: NDatabaseMetaData.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: vg $ $Date: 2008-01-24 18:17:38 $ * last change: $Author: vg $ $Date: 2008-01-25 10:31:41 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -412,12 +412,6 @@ sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxColumnsInTable( ) throw(SQLExc ...@@ -412,12 +412,6 @@ sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxColumnsInTable( ) throw(SQLExc
return 0;// 0 means no limit return 0;// 0 means no limit
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxStatementLength( ) throw(SQLException, RuntimeException)
{
sal_Int32 nValue = 0; // 0 means no limit
return nValue;
}
// -------------------------------------------------------------------------
sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTableNameLength( ) throw(SQLException, RuntimeException) sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTableNameLength( ) throw(SQLException, RuntimeException)
{ {
return 0;// 0 means no limit return 0;// 0 means no limit
...@@ -425,8 +419,7 @@ sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTableNameLength( ) throw(SQLEx ...@@ -425,8 +419,7 @@ sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTableNameLength( ) throw(SQLEx
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTablesInSelect( ) throw(SQLException, RuntimeException) sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTablesInSelect( ) throw(SQLException, RuntimeException)
{ {
sal_Int32 nValue = 1; // We only support a single table return 1; // We only support a single table
return nValue;
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment