Home
last modified time | relevance | path

Searched refs:OConnection (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx315 DBG_NAME(OConnection) in DBG_NAME() argument
317 OConnection::OConnection(ODatabaseSource& _rDB in DBG_NAME()
337 DBG_CTOR(OConnection,NULL); in DBG_NAME()
418 OConnection::~OConnection() in ~OConnection()
422 DBG_DTOR(OConnection,NULL); in ~OConnection()
514 void OConnection::acquire() throw () in acquire()
522 void OConnection::release() throw () in release()
531 void OConnection::disposing() in disposing()
606 void OConnection::impl_fillTableFilter() in impl_fillTableFilter()
807 void OConnection::impl_loadConnectionTools_throw() in impl_loadConnectionTools_throw()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx62 OConnection::OConnection(OFileDriver* _pDriver) in OConnection() function in OConnection
74 OConnection::~OConnection() in ~OConnection()
80 void SAL_CALL OConnection::release() throw() in release()
86 sal_Bool OConnection::matchesExtension( const String& _rExt ) const in matchesExtension()
274 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
278 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
353 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
373 void OConnection::disposing() in disposing()
386 Reference< XTablesSupplier > OConnection::createCatalog() in createCatalog()
398 Reference< XDynamicResultSet > OConnection::getDir() const in getDir()
[all …]
H A DFDriver.cxx115 OConnection* pCon = new OConnection(this); in connect()
217OConnection* pSearchConnection = reinterpret_cast< OConnection* >( xTunnel->getSomething(OConnecti… in getDataDefinitionByConnection()
218 OConnection* pConnection = NULL; in getDataDefinitionByConnection()
221 if ((OConnection*) Reference< XConnection >::query(i->get().get()).get() == pSearchConnection) in getDataDefinitionByConnection()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx54 OConnection::OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver) in OConnection() function in OConnection
70 OConnection::~OConnection() in ~OConnection()
83 void SAL_CALL OConnection::release() throw() in release()
486 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo()
591 void OConnection::disposing() in disposing()
609 OConnection* OConnection::cloneConnection() in cloneConnection()
611 return new OConnection(m_pDriverHandleCopy,m_pDriver); in cloneConnection()
614 SQLHANDLE OConnection::createStatementHandle() in createStatementHandle()
616 OConnection* pConnectionTemp = this; in createStatementHandle()
623 OConnection* pConnection = cloneConnection(); in createStatementHandle()
[all …]
H A DOTools.cxx45 void OTools::getValue( OConnection* _pConnection, in getValue()
67 void OTools::bindParameter( OConnection* _pConnection, in bindParameter()
249 void OTools::bindValue( OConnection* _pConnection, in bindValue()
409 void OTools::ThrowException(OConnection* _pConnection, in ThrowException()
470 Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection, in getBytesValue()
532 ::rtl::OUString OTools::getStringValue(OConnection* _pConnection, in getStringValue()
662 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
678 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
691 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
704 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection() function in OConnection
55 OConnection::~OConnection() in ~OConnection()
63 void SAL_CALL OConnection::release() throw() in release()
189 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
197 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
206 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
301 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
313 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
319 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
324 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo()
[all …]
H A DSConnection.hxx59 class OConnection : public OBase_Mutex, class
61 public connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE>
63 friend class connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE>;
97 OConnection(SkeletonDriver* _pDriver);
98 virtual ~OConnection();
H A DSStatement.hxx68 OConnection* m_pConnection; // The owning Connection object
93 OStatement_Base(OConnection* _pConnection );
126 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection()
135 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2()
151 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx69 OConnection::OConnection(MysqlCDriver& _rDriver, sql::Driver * _cppDriver) in OConnection() function in OConnection
86 OConnection::~OConnection() in ~OConnection()
98 void SAL_CALL OConnection::release() in release()
387 void SAL_CALL OConnection::commit() in commit()
403 void SAL_CALL OConnection::rollback() in rollback()
419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed()
613 void SAL_CALL OConnection::close() in close()
633 Any SAL_CALL OConnection::getWarnings() in getWarnings()
655 void OConnection::buildTypeInfo() in buildTypeInfo()
664 void OConnection::disposing() in disposing()
[all …]
H A Dmysqlc_connection.hxx93 class OConnection : public OBase_Mutex, class
95 public connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE>
97 friend class connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE>;
138 OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver);
139 virtual ~OConnection();
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx53 OConnection::OConnection(ODriver* _pDriver) throw(SQLException, RuntimeException) in OConnection() function in OConnection
100 OConnection::~OConnection() in ~OConnection()
165 void SAL_CALL OConnection::release() throw() in release()
248 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
257 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
266 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
404 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
415 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
424 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo()
483 void OConnection::disposing() in disposing()
[all …]
H A DADriver.cxx135 OConnection* pCon = new OConnection(this); in connect()
213 OConnection* pConnection = NULL; in getDataDefinitionByConnection()
217OConnection* pSearchConnection = reinterpret_cast< OConnection* >( xTunnel->getSomething(OConnecti… in getDataDefinitionByConnection()
221 if ((OConnection*) Reference< XConnection >::query(i->get().get()).get() == pSearchConnection) in getDataDefinitionByConnection()
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx96 class OConnection;
104 static void ThrowException( OConnection* _pConnection,
113 static void GetInfo(OConnection* _pConnection,
121 static void GetInfo(OConnection* _pConnection,
127 static void GetInfo(OConnection* _pConnection,
133 static void GetInfo(OConnection* _pConnection,
139 static void GetInfo(OConnection* _pConnection,
204 static void getValue( OConnection* _pConnection,
230 static void bindParameter( OConnection* _pConnection,
243 static void bindValue( OConnection* _pConnection,
[all …]
H A DOConnection.hxx53 class OOO_DLLPUBLIC_ODBCBASE OConnection : class
55 public connectivity::OSubComponent<OConnection, OConnection_BASE>,
58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>;
64 …::std::map< SQLHANDLE,OConnection*> m_aConnections; // holds all connectionas which are need for s…
90 virtual OConnection* cloneConnection(); // creates a new connection
96 OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver);
98 virtual ~OConnection();
H A DOResultSetMetaData.hxx53 OConnection* m_pConnection;
61 OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ) in OResultSetMetaData()
67 …OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ,const ::std::vector<sal_Int32> & _… in OResultSetMetaData()
77 static SQLLEN getNumColAttrib(OConnection* _pConnection
83 static SQLSMALLINT getColumnODBCType(OConnection* _pConnection
/trunk/main/connectivity/source/inc/ado/
H A DACatalog.hxx33 class OConnection;
38 OConnection* m_pConnection;
47 OCatalog(_ADOCatalog* _pCatalog,OConnection* _pCon);
50 OConnection* getConnection() const { return m_pConnection; } in getConnection()
H A DAIndex.hxx37 class OConnection;
41 OConnection* m_pConnection;
50 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
51 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection);
H A DAColumn.hxx34 class OConnection;
39 OConnection* m_pConnection;
51 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection,_ADOColumn* _pColumn);
52 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection);
H A DAKey.hxx37 class OConnection;
41 OConnection* m_pConnection;
50 OAdoKey(sal_Bool _bCase,OConnection* _pConnection,ADOKey* _pKey);
51 OAdoKey(sal_Bool _bCase,OConnection* _pConnection);
H A DAConnection.hxx55 class OConnection : public OConnection_BASE, class
56 public connectivity::OSubComponent<OConnection, OConnection_BASE>
58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>;
80OConnection(ODriver* _pDriver) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
82 ~OConnection();
/trunk/main/connectivity/source/inc/file/
H A DFCatalog.hxx35 class OConnection;
40 OConnection* m_pConnection;
56 OFileCatalog(OConnection* _pCon);
57 OConnection* getConnection() { return m_pConnection; } in getConnection()
H A Dfanalyzer.hxx34 class OConnection;
43 OConnection* m_pConnection;
51 OSQLAnalyzer(OConnection* _pConnection);
62 OConnection* getConnection() const { return m_pConnection; } in getConnection()
H A DFStatement.hxx87 OConnection* m_pConnection;// The owning Connection object
149 OStatement_Base(OConnection* _pConnection );
151 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection()
185 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2()
203 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
H A DFConnection.hxx52 class OOO_DLLPUBLIC_FILE OConnection : class
54 public connectivity::OSubComponent<OConnection, connectivity::OMetaConnection>
56 friend class connectivity::OSubComponent<OConnection, connectivity::OMetaConnection>;
83 virtual ~OConnection();
86 OConnection(OFileDriver* _pDriver);
H A DFTable.hxx47 OConnection* m_pConnection;
63 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection);
64 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection,
79 OConnection* getConnection() const { return m_pConnection;} in getConnection()

Completed in 90 milliseconds

12345