Home
last modified time | relevance | path

Searched refs:MacabConnection (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx44 IMPLEMENT_SERVICE_INFO(MacabConnection, "com.sun.star.sdbc.drivers.MacabConnection", "com.sun.star.…
46 MacabConnection::MacabConnection(MacabDriver* _pDriver) in MacabConnection() function in MacabConnection
47 … : OSubComponent<MacabConnection, MacabConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in MacabConnection()
54 MacabConnection::~MacabConnection() in ~MacabConnection()
63 void SAL_CALL MacabConnection::release() throw() in release()
68 void MacabConnection::construct(const ::rtl::OUString&, const Sequence< PropertyValue >&) throw(SQL… in construct()
79 Reference< XStatement > SAL_CALL MacabConnection::createStatement( ) throw(SQLException, RuntimeEx… in createStatement()
91 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement()
103 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareCall( const ::rtl::OUString& ) thr… in prepareCall()
112 ::rtl::OUString SAL_CALL MacabConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLExcept… in nativeSQL()
[all …]
H A DMacabCatalog.hxx33 class MacabConnection;
37 MacabConnection* m_pConnection; // used to get the metadata
41 MacabCatalog(MacabConnection* _pCon);
43 inline MacabConnection* getConnection() const { return m_pConnection; } in getConnection()
H A DMacabTable.hxx41 MacabConnection* m_pConnection;
44 MacabTable( sdbcx::OCollection* _pTables, MacabConnection* _pConnection);
46 MacabConnection* _pConnection,
54 MacabConnection* getConnection() { return m_pConnection;} in getConnection()
H A DMacabConnection.hxx59 class MacabConnection : public MacabConnection_BASE, class
60 public OSubComponent<MacabConnection, MacabConnection_BASE>
62 friend class OSubComponent<MacabConnection, MacabConnection_BASE>;
76 MacabConnection(MacabDriver* _pDriver);
77 virtual ~MacabConnection();
H A DMacabStatement.hxx66 MacabConnection* m_pConnection; // The owning Connection object
105 MacabCommonStatement(MacabConnection *_pConnection);
151 inline MacabConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection()
166 MacabStatement(MacabConnection* _pConnection);
H A DMacabDriver.cxx159 MacabConnection* MacabImplModule::createConnection( MacabDriver* _pDriver ) const in createConnection()
167 return static_cast< MacabConnection* >( pUntypedConnection ); in createConnection()
266 MacabConnection* pConnection = m_aImplModule.createConnection( this ); in connect()
H A DMacabTable.cxx43 MacabTable::MacabTable( sdbcx::OCollection* _pTables, MacabConnection* _pConnection) in MacabTable()
51 MacabConnection* _pConnection, in MacabTable()
H A DMacabDriver.hxx44 class MacabConnection;
91 MacabConnection* createConnection( MacabDriver* _pDriver ) const;
H A DMacabResultSetMetaData.hxx45 MacabConnection* m_pConnection;
54 MacabResultSetMetaData(MacabConnection* _pConnection, ::rtl::OUString _sTableName);
H A DMacabResultSet.cxx72MacabConnection* pConnection = static_cast< MacabConnection *>(m_xStatement->getConnection().get()… in allMacabRecords()
79MacabConnection* pConnection = static_cast< MacabConnection *>(m_xStatement->getConnection().get()… in someMacabRecords()
H A DMacabStatement.cxx71 MacabCommonStatement::MacabCommonStatement(MacabConnection* _pConnection ) in MacabCommonStatement()
604 MacabStatement::MacabStatement(MacabConnection* _pConnection) in MacabStatement()
H A DMacabDatabaseMetaData.hxx43 ::com::sun::star::uno::Reference< MacabConnection > m_xConnection;
48 inline MacabConnection* getOwnConnection() const { return m_xConnection.get(); } in getOwnConnection()
50 MacabDatabaseMetaData(MacabConnection* _pCon);
H A DMacabCatalog.cxx41 MacabCatalog::MacabCatalog(MacabConnection* _pCon) in MacabCatalog()
H A Dmakefile.mk81 $(SLO)$/MacabConnection.obj \
H A DMacabResultSetMetaData.cxx39 MacabResultSetMetaData::MacabResultSetMetaData(MacabConnection* _pConnection, ::rtl::OUString _sTab… in MacabResultSetMetaData()
H A DMacabPreparedStatement.cxx93 MacabConnection* _pConnection, in MacabPreparedStatement()
H A DMacabPreparedStatement.hxx70 MacabPreparedStatement(MacabConnection* _pConnection, const ::rtl::OUString& sql);
H A DMacabDatabaseMetaData.cxx50 MacabDatabaseMetaData::MacabDatabaseMetaData(MacabConnection* _pCon) in MacabDatabaseMetaData()