Home
last modified time | relevance | path

Searched defs:xStatement (Results 1 – 25 of 56) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/mysql/
H A Dmysql.cxx80 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in tearDown() local
133 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testDBConnection() local
156 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testCreateAndDropTable() local
177 Reference<XStatement> xStatement = xConnection->createStatement(); in testIntegerInsertAndQuery() local
233 Reference<XStatement> xStatement = xConnection->createStatement(); in testDBPositionChange() local
283 Reference<XStatement> xStatement = xConnection->createStatement(); in testMultipleResultsets() local
321 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testDBMetaData() local
358 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testTimestampField() local
394 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testNumericConversionPrepared() local
424 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testPreparedStmtIsAfterLast() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/mysql/
H A Dmysql.cxx80 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in tearDown() local
133 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testDBConnection() local
156 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testCreateAndDropTable() local
177 Reference<XStatement> xStatement = xConnection->createStatement(); in testIntegerInsertAndQuery() local
233 Reference<XStatement> xStatement = xConnection->createStatement(); in testDBPositionChange() local
283 Reference<XStatement> xStatement = xConnection->createStatement(); in testMultipleResultsets() local
321 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testDBMetaData() local
358 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testTimestampField() local
394 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testNumericConversionPrepared() local
424 uno::Reference<XStatement> xStatement = xConnection->createStatement(); in testPreparedStmtIsAfterLast() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/mork/
H A DDriverTest.cxx132 Reference< XPreparedStatement > xStatement = m_xConnection->prepareStatement(sql); in test_select_default_all() local
172 Reference< XPreparedStatement > xStatement = m_xConnection->prepareStatement(sql); in test_select_list_table_joe_doe_5() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/qa/unit/
H A Dembeddeddb_performancetest.cxx233 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in setupTestTable() local
291 uno::Reference< XStatement > xStatement = in performStatementInsertTest() local
329 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in performReadTest() local
H A Dfirebird.cxx64 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in testIntegerDatabase() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/qa/unit/
H A Dembeddeddb_performancetest.cxx238 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in setupTestTable() local
296 uno::Reference< XStatement > xStatement = in performStatementInsertTest() local
334 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in performReadTest() local
H A Dfirebird-regression.cxx75 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in testIntegerDatabase() local
H A Dfirebird.cxx66 uno::Reference< XStatement > xStatement = xConnection->createStatement(); in testIntegerDatabase() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DTConnection.cxx48 Reference< XInterface > xStatement( statement.get() ); in disposing() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DTConnection.cxx49 Reference< XInterface > xStatement( statement.get() ); in disposing() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/ado/
H A DDriverTest.cxx111 Reference< XPreparedStatement > xStatement = m_xConnection->prepareStatement(sql); in test_select_default_all() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/ado/
H A DDriverTest.cxx111 Reference< XPreparedStatement > xStatement = m_xConnection->prepareStatement(sql); in test_select_default_all() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A Dcachedrowset.cxx135 … Reference< XStatement > xStatement( m_pData->xConnection->createStatement(), UNO_SET_THROW ); in execute() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A Dcachedrowset.cxx136 … Reference< XStatement > xStatement( m_pData->xConnection->createStatement(), UNO_SET_THROW ); in execute() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/
H A Dconnection.cxx114 Reference< XStatement > xStatement; in createStatement() local
130 Reference< XPreparedStatement > xStatement; in prepareStatement() local
145 Reference< XPreparedStatement > xStatement; in prepareCall() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Dconnection.cxx122 Reference< XStatement > xStatement; in createStatement() local
138 Reference< XPreparedStatement > xStatement; in prepareStatement() local
153 Reference< XPreparedStatement > xStatement; in prepareCall() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Dsqldataprovider.cxx84 uno::Reference<sdbc::XStatement> xStatement = xConnection->createStatement(); in execute() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Dsqldataprovider.cxx84 uno::Reference<sdbc::XStatement> xStatement = xConnection->createStatement(); in execute() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java398 XStatement xStatement = xConn.createStatement(); in existsInvisibleTable() local
449 XStatement xStatement = xConn.createStatement( ); in implExecuteStatement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java398 XStatement xStatement = xConn.createStatement(); in existsInvisibleTable() local
449 XStatement xStatement = xConn.createStatement( ); in implExecuteStatement() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx288 Reference< XStatement > xStatement( xMe->createStatement(), css::uno::UNO_SET_THROW ); in impl_isTextTable_nothrow() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx289 Reference< XStatement > xStatement( xMe->createStatement(), css::uno::UNO_SET_THROW ); in impl_isTextTable_nothrow() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/hsqldb/
H A Dhsqlimport.cxx224 Reference<XPreparedStatement> xStatement = m_rConnection->prepareStatement(sStatement); in insertRow() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/hsqldb/
H A Dhsqlimport.cxx225 Reference<XPreparedStatement> xStatement = m_rConnection->prepareStatement(sStatement); in insertRow() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx182 Reference< XStatement > xStatement = m_xConnection->createStatement(); in implExecuteStatement() local

123