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
626da721
Kaydet (Commit)
626da721
authored
Eki 26, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
duplicated code
Change-Id: Ifa9b93b2daf0bb448711eb1bd3ebab69febf4f9c
üst
7b4e7e02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
OPreparedStatement.cxx
connectivity/source/drivers/odbcbase/OPreparedStatement.cxx
+0
-25
No files found.
connectivity/source/drivers/odbcbase/OPreparedStatement.cxx
Dosyayı görüntüle @
626da721
...
...
@@ -199,31 +199,6 @@ sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeExc
{
}
// Now loop while more data is needed (i.e. a data-at-
// execution parameter was given). For each parameter
// that needs data, put the data from the input stream.
while
(
needData
)
{
// Get the parameter number that requires data
sal_Int32
*
paramIndex
=
0
;
N3SQLParamData
(
m_aStatementHandle
,(
SQLPOINTER
*
)
&
paramIndex
);
// If the parameter index is -1, there is no more
// data required
if
(
*
paramIndex
==
-
1
)
{
needData
=
sal_False
;
}
else
{
// Now we have the proper parameter index,
// get the data from the input stream
// and do a SQLPutData
putParamData
(
*
paramIndex
);
}
}
// Now determine if there is a result set associated with
// the SQL statement that was executed. Get the column
// count, and if it is not zero, there is a result set.
...
...
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