Home
last modified time | relevance | path

Searched refs:SkeletonDriver (Results 1 – 5 of 5) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx40 return *(new SkeletonDriver()); in SkeletonDriver_CreateInstance()
45 SkeletonDriver::SkeletonDriver() in SkeletonDriver() function in SkeletonDriver
50 void SkeletonDriver::disposing() in disposing()
68 rtl::OUString SkeletonDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
75 Sequence< ::rtl::OUString > SkeletonDriver::getSupportedServiceNames_Static( ) throw (RuntimeExcep… in getSupportedServiceNames_Static()
85 ::rtl::OUString SAL_CALL SkeletonDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
91 sal_Bool SAL_CALL SkeletonDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService()
103 Sequence< ::rtl::OUString > SAL_CALL SkeletonDriver::getSupportedServiceNames( ) throw(RuntimeExce… in getSupportedServiceNames()
120 sal_Bool SAL_CALL SkeletonDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
134 sal_Int32 SAL_CALL SkeletonDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
[all …]
H A DSConnection.hxx52 class SkeletonDriver;
84 SkeletonDriver* m_pDriver; // Pointer to the owning
97 OConnection(SkeletonDriver* _pDriver);
138 inline SkeletonDriver* getDriver() const { return m_pDriver;} in getDriver()
H A DSServices.cxx159 SkeletonDriver::getImplementationName_Static(), in component_getFactory()
160 SkeletonDriver::getSupportedServiceNames_Static(), in component_getFactory()
H A DSDriver.hxx41 class SkeletonDriver : public ODriver_BASE class
50 SkeletonDriver();
H A DSConnection.cxx43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection()

Completed in 47 milliseconds