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
55dac4ff
Kaydet (Commit)
55dac4ff
authored
Tem 11, 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: I4a6f7a2aa76d2a998bb6392de35fa1d25c85b3ce
üst
136fa543
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
OPreparedStatement.cxx
connectivity/source/drivers/odbc/OPreparedStatement.cxx
+1
-5
OPreparedStatement.hxx
connectivity/source/inc/odbc/OPreparedStatement.hxx
+1
-1
No files found.
connectivity/source/drivers/odbc/OPreparedStatement.cxx
Dosyayı görüntüle @
55dac4ff
...
@@ -831,18 +831,14 @@ void OPreparedStatement::putParamData (sal_Int32 index)
...
@@ -831,18 +831,14 @@ void OPreparedStatement::putParamData (sal_Int32 index)
}
}
}
}
// setStream
// setStream
// Sets an input stream as a parameter, using the given SQL type
// Sets an input stream as a parameter, using the given SQL type
void
OPreparedStatement
::
setStream
(
void
OPreparedStatement
::
setStream
(
sal_Int32
ParameterIndex
,
sal_Int32
ParameterIndex
,
const
Reference
<
XInputStream
>&
x
,
const
Reference
<
XInputStream
>&
x
,
SQLLEN
length
,
SQLLEN
length
,
sal_Int32
_nType
)
sal_Int32
_nType
)
throw
(
SQL
Exception
)
throw
(
SQLException
,
Runtime
Exception
)
{
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OStatement_BASE
::
rBHelper
.
bDisposed
);
checkDisposed
(
OStatement_BASE
::
rBHelper
.
bDisposed
);
...
...
connectivity/source/inc/odbc/OPreparedStatement.hxx
Dosyayı görüntüle @
55dac4ff
...
@@ -75,7 +75,7 @@ namespace connectivity
...
@@ -75,7 +75,7 @@ namespace connectivity
void
putParamData
(
sal_Int32
index
)
void
putParamData
(
sal_Int32
index
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
);
void
setStream
(
sal_Int32
ParameterIndex
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>&
x
,
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
::
SQL
Exception
);
SQLLEN
length
,
sal_Int32
SQLtype
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
Runtime
Exception
);
SQLLEN
*
getLengthBuf
(
sal_Int32
index
);
SQLLEN
*
getLengthBuf
(
sal_Int32
index
);
void
*
allocBindBuf
(
sal_Int32
index
,
sal_Int32
bufLen
);
void
*
allocBindBuf
(
sal_Int32
index
,
sal_Int32
bufLen
);
void
initBoundParam
()
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
);
void
initBoundParam
()
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