2001-07-25 07:30:17 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: staticdbtools_s.cxx,v $
|
|
|
|
*
|
2002-10-07 07:09:48 -05:00
|
|
|
* $Revision: 1.3 $
|
2001-07-25 07:30:17 -05:00
|
|
|
*
|
2002-10-07 07:09:48 -05:00
|
|
|
* last change: $Author: oj $ $Date: 2002-10-07 12:48:49 $
|
2001-07-25 07:30:17 -05:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc..
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef CONNECTIVITY_VIRTUAL_DBTOOLS_HXX
|
|
|
|
#include <connectivity/virtualdbtools.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef CONNECTIVITY_STATIC_DBTOOLS_SIMPLE_HXX
|
|
|
|
#include "staticdbtools_s.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef _DBHELPER_DBCONVERSION_HXX_
|
|
|
|
#include <connectivity/dbconversion.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
|
|
|
#include <connectivity/dbtools.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
|
|
|
|
#include <com/sun/star/sdb/SQLContext.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//........................................................................
|
|
|
|
namespace connectivity
|
|
|
|
{
|
|
|
|
//........................................................................
|
|
|
|
|
|
|
|
using namespace ::com::sun::star::util;
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::sdb;
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::sdbc;
|
|
|
|
using namespace ::com::sun::star::beans;
|
|
|
|
|
|
|
|
//================================================================
|
|
|
|
//= ODataAccessStaticTools
|
|
|
|
//================================================================
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
ODataAccessStaticTools::ODataAccessStaticTools()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
Date ODataAccessStaticTools::getStandardDate() const
|
|
|
|
{
|
|
|
|
return ::dbtools::DBTypeConversion::getStandardDate();
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
double ODataAccessStaticTools::getValue(const Reference< XColumn>& _rxVariant, const Date& rNullDate, sal_Int16 nKeyType) const
|
|
|
|
{
|
|
|
|
return ::dbtools::DBTypeConversion::getValue(_rxVariant, rNullDate, nKeyType);
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
::rtl::OUString ODataAccessStaticTools::getValue(const Reference< XColumn >& _rxColumn, const Reference< XNumberFormatter >& _rxFormatter,
|
|
|
|
const Date& _rNullDate, sal_Int32 _nKey, sal_Int16 _nKeyType) const
|
|
|
|
{
|
|
|
|
return ::dbtools::DBTypeConversion::getValue(_rxColumn, _rxFormatter, _rNullDate, _nKey, _nKeyType);
|
|
|
|
}
|
|
|
|
|
2001-08-06 08:50:00 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
::rtl::OUString ODataAccessStaticTools::getValue( const Reference< XPropertySet>& _rxColumn, const Reference< XNumberFormatter>& _rxFormatter,
|
|
|
|
const Locale& _rLocale, const Date& _rNullDate ) const
|
|
|
|
{
|
|
|
|
return ::dbtools::DBTypeConversion::getValue( _rxColumn, _rxFormatter, _rLocale, _rNullDate );
|
|
|
|
}
|
|
|
|
|
2001-07-25 07:30:17 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
oslInterlockedCount SAL_CALL ODataAccessStaticTools::acquire()
|
|
|
|
{
|
|
|
|
return ORefBase::acquire();
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
oslInterlockedCount SAL_CALL ODataAccessStaticTools::release()
|
|
|
|
{
|
|
|
|
return ORefBase::release();
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
Reference< XConnection> ODataAccessStaticTools::getConnection_withFeedback(const ::rtl::OUString& _rDataSourceName, const ::rtl::OUString& _rUser,
|
|
|
|
const ::rtl::OUString& _rPwd, const Reference< XMultiServiceFactory>& _rxFactory) const SAL_THROW ( (SQLException) )
|
|
|
|
{
|
|
|
|
return ::dbtools::getConnection_withFeedback(_rDataSourceName, _rUser, _rPwd, _rxFactory);
|
|
|
|
}
|
|
|
|
|
2001-08-06 08:50:00 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
Reference< XConnection> ODataAccessStaticTools::connectRowset(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, sal_Bool _bSetAsActiveConnection) const
|
|
|
|
SAL_THROW ( (SQLException, RuntimeException) )
|
|
|
|
{
|
|
|
|
return ::dbtools::connectRowset( _rxRowSet, _rxFactory, _bSetAsActiveConnection);
|
|
|
|
}
|
|
|
|
|
2001-07-25 07:30:17 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
Reference< XConnection> ODataAccessStaticTools::calcConnection(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory) const
|
|
|
|
SAL_THROW ( (SQLException, RuntimeException) )
|
|
|
|
{
|
|
|
|
return ::dbtools::calcConnection(_rxRowSet, _rxFactory);
|
|
|
|
}
|
|
|
|
|
2002-10-07 07:09:48 -05:00
|
|
|
// ------------------------------------------------
|
|
|
|
Reference< XConnection> ODataAccessStaticTools::getRowSetConnection(
|
|
|
|
const Reference< XRowSet>& _rxRowSet)
|
|
|
|
const SAL_THROW ( (RuntimeException) )
|
|
|
|
{
|
|
|
|
return ::dbtools::getConnection(_rxRowSet);
|
|
|
|
}
|
|
|
|
|
2001-07-25 07:30:17 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
Reference< XNumberFormatsSupplier> ODataAccessStaticTools::getNumberFormats(const Reference< XConnection>& _rxConn, sal_Bool _bAllowDefault) const
|
|
|
|
{
|
|
|
|
return ::dbtools::getNumberFormats(_rxConn, _bAllowDefault);
|
|
|
|
}
|
|
|
|
|
2001-08-06 08:50:00 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
sal_Int32 ODataAccessStaticTools::getDefaultNumberFormat( const Reference< XPropertySet >& _rxColumn, const Reference< XNumberFormatTypes >& _rxTypes,
|
|
|
|
const Locale& _rLocale ) const
|
|
|
|
{
|
|
|
|
return ::dbtools::getDefaultNumberFormat( _rxColumn, _rxTypes, _rLocale );
|
|
|
|
}
|
|
|
|
|
2001-07-25 07:30:17 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
void ODataAccessStaticTools::TransferFormComponentProperties(const Reference< XPropertySet>& _rxOld, const Reference< XPropertySet>& _rxNew, const Locale& _rLocale) const
|
|
|
|
{
|
|
|
|
::dbtools::TransferFormComponentProperties(_rxOld, _rxNew, _rLocale);
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
::rtl::OUString ODataAccessStaticTools::quoteName(const ::rtl::OUString& _rQuote, const ::rtl::OUString& _rName) const
|
|
|
|
{
|
|
|
|
return ::dbtools::quoteName(_rQuote, _rName);
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
::rtl::OUString ODataAccessStaticTools::quoteTableName(const Reference< XDatabaseMetaData>& _rxMeta, const ::rtl::OUString& _rName) const
|
|
|
|
{
|
2002-10-07 07:09:48 -05:00
|
|
|
return ::dbtools::quoteTableName(_rxMeta, _rName,::dbtools::eInDataManipulation);
|
2001-07-25 07:30:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
SQLContext ODataAccessStaticTools::prependContextInfo(SQLException& _rException, const Reference< XInterface >& _rxContext,
|
|
|
|
const ::rtl::OUString& _rContextDescription, const ::rtl::OUString& _rContextDetails) const
|
|
|
|
{
|
|
|
|
return ::dbtools::prependContextInfo(_rException, _rxContext, _rContextDescription, _rContextDetails);
|
|
|
|
}
|
|
|
|
|
2001-08-06 08:50:00 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
Reference< XDataSource > ODataAccessStaticTools::getDataSource( const ::rtl::OUString& _rsRegisteredName, const Reference< XMultiServiceFactory>& _rxFactory ) const
|
|
|
|
{
|
|
|
|
return ::dbtools::getDataSource( _rsRegisteredName, _rxFactory );
|
|
|
|
}
|
|
|
|
|
2002-10-07 07:09:48 -05:00
|
|
|
//----------------------------------------------------------------
|
|
|
|
sal_Bool ODataAccessStaticTools::canInsert(const Reference< XPropertySet>& _rxCursorSet) const
|
|
|
|
{
|
|
|
|
return ::dbtools::canInsert( _rxCursorSet );
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
sal_Bool ODataAccessStaticTools::canUpdate(const Reference< XPropertySet>& _rxCursorSet) const
|
|
|
|
{
|
|
|
|
return ::dbtools::canUpdate( _rxCursorSet );
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
sal_Bool ODataAccessStaticTools::canDelete(const Reference< XPropertySet>& _rxCursorSet) const
|
|
|
|
{
|
|
|
|
return ::dbtools::canDelete( _rxCursorSet );
|
|
|
|
}
|
|
|
|
|
2001-07-25 07:30:17 -05:00
|
|
|
//........................................................................
|
|
|
|
} // namespace connectivity
|
|
|
|
//........................................................................
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
* history:
|
|
|
|
* $Log: not supported by cvs2svn $
|
2002-10-07 07:09:48 -05:00
|
|
|
* Revision 1.2 2001/08/06 14:50:00 fs
|
|
|
|
* #87690# +connectRowset / some other methods needed later on (to make writer link-time independent og dbtools)
|
|
|
|
*
|
2001-08-06 08:50:00 -05:00
|
|
|
* Revision 1.1 2001/07/25 13:30:10 fs
|
|
|
|
* initial checkin - class for load-on-demand usage of the statis DBTOOLS helper functions
|
|
|
|
*
|
2001-07-25 07:30:17 -05:00
|
|
|
*
|
|
|
|
* Revision 1.0 24.07.01 16:32:42 fs
|
|
|
|
************************************************************************/
|
|
|
|
|