Home
last modified time | relevance | path

Searched refs:OKey (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/connectivity/source/sdbcx/
H A DVKey.cxx75 OKey::OKey(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OKey() function in OKey
82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() function in OKey
106 OKey::~OKey( ) in ~OKey()
125 Sequence< Type > SAL_CALL OKey::getTypes( ) throw(RuntimeException) in getTypes()
133 void OKey::construct() in construct()
145 void SAL_CALL OKey::disposing() in disposing()
162 ::cppu::IPropertyArrayHelper & OKey::getInfoHelper() in getInfoHelper()
164 return *const_cast<OKey*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
187 return const_cast<OKey*>(this)->m_pColumns; in getColumns()
214 void SAL_CALL OKey::acquire() throw() in acquire()
[all …]
/aoo4110/main/connectivity/inc/connectivity/sdbcx/
H A DVKey.hxx67 class OOO_DLLPUBLIC_DBTOOLS OKey : class
71 public ::comphelper::OIdPropertyArrayUsageHelper<OKey>,
85 OKey(sal_Bool _bCase);
86 OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase);
94 virtual ~OKey( );
/aoo4110/main/connectivity/source/commontools/
H A DTKey.cxx43 OTableKeyHelper::OTableKeyHelper(OTableHelper* _pTable) : connectivity::sdbcx::OKey(sal_True) in OTableKeyHelper()
52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
/aoo4110/main/connectivity/source/inc/ado/
H A DACollection.hxx207 class OKey;
215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys;
H A DAKey.hxx35 typedef sdbcx::OKey OKey_ADO;
/aoo4110/main/connectivity/inc/connectivity/
H A DTKey.hxx34 class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper : public connectivity::sdbcx::OKey

Completed in 45 milliseconds