Home
last modified time | relevance | path

Searched refs:impl_appendError (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx402 impl_appendError( IParseContext::ERROR_INVALID_QUERY_EXIST, &sName ); in impl_locateRecordSource()
404 impl_appendError( IParseContext::ERROR_INVALID_TABLE_EXIST, &sName ); in impl_locateRecordSource()
416impl_appendError( m_rParser.getErrorHelper().getSQLException( sdb::ErrorCondition::PARSER_CYCLIC_S… in impl_locateRecordSource()
433 impl_appendError( IParseContext::ERROR_INVALID_TABLE_OR_QUERY, &sName ); in impl_locateRecordSource()
435 impl_appendError( IParseContext::ERROR_INVALID_TABLE, &sName ); in impl_locateRecordSource()
441 impl_appendError( IParseContext::ERROR_INVALID_TABLE, &sComposedName ); in impl_locateRecordSource()
868 impl_appendError( IParseContext::ERROR_GENERAL ); in traverseCreateColumns()
930 impl_appendError( IParseContext::ERROR_GENERAL ); in traverseSelectColumnNames()
1728 impl_appendError( IParseContext::ERROR_INVALID_COLUMN, pBegin, &_rTableAlias ); in appendColumns()
2130 void OSQLParseTreeIterator::impl_appendError( IParseContext::ErrorCode _eError, const ::rtl::OUStri… in impl_appendError() function in OSQLParseTreeIterator
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx344 void impl_appendError( IParseContext::ErrorCode _eError,
349 void impl_appendError( const ::com::sun::star::sdbc::SQLException& _rError );