Lines Matching refs:_rxConnection
666 void fillTypeInfo( const Reference< ::com::sun::star::sdbc::XConnection>& _rxConnection, in fillTypeInfo() argument
671 if(!_rxConnection.is()) in fillTypeInfo()
673 Reference< XResultSet> xRs = _rxConnection->getMetaData ()->getTypeInfo (); in fillTypeInfo()
1670 …LevelStatement( const ::rtl::OUString& _rStatement, const Reference< XConnection >& _rxConnection ) in lcl_createSDBCLevelStatement() argument
1675 Reference< XMultiServiceFactory > xAnalyzerFactory( _rxConnection, UNO_QUERY_THROW ); in lcl_createSDBCLevelStatement()
1689 …ertySet > createView( const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConnection, in createView() argument
1692 Reference<XViewsSupplier> xSup(_rxConnection,UNO_QUERY); in createView()
1706 ::dbtools::qualifiedNameComponents(_rxConnection->getMetaData(), in createView()
1726 Reference<XTablesSupplier> xTabSup(_rxConnection,UNO_QUERY); in createView()
1739 …opertySet> createView( const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConnection in createView() argument
1751 sCommand = lcl_createSDBCLevelStatement( sCommand, _rxConnection ); in createView()
1756 sCommand += composeTableNameForSelect( _rxConnection, _rxSourceObject ); in createView()
1758 return createView( _rName, _rxConnection, sCommand ); in createView()
1866 Reference< XNumberFormatter > getNumberFormatter(const Reference< XConnection >& _rxConnection,cons… in getNumberFormatter() argument
1874 …util::XNumberFormatsSupplier > xSupplier(::dbtools::getNumberFormats(_rxConnection, sal_True,_rMF… in getNumberFormatter()