Searched refs:_rColumnRef (Results 1 – 2 of 2) sorted by relevance
212 …l::OUString OCommonStatement::impl_getColumnRefColumnName_throw( const OSQLParseNode& _rColumnRef ) in impl_getColumnRefColumnName_throw() argument214 …ENSURE_OR_THROW( SQL_ISRULE( &_rColumnRef, column_ref ), "internal error: only column_refs support… in impl_getColumnRefColumnName_throw()217 switch ( _rColumnRef.count() ) in impl_getColumnRefColumnName_throw()221 const OSQLParseNode* pPunct = _rColumnRef.getChild( 1 ); in impl_getColumnRefColumnName_throw()222 const OSQLParseNode* pColVal = _rColumnRef.getChild( 2 ); in impl_getColumnRefColumnName_throw()234 sColumnName = _rColumnRef.getChild( 0 )->getTokenValue(); in impl_getColumnRefColumnName_throw()
247 … impl_getColumnRefColumnName_throw( const ::connectivity::OSQLParseNode& _rColumnRef );
Completed in 10 milliseconds