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
06773894
Kaydet (Commit)
06773894
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706364 Uncaught exception
Change-Id: I75cd82d55d8bdf2f111cd0a91f056e1956ddad02
üst
287ad2ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
OPreparedStatement.cxx
connectivity/source/drivers/odbc/OPreparedStatement.cxx
+2
-3
OPreparedStatement.hxx
connectivity/source/inc/odbc/OPreparedStatement.hxx
+2
-1
No files found.
connectivity/source/drivers/odbc/OPreparedStatement.cxx
Dosyayı görüntüle @
06773894
...
...
@@ -769,9 +769,8 @@ SQLLEN* OPreparedStatement::getLengthBuf (sal_Int32 index)
// putParamData
// Puts parameter data from a previously bound input stream. The
// input stream was bound using SQL_LEN_DATA_AT_EXEC.
void
OPreparedStatement
::
putParamData
(
sal_Int32
index
)
throw
(
SQLException
)
void
OPreparedStatement
::
putParamData
(
sal_Int32
index
)
throw
(
SQLException
,
RuntimeException
)
{
// Sanity check the parameter index
if
((
index
<
1
)
||
...
...
connectivity/source/inc/odbc/OPreparedStatement.hxx
Dosyayı görüntüle @
06773894
...
...
@@ -72,7 +72,8 @@ namespace connectivity
bool
m_bPrepared
;
void
FreeParams
();
void
putParamData
(
sal_Int32
index
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
void
putParamData
(
sal_Int32
index
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
void
setStream
(
sal_Int32
ParameterIndex
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>&
x
,
SQLLEN
length
,
sal_Int32
SQLtype
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
SQLLEN
*
getLengthBuf
(
sal_Int32
index
);
...
...
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