Lines Matching refs:OSL_ENSURE

62 		OSL_ENSURE(0,"Exception in odbc catched"); \
106 OSL_ENSURE(!m_aStatementHandle,"Sohould ne null here!"); in ~OStatement_Base()
125 OSL_ENSURE(m_aStatementHandle,"OStatement_BASE2::disposing: StatementHandle is null!"); in disposing()
132 OSL_ENSURE(!m_aStatementHandle,"Sohould ne null here!"); in disposing()
176OSL_ENSURE( m_pConnection && m_pConnection->isAutoRetrievingEnabled(),"Illegal call here. isAutoRe… in getGeneratedValues()
196 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in cancel()
297 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in lockIfNecessary()
339 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getColumnCount()
373 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in execute()
428 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getResultSet()
449 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getStmtOption()
519 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in executeBatch()
610 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getMoreResults()
681 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getResultSetConcurrency()
694 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getResultSetType()
717 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getFetchDirection()
737 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getFetchSize()
751 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getCursorName()
761 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setQueryTimeOut()
768 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setMaxRows()
781 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setResultSetConcurrency()
789 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setResultSetType()
836 OSL_ENSURE( false, "OStatement_Base::setResultSetType: invalid result set type!" ); in setResultSetType()
846 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setEscapeProcessing()
855 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setFetchDirection()
873 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setFetchSize()
874 OSL_ENSURE(_par0>0,"Illegal fetch size!"); in setFetchSize()
888 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setMaxFieldSize()
894 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setCursorName()
901 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in isUsingBookmarks()
910 OSL_ENSURE( m_aStatementHandle, "StatementHandle is null!" ); in getEscapeProcessing()
919 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in setUsingBookmarks()
1048OSL_ENSURE( false, "OStatement_Base::setFastPropertyValue_NoBroadcast: what property?" ); in setFastPropertyValue_NoBroadcast()
1093 OSL_ENSURE( false, "OStatement_Base::getFastPropertyValue: what property?" ); in getFastPropertyValue()