Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c12e8e64
Kaydet (Commit)
c12e8e64
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706367 Uncaught exception
Change-Id: I5c17c94956a44dab13935dca41e812ebd196203a
üst
06773894
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
OStatement.cxx
connectivity/source/drivers/odbc/OStatement.cxx
+2
-1
OStatement.hxx
connectivity/source/inc/odbc/OStatement.hxx
+2
-1
No files found.
connectivity/source/drivers/odbc/OStatement.cxx
Dosyayı görüntüle @
c12e8e64
...
...
@@ -296,7 +296,8 @@ bool OStatement_Base::lockIfNecessary (const OUString& sql) throw( SQLException)
// Sets the warning
void
OStatement_Base
::
setWarning
(
const
SQLWarning
&
ex
)
throw
(
SQLException
)
void
OStatement_Base
::
setWarning
(
const
SQLWarning
&
ex
)
throw
(
SQLException
,
RuntimeException
)
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OStatement_BASE
::
rBHelper
.
bDisposed
);
...
...
connectivity/source/inc/odbc/OStatement.hxx
Dosyayı görüntüle @
c12e8e64
...
...
@@ -105,7 +105,8 @@ namespace connectivity
void
reset
()
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
void
clearMyResultSet
()
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
void
setWarning
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLWarning
&
ex
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
void
setWarning
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLWarning
&
ex
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
bool
lockIfNecessary
(
const
OUString
&
sql
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
sal_Int32
getColumnCount
()
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment