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
75ae6c91
Kaydet (Commit)
75ae6c91
authored
Haz 18, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: kjnow->know
Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960
üst
75df2983
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
KConnection.cxx
connectivity/source/drivers/kab/KConnection.cxx
+1
-1
MacabConnection.cxx
connectivity/source/drivers/macab/MacabConnection.cxx
+1
-1
SConnection.cxx
...s/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
+1
-1
No files found.
connectivity/source/drivers/kab/KConnection.cxx
Dosyayı görüntüle @
75ae6c91
...
...
@@ -196,7 +196,7 @@ void SAL_CALL KabConnection::setCatalog( const OUString& ) throw(SQLException, R
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
KabConnection_BASE
::
rBHelper
.
bDisposed
);
// if your database doesn't work with catalogs you go to next method otherwise you k
j
now what to do
// if your database doesn't work with catalogs you go to next method otherwise you know what to do
}
OUString
SAL_CALL
KabConnection
::
getCatalog
(
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
...
...
connectivity/source/drivers/macab/MacabConnection.cxx
Dosyayı görüntüle @
75ae6c91
...
...
@@ -191,7 +191,7 @@ void SAL_CALL MacabConnection::setCatalog( const OUString& ) throw(SQLException,
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
MacabConnection_BASE
::
rBHelper
.
bDisposed
);
// if your database doesn't work with catalogs you go to next method otherwise you k
j
now what to do
// if your database doesn't work with catalogs you go to next method otherwise you know what to do
}
OUString
SAL_CALL
MacabConnection
::
getCatalog
(
)
throw
(
SQLException
,
RuntimeException
)
...
...
odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
Dosyayı görüntüle @
75ae6c91
...
...
@@ -262,7 +262,7 @@ void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQ
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OConnection_BASE
::
rBHelper
.
bDisposed
);
// if your database doesn't work with catalogs you go to next method otherwise you k
j
now what to do
// if your database doesn't work with catalogs you go to next method otherwise you know what to do
}
::
rtl
::
OUString
SAL_CALL
OConnection
::
getCatalog
(
)
throw
(
SQLException
,
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