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
287ad2ad
Kaydet (Commit)
287ad2ad
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706308 Uncaught exception
Change-Id: I852e701bd62929c1a7303b86286b8cbe66cdfc1f
üst
04559833
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
FResultSet.cxx
connectivity/source/drivers/file/FResultSet.cxx
+2
-1
FResultSet.hxx
connectivity/source/inc/file/FResultSet.hxx
+2
-1
No files found.
connectivity/source/drivers/file/FResultSet.cxx
Dosyayı görüntüle @
287ad2ad
...
...
@@ -208,7 +208,8 @@ sal_Int32 SAL_CALL OResultSet::findColumn( const OUString& columnName ) throw(SQ
return
0
;
// Never reached
}
const
ORowSetValue
&
OResultSet
::
getValue
(
sal_Int32
columnIndex
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
)
const
ORowSetValue
&
OResultSet
::
getValue
(
sal_Int32
columnIndex
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
)
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OResultSet_BASE
::
rBHelper
.
bDisposed
);
...
...
connectivity/source/inc/file/FResultSet.hxx
Dosyayı görüntüle @
287ad2ad
...
...
@@ -148,7 +148,8 @@ namespace connectivity
inline
bool
isCount
()
const
{
return
m_bIsCount
;
}
void
checkIndex
(
sal_Int32
columnIndex
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
const
ORowSetValue
&
getValue
(
sal_Int32
columnIndex
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
const
ORowSetValue
&
getValue
(
sal_Int32
columnIndex
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
void
updateValue
(
sal_Int32
columnIndex
,
const
ORowSetValue
&
x
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// clear insert row
void
clearInsertRow
();
...
...
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