Home
last modified time | relevance | path

Searched defs:xConnection (Results 1 – 25 of 106) sorted by path

12345

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java453 XConnection xConnection = connector_xConnector.connect(conDcp); in resolve() local
/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx117 css::uno::Reference< css::connection::XConnection > xConnection( in connect() local
/trunk/main/bridges/test/
H A Dtestclient.java119 XConnection xConnection = xConnector.connect(args[0]); in main() local
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java65 com.sun.star.sdbc.XConnection xConnection = null; in testLongVarChar() local
/trunk/main/connectivity/source/commontools/
H A DParamterSubstitution.cxx42 uno::Reference< sdbc::XConnection > xConnection; in initialize() local
89 uno::Reference< sdbc::XConnection > xConnection = m_xConnection; in substituteVariables() local
H A DTColumnsHelper.cxx90 Reference<XConnection> xConnection = m_pTable->getConnection(); in createObject() local
H A DTIndexes.cxx60 Reference< XConnection> xConnection = m_pTable->getConnection(); in createObject() local
133 Reference< XConnection> xConnection = m_pTable->getConnection(); in appendObject() local
221 Reference< XConnection> xConnection = m_pTable->getConnection(); in dropObject() local
H A DTKeys.cxx136 Reference< XConnection> xConnection = m_pTable->getConnection(); in appendObject() local
273 Reference< XConnection> xConnection = m_pTable->getConnection(); in dropObject() local
H A Ddbmetadata.cxx86 Reference< XConnection > xConnection; member
H A Ddbtools.cxx245 Reference< XConnection> xConnection(xParent, UNO_QUERY); in findConnection() local
296 Reference<XConnection> xConnection; in getConnection_allowException() local
399 SharedConnection xConnection; in lcl_connectRowSet() local
513 …SharedConnection xConnection = lcl_connectRowSet( _rxRowSet, _rxFactory, _bSetAsActiveConnection, … in connectRowset() local
H A Dformattedcolumnvalue.cxx207 Reference< XConnection > xConnection( getConnection( i_rRowSet ), UNO_QUERY_THROW ); in lcl_initColumnDataValue_nothrow() local
H A Dparameters.cxx736 Reference< XConnection > xConnection; in fillParameterValues() local
772 Reference< XConnection > xConnection; in cacheConnectionInfo() local
H A Dstatementcomposer.cxx69 const Reference< XConnection > xConnection; member
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx185 Reference<XConnection> xConnection; in getConnectionWithInfo() local
204 Reference<XConnection> xConnection(Source.Source,UNO_QUERY); in disposing() local
228 Reference<XConnection> xConnection = xPooledConnection->getConnection(); in createNewConnection() local
293 Reference<XConnection> xConnection; in getPooledConnection() local
H A DZDriverWrapper.cxx90 Reference< XConnection > xConnection; in connect() local
H A DZPoolCollection.cxx118 Reference< XConnection > xConnection; in getConnectionWithInfo() local
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx255 Reference<XConnection> xConnection = m_pConnection; in changePassword() local
H A DBViews.cxx74 Reference<XConnection> xConnection = static_cast<OAdabasCatalog&>(m_rParent).getConnection(); in createObject() local
112 Reference<XConnection> xConnection = static_cast<OAdabasCatalog&>(m_rParent).getConnection(); in createDescriptor() local
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx177 Reference< XConnection > xConnection; in connect() local
649 Reference<XConnection> xConnection(i->first,UNO_QUERY); in preCommit() local
H A DHTables.cxx132 Reference< XConnection > xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in dropObject() local
168 Reference< XConnection > xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createTable() local
H A DHViews.cxx95 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createDescriptor() local
122 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in dropObject() local
138 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createView() local
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx270 Reference< XConnection > xConnection = pConnection; in connect() local
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx249 Reference< XConnection > xConnection; in connect() local
H A DYTables.cxx149 Reference< XConnection > xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in dropObject() local
201 …const Reference< XConnection > xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(… in createTable() local
H A DYViews.cxx89 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in createDescriptor() local
116 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in dropObject() local
132 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in createView() local

Completed in 93 milliseconds

12345