Lines Matching refs:_rxConnection

163 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection,  in SQLParseNodeParameter()  argument
168 ,aMetaData( _rxConnection ) in SQLParseNodeParameter()
232 const Reference< XConnection >& _rxConnection, in parseNodeToStr()
240 rString, _rxConnection, NULL, NULL, in parseNodeToStr()
247 const Reference< XConnection >& _rxConnection, in parseNodeToPredicateStr()
258 …parseNodeToStr(rString, _rxConnection, xFormatter, NULL, rIntl, pContext, sal_True, sal_True, _cDe… in parseNodeToPredicateStr()
263 const Reference< XConnection > & _rxConnection, in parseNodeToPredicateStr()
275 …parseNodeToStr( rString, _rxConnection, xFormatter, _xField, rIntl, pContext, true, true, _cDec, t… in parseNodeToPredicateStr()
280 const Reference< XConnection > & _rxConnection, in parseNodeToStr()
293 OSL_ENSURE( _rxConnection.is(), "OSQLParseNode::parseNodeToStr: invalid connection!" ); in parseNodeToStr()
295 if ( _rxConnection.is() ) in parseNodeToStr()
302 _rxConnection, xFormatter, _xField, rIntl, pContext, in parseNodeToStr()
318 …oExecutableStatement( ::rtl::OUString& _out_rString, const Reference< XConnection >& _rxConnection, in parseNodeToExecutableStatement() argument
322 …OSL_PRECOND( _rxConnection.is(), "OSQLParseNode::parseNodeToExecutableStatement: invalid connectio… in parseNodeToExecutableStatement()
323 SQLParseNodeParameter aParseParam( _rxConnection, in parseNodeToExecutableStatement()
328 Reference< XQueriesSupplier > xSuppQueries( _rxConnection, UNO_QUERY ); in parseNodeToExecutableStatement()