Lines Matching refs:m_pConnection
174 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in execute()
258 m_pConnection->throwGenericSQLException(STR_NO_ROWCOUNT,*this); in executeUpdate()
276 return (Reference< XConnection >)m_pConnection; in getConnection()
294 m_pConnection->throwGenericSQLException(STR_NO_RESULTSET,*this); in executeQuery()
350 OTools::bindParameter( m_pConnection, in setParameter()
357 m_pConnection->useOldDateFormat(), in setParameter()
450 m_pConnection->useOldDateFormat(), in setNull()
466 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in setNull()
821 const TTypeInfoVector& rTypeInfo = m_pConnection->getTypeInfo(); in getPrecision()
824 m_pConnection->buildTypeInfo(); in getPrecision()
942 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in prepareStatement()