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
250864d8
Kaydet (Commit)
250864d8
authored
Agu 26, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
connectivity: firebird::OResultSet: convert to C++98
Change-Id: I9036539204789d0886a51fcbc3d821012cc9eaee
üst
3f29153a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
ResultSet.cxx
connectivity/source/drivers/firebird/ResultSet.cxx
+5
-0
ResultSet.hxx
connectivity/source/drivers/firebird/ResultSet.hxx
+5
-5
No files found.
connectivity/source/drivers/firebird/ResultSet.cxx
Dosyayı görüntüle @
250864d8
...
...
@@ -58,6 +58,11 @@ OResultSet::OResultSet(OConnection* pConnection,
XSQLDA
*
pSqlda
)
:
OResultSet_BASE
(
pConnection
->
getMutex
())
,
OPropertyContainer
(
OResultSet_BASE
::
rBHelper
)
,
m_bIsBookmarkable
(
false
)
,
m_nFetchSize
(
1
)
,
m_nResultSetType
(
::
com
::
sun
::
star
::
sdbc
::
ResultSetType
::
FORWARD_ONLY
)
,
m_nFetchDirection
(
::
com
::
sun
::
star
::
sdbc
::
FetchDirection
::
FORWARD
)
,
m_nResultSetConcurrency
(
::
com
::
sun
::
star
::
sdbc
::
ResultSetConcurrency
::
READ_ONLY
)
,
m_pConnection
(
pConnection
)
,
m_xStatement
(
xStatement
)
,
m_xMetaData
(
0
)
...
...
connectivity/source/drivers/firebird/ResultSet.hxx
Dosyayı görüntüle @
250864d8
...
...
@@ -67,11 +67,11 @@ namespace connectivity
public
::
comphelper
::
OPropertyArrayUsageHelper
<
OResultSet
>
{
private
:
sal_Bool
m_bIsBookmarkable
=
sal_False
;
sal_Int32
m_nFetchSize
=
1
;
sal_Int32
m_nResultSetType
=
::
com
::
sun
::
star
::
sdbc
::
ResultSetType
::
FORWARD_ONLY
;
sal_Int32
m_nFetchDirection
=
::
com
::
sun
::
star
::
sdbc
::
FetchDirection
::
FORWARD
;
sal_Int32
m_nResultSetConcurrency
=
::
com
::
sun
::
star
::
sdbc
::
ResultSetConcurrency
::
READ_ONLY
;
sal_Bool
m_bIsBookmarkable
;
sal_Int32
m_nFetchSize
;
sal_Int32
m_nResultSetType
;
sal_Int32
m_nFetchDirection
;
sal_Int32
m_nResultSetConcurrency
;
protected
:
OConnection
*
m_pConnection
;
...
...
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