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
091b5dfc
Kaydet (Commit)
091b5dfc
authored
Tem 12, 2013
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up and remove warnings for unsupported methods.
Change-Id: Id1a6c3c438c88791654ca9f301dbc7763caebeab
üst
a066f9e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
14 deletions
+9
-14
FConnection.cxx
connectivity/source/drivers/firebird/FConnection.cxx
+9
-14
No files found.
connectivity/source/drivers/firebird/FConnection.cxx
Dosyayı görüntüle @
091b5dfc
...
@@ -489,23 +489,18 @@ sal_Bool SAL_CALL OConnection::isReadOnly() throw(SQLException, RuntimeException
...
@@ -489,23 +489,18 @@ sal_Bool SAL_CALL OConnection::isReadOnly() throw(SQLException, RuntimeException
return
m_bReadOnly
;
return
m_bReadOnly
;
}
}
// --------------------------------------------------------------------------------
void
SAL_CALL
OConnection
::
setCatalog
(
const
::
rtl
::
OUString
&
catalog
)
throw
(
SQLException
,
RuntimeException
)
{
::
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 kjnow what to do
void
SAL_CALL
OConnection
::
setCatalog
(
const
OUString
&
catalog
)
}
throw
(
SQLException
,
RuntimeException
)
// --------------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
OConnection
::
getCatalog
(
)
throw
(
SQLException
,
RuntimeException
)
{
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
// Unsupported
checkDisposed
(
OConnection_BASE
::
rBHelper
.
bDisposed
)
;
(
void
)
catalog
;
}
// return your current catalog
OUString
SAL_CALL
OConnection
::
getCatalog
()
throw
(
SQLException
,
RuntimeException
)
return
::
rtl
::
OUString
();
{
// Unsupported
return
OUString
();
}
}
void
SAL_CALL
OConnection
::
setTransactionIsolation
(
sal_Int32
level
)
throw
(
SQLException
,
RuntimeException
)
void
SAL_CALL
OConnection
::
setTransactionIsolation
(
sal_Int32
level
)
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