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
8be8152b
Kaydet (Commit)
8be8152b
authored
Tem 15, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride in mysqlc
Change-Id: I7c8ecc8f675abf4495c991bdb680e31b59421e26
üst
8969af9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
24 deletions
+3
-24
mysqlc_preparedstatement.cxx
mysqlc/source/mysqlc_preparedstatement.cxx
+0
-18
mysqlc_preparedstatement.hxx
mysqlc/source/mysqlc_preparedstatement.hxx
+3
-6
No files found.
mysqlc/source/mysqlc_preparedstatement.cxx
Dosyayı görüntüle @
8be8152b
...
...
@@ -229,24 +229,6 @@ Reference< XConnection > SAL_CALL OPreparedStatement::getConnection()
return
m_pConnection
;
}
Reference
<
XResultSet
>
SAL_CALL
OPreparedStatement
::
executeQuery
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
{
return
OCommonStatement
::
executeQuery
(
sql
);
}
sal_Int32
SAL_CALL
OPreparedStatement
::
executeUpdate
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
{
return
OCommonStatement
::
executeUpdate
(
sql
);
}
sal_Bool
SAL_CALL
OPreparedStatement
::
execute
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
{
return
OCommonStatement
::
execute
(
sql
);
}
Reference
<
XResultSet
>
SAL_CALL
OPreparedStatement
::
executeQuery
()
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
{
...
...
mysqlc/source/mysqlc_preparedstatement.hxx
Dosyayı görüntüle @
8be8152b
...
...
@@ -90,12 +90,9 @@ namespace connectivity
Reference
<
css
::
sdbc
::
XConnection
>
SAL_CALL
getConnection
()
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XStatement
css
::
uno
::
Reference
<
css
::
sdbc
::
XResultSet
>
SAL_CALL
executeQuery
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
sal_Int32
SAL_CALL
executeUpdate
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
sal_Bool
SAL_CALL
execute
(
const
rtl
::
OUString
&
sql
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
using
OCommonStatement
::
executeQuery
;
using
OCommonStatement
::
executeUpdate
;
using
OCommonStatement
::
execute
;
// XParameters
void
SAL_CALL
setNull
(
sal_Int32
parameter
,
sal_Int32
sqlType
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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