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
220deb0a
Kaydet (Commit)
220deb0a
authored
Haz 16, 2014
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ADO driver: don't override a virtual method just to call the one of the parent
Change-Id: I39020452e8ff4b17b0c1cfb9ff54bf650ab97fc3
üst
4f1787a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
APreparedStatement.cxx
connectivity/source/drivers/ado/APreparedStatement.cxx
+0
-10
APreparedStatement.hxx
connectivity/source/inc/ado/APreparedStatement.hxx
+0
-2
No files found.
connectivity/source/drivers/ado/APreparedStatement.cxx
Dosyayı görüntüle @
220deb0a
...
@@ -444,16 +444,6 @@ void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, Runtim
...
@@ -444,16 +444,6 @@ void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, Runtim
}
}
}
}
void
SAL_CALL
OPreparedStatement
::
acquire
()
throw
()
{
OStatement_Base
::
acquire
();
}
void
SAL_CALL
OPreparedStatement
::
release
()
throw
()
{
OStatement_Base
::
release
();
}
void
OPreparedStatement
::
replaceParameterNodeName
(
OSQLParseNode
*
_pNode
,
void
OPreparedStatement
::
replaceParameterNodeName
(
OSQLParseNode
*
_pNode
,
const
OUString
&
_sDefaultName
,
const
OUString
&
_sDefaultName
,
sal_Int32
&
_rParameterCount
)
sal_Int32
&
_rParameterCount
)
...
...
connectivity/source/inc/ado/APreparedStatement.hxx
Dosyayı görüntüle @
220deb0a
...
@@ -63,8 +63,6 @@ namespace connectivity
...
@@ -63,8 +63,6 @@ namespace connectivity
// a Constructor, that is needed for when Returning the Object is needed:
// a Constructor, that is needed for when Returning the Object is needed:
OPreparedStatement
(
OConnection
*
_pConnection
,
const
OTypeInfoMap
&
_TypeInfo
,
const
OUString
&
sql
);
OPreparedStatement
(
OConnection
*
_pConnection
,
const
OTypeInfoMap
&
_TypeInfo
,
const
OUString
&
sql
);
virtual
void
SAL_CALL
acquire
()
throw
();
virtual
void
SAL_CALL
release
()
throw
();
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
//XTypeProvider
//XTypeProvider
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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