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
31a1eb48
Kaydet (Commit)
31a1eb48
authored
Tem 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706372 Uncaught exception
Change-Id: If3b3395bbe44720540e9619bba6088c6cd29ed37
üst
5fb8f03b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
OStatement.cxx
connectivity/source/drivers/odbc/OStatement.cxx
+1
-3
OStatement.hxx
connectivity/source/inc/odbc/OStatement.hxx
+1
-1
No files found.
connectivity/source/drivers/odbc/OStatement.cxx
Dosyayı görüntüle @
31a1eb48
...
@@ -256,9 +256,7 @@ SQLLEN OStatement_Base::getRowCount()
...
@@ -256,9 +256,7 @@ SQLLEN OStatement_Base::getRowCount()
// If the given SQL statement contains a 'FOR UPDATE' clause, change
// If the given SQL statement contains a 'FOR UPDATE' clause, change
// the concurrency to lock so that the row can then be updated. Returns
// the concurrency to lock so that the row can then be updated. Returns
// true if the concurrency has been changed
// true if the concurrency has been changed
bool
OStatement_Base
::
lockIfNecessary
(
const
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
)
bool
OStatement_Base
::
lockIfNecessary
(
const
OUString
&
sql
)
throw
(
SQLException
)
{
{
bool
rc
=
false
;
bool
rc
=
false
;
...
...
connectivity/source/inc/odbc/OStatement.hxx
Dosyayı görüntüle @
31a1eb48
...
@@ -107,7 +107,7 @@ namespace connectivity
...
@@ -107,7 +107,7 @@ namespace connectivity
void
clearMyResultSet
()
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
void
clearMyResultSet
()
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
void
setWarning
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLWarning
&
ex
)
void
setWarning
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLWarning
&
ex
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
bool
lockIfNecessary
(
const
OUString
&
sql
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQL
Exception
);
bool
lockIfNecessary
(
const
OUString
&
sql
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
Runtime
Exception
);
sal_Int32
getColumnCount
()
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
sal_Int32
getColumnCount
()
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
...
...
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