Lines Matching refs:_rxConnection
166 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() argument
171 ,aMetaData( _rxConnection ) in SQLParseNodeParameter()
235 const Reference< XConnection >& _rxConnection, in parseNodeToStr()
243 rString, _rxConnection, NULL, NULL, in parseNodeToStr()
250 const Reference< XConnection >& _rxConnection, in parseNodeToPredicateStr()
261 …parseNodeToStr(rString, _rxConnection, xFormatter, NULL, rIntl, pContext, sal_True, sal_True, _cDe… in parseNodeToPredicateStr()
266 const Reference< XConnection > & _rxConnection, in parseNodeToPredicateStr()
278 …parseNodeToStr( rString, _rxConnection, xFormatter, _xField, rIntl, pContext, true, true, _cDec, t… in parseNodeToPredicateStr()
283 const Reference< XConnection > & _rxConnection, in parseNodeToStr()
296 OSL_ENSURE( _rxConnection.is(), "OSQLParseNode::parseNodeToStr: invalid connection!" ); in parseNodeToStr()
298 if ( _rxConnection.is() ) in parseNodeToStr()
305 _rxConnection, xFormatter, _xField, rIntl, pContext, in parseNodeToStr()
321 …oExecutableStatement( ::rtl::OUString& _out_rString, const Reference< XConnection >& _rxConnection, in parseNodeToExecutableStatement() argument
325 …OSL_PRECOND( _rxConnection.is(), "OSQLParseNode::parseNodeToExecutableStatement: invalid connectio… in parseNodeToExecutableStatement()
326 SQLParseNodeParameter aParseParam( _rxConnection, in parseNodeToExecutableStatement()
331 Reference< XQueriesSupplier > xSuppQueries( _rxConnection, UNO_QUERY ); in parseNodeToExecutableStatement()