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.cxx90 rtl::OUString OConnection::getImplementationName( ) throw(RuntimeException) in getImplementationName()
96 sal_Bool OConnection::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExcepti… in supportsService()
103 Sequence< ::rtl::OUString > OConnection::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
120 void OConnection::close(void) throw( SQLException, RuntimeException ) in close()
128 sal_Bool OConnection::isClosed(void) throw( SQLException, RuntimeException ) in isClosed()
137 Reference< XStatement > OConnection::createStatement(void) throw( SQLException, RuntimeException ) in createStatement()
153 Reference< XPreparedStatement > OConnection::prepareStatement(const rtl::OUString& sql) throw( SQL… in prepareStatement()
171 Reference< XPreparedStatement > OConnection::prepareCall(const rtl::OUString& sql) throw( SQLExcep… in prepareCall()
188 rtl::OUString OConnection::nativeSQL(const rtl::OUString& sql) throw( SQLException, RuntimeExceptio… in nativeSQL()
197 void OConnection::setAutoCommit(sal_Bool autoCommit) throw( SQLException, RuntimeException ) in setAutoCommit()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx62 OConnection::OConnection(OFileDriver* _pDriver) in OConnection() function in OConnection
63 … : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this) 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()
100 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) thro… in construct()
220 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.file.Connection", "com.sun.star.sdbc…
223 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
247 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& /*sql*/ )… in prepareCall()
[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
55 … : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this) in OConnection()
70 OConnection::~OConnection() in ~OConnection()
83 void SAL_CALL OConnection::release() throw() in release()
88 oslGenericFunction OConnection::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
94 SQLRETURN OConnection::OpenConnection(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeOut, sal_Bo… in OpenConnection()
174 SQLRETURN OConnection::Construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) … in Construct()
277 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.odbc.OConnection", "com.sun.star.sdb…
280 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
[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
44 … : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
55 OConnection::~OConnection() in ~OConnection()
63 void SAL_CALL OConnection::release() throw() in release()
69 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) thro… in construct()
124 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.skeleton.OConnection", "com.sun.star…
127 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
139 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& _sSq… in prepareStatement()
155 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& _sSql ) t… in prepareCall()
164 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLException,… in nativeSQL()
[all …]
H A DSStatement.hxx68OConnection* 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()
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();
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx69 OConnection::OConnection(MysqlCDriver& _rDriver, sql::Driver * _cppDriver) in OConnection() function in OConnection
71 ,OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)&_rDriver, this) in OConnection()
86 OConnection::~OConnection() in ~OConnection()
98 void SAL_CALL OConnection::release() in release()
111 void OConnection::construct(const OUString& url, const Sequence< PropertyValue >& info) in construct()
264 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.mysqlc.OConnection", "com.sun.star.s…
268 Reference< XStatement > SAL_CALL OConnection::createStatement() in createStatement()
291 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement(const OUString& _sSql) in prepareStatement()
315 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall(const OUString& /*_sSql*/ ) in prepareCall()
329 OUString SAL_CALL OConnection::nativeSQL(const OUString& _sSql) in nativeSQL()
[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.cxx51 IMPLEMENT_SERVICE_INFO(OConnection,"com.sun.star.sdbcx.AConnection","com.sun.star.sdbc.Connection");
53 OConnection::OConnection(ODriver* _pDriver) throw(SQLException, RuntimeException) in OConnection() function in OConnection
54 … : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
100 OConnection::~OConnection() in ~OConnection()
104 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) in construct()
165 void SAL_CALL OConnection::release() throw() in release()
170 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
193 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) thr… in prepareCall()
205 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& _sql ) throw(SQLException, … in nativeSQL()
[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,
190 static ::rtl::OUString getStringValue( OConnection* _pConnection,
198 … static ::com::sun::star::uno::Sequence<sal_Int8> getBytesValue(OConnection* _pConnection,
204 static void getValue( 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 connections which are need for se…
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.hxx87OConnection* 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()

12345