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
f4549c9d
Kaydet (Commit)
f4549c9d
authored
Kas 29, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i5450# new member methods inserted
üst
e9d58844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
6 deletions
+26
-6
AConnection.hxx
connectivity/source/inc/ado/AConnection.hxx
+23
-4
WrapColumn.hxx
connectivity/source/inc/ado/WrapColumn.hxx
+3
-2
No files found.
connectivity/source/inc/ado/AConnection.hxx
Dosyayı görüntüle @
f4549c9d
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: AConnection.hxx,v $
*
* $Revision: 1.1
1
$
* $Revision: 1.1
2
$
*
* last change: $Author: oj $ $Date: 2002-
07-22 10:06:14
$
* last change: $Author: oj $ $Date: 2002-
11-29 12:22:55
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -90,9 +90,18 @@ namespace connectivity
{
namespace
ado
{
struct
OExtendedTypeInfo
{
::
connectivity
::
OTypeInfo
aSimpleType
;
// the general type info
sal_Int32
eType
;
// the ADO type
inline
::
rtl
::
OUString
getDBName
()
const
{
return
aSimpleType
.
aTypeName
;
}
};
class
WpADOConnection
;
class
ODriver
;
typedef
::
std
::
multimap
<
sal_Int32
,
::
connectivity
::
OTypeInfo
*>
OTypeInfoMap
;
class
OCatalog
;
typedef
::
std
::
multimap
<
sal_Int32
,
OExtendedTypeInfo
*>
OTypeInfoMap
;
typedef
connectivity
::
OMetaConnection
OConnection_BASE
;
...
...
@@ -117,6 +126,7 @@ namespace connectivity
ODriver
*
m_pDriver
;
private
:
WpADOConnection
*
m_pAdoConnection
;
OCatalog
*
m_pCatalog
;
sal_Int32
m_nEngineType
;
sal_Bool
m_bClosed
;
sal_Bool
m_bAutocommit
;
...
...
@@ -170,16 +180,25 @@ namespace connectivity
//
WpADOConnection
*
getConnection
()
{
return
m_pAdoConnection
;
}
void
setCatalog
(
const
::
com
::
sun
::
star
::
uno
::
WeakReference
<
::
com
::
sun
::
star
::
sdbcx
::
XTablesSupplier
>&
_xCat
)
{
m_xCatalog
=
_xCat
;
}
void
setCatalog
(
OCatalog
*
_pCatalog
)
{
m_pCatalog
=
_pCatalog
;
}
const
OTypeInfoMap
*
getTypeInfo
()
const
{
return
&
m_aTypeInfo
;}
OCatalog
*
getAdoCatalog
()
const
{
if
(
m_xCatalog
.
get
().
is
()
)
return
m_pCatalog
;
return
NULL
;
}
sal_Int32
getEngineType
()
const
{
return
m_nEngineType
;
}
ODriver
*
getDriver
()
const
{
return
m_pDriver
;
}
static
const
::
connectivity
::
O
TypeInfo
*
getTypeInfoFromType
(
const
OTypeInfoMap
&
_rTypeInfo
,
static
const
OExtended
TypeInfo
*
getTypeInfoFromType
(
const
OTypeInfoMap
&
_rTypeInfo
,
sal_Int32
_nType
,
const
::
rtl
::
OUString
&
_sTypeName
,
sal_Int32
_nPrecision
,
sal_Int32
_nScale
,
sal_Int32
_nAdoType
,
sal_Bool
&
_brForceToType
);
};
}
...
...
connectivity/source/inc/ado/WrapColumn.hxx
Dosyayı görüntüle @
f4549c9d
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: WrapColumn.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author:
fs $ $Date: 2002-01-18 16:13:03
$
* last change: $Author:
oj $ $Date: 2002-11-29 12:22:56
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -94,6 +94,7 @@ namespace connectivity
void
put_NumericScale
(
sal_Int8
_nScale
);
SortOrderEnum
get_SortOrder
()
const
;
void
put_SortOrder
(
SortOrderEnum
_nScale
);
sal_Int32
get_DefinedSize
()
const
;
ColumnAttributesEnum
get_Attributes
()
const
;
sal_Bool
put_Attributes
(
const
ColumnAttributesEnum
&
_eNum
);
WpADOProperties
get_Properties
()
const
;
...
...
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