Home
last modified time | relevance | path

Searched refs:executeBatch (Results 201 – 225 of 300) sorted by relevance

12345678910>>...12

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx201 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) in executeBatch() function in OStatement
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mysqlc/
H A Dmysqlc_statement.cxx202 Sequence<sal_Int32> SAL_CALL OStatement::executeBatch() in executeBatch() function in OStatement
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dcluster_write.cpp237 BatchWriteExec::executeBatch(opCtx, targeter, request, response, stats); in write()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/db/sql/
H A DSqlTableHistory.java637 psDelete.getPs().executeBatch();
642 psDelete.getPs().executeBatch();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx356 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
H A DSStatement.cxx201 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch() function in OStatement
H A DSPreparedStatement.hxx140 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/jdbc/
H A DJDBCStatement.java1078 public synchronized int[] executeBatch() throws SQLException { in executeBatch() method in JDBCStatement
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DPreparedStatement.cpp337 void PreparedStatement::executeBatch() in executeBatch() function in odbc::PreparedStatement
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/core/
H A DJdbcTemplate.java536 rowsAffected = stmt.executeBatch(); in batchUpdate()
899 return ps.executeBatch();
965 rowsAffected.add(ps.executeBatch());
/dports/databases/sqlclient/SQLClient-1.8.1/
H A DJDBC.m73 jmethodID executeBatch; field
1058 ji->executeBatch = (*env)->GetMethodID (env, jc,
1059 "executeBatch", "()[I");
1066 ji->executeBatch = 0;
1797 ji->executeBatch);
H A DSQLClient.h1618 - (unsigned) executeBatch;
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/
H A DJdbcUtils.scala592 stmt.executeBatch()
597 stmt.executeBatch()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/org/eclipse/equinox/internal/p2/extensionlocation/
H A DExtensionLocationArtifactRepository.java330 public IStatus executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) { in executeBatch() method in ExtensionLocationArtifactRepository
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/
H A DLocalMetadataRepository.java312 public IStatus executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) { in executeBatch() method in LocalMetadataRepository
/dports/graphics/qgis/qgis-3.22.3/src/providers/hana/
H A Dqgshanaprovider.cpp752 stmtInsert->executeBatch(); in addFeatures()
789 stmtInsert->executeBatch(); in addFeatures()
1106 stmtUpdate->executeBatch(); in changeGeometryValues()
1110 stmtUpdate->executeBatch(); in changeGeometryValues()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DCallableStatementWrapper.java336 public int[] executeBatch() throws SQLException { in executeBatch() method in CallableStatementWrapper
337 return cstmt.executeBatch(); in executeBatch()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/gocql/gocql/
H A Dconn.go933 func (c *Conn) executeBatch(batch *Batch) *Iter { func
1021 return c.executeBatch(batch)
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/RPC/lib/src/de/ilias/services/lucene/index/
H A DCommandQueue.java111 psta.executeBatch(); in setFinished()
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/RPC/lib/src/de/ilias/services/lucene/index/
H A DCommandQueue.java112 psta.executeBatch(); in setFinished()
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/
H A DREADME.md163 psInsert->executeBatch();
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gocql/gocql/
H A Dconn.go991 func (c *Conn) executeBatch(batch *Batch) *Iter { func
1077 return c.executeBatch(batch)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gocql/gocql/
H A Dconn.go991 func (c *Conn) executeBatch(batch *Batch) *Iter { func
1077 return c.executeBatch(batch)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gocql/gocql/
H A Dconn.go991 func (c *Conn) executeBatch(batch *Batch) *Iter { func
1077 return c.executeBatch(batch)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/
H A DTestArtifactRepository.java423 public IStatus executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) { in executeBatch() method in TestArtifactRepository

12345678910>>...12