Home
last modified time | relevance | path

Searched refs:get_affected_rows (Results 1 – 25 of 86) sorted by relevance

1234

/dports/databases/soci/soci-4.0.1/include/soci/
H A Dstatement.h66 long long get_affected_rows();
220 long long get_affected_rows() in get_affected_rows() function
222 return impl_->get_affected_rows(); in get_affected_rows()
/dports/databases/soci/soci-4.0.1/
H A DCHANGES106 -- Fixed bug whe nusing get_affected_rows() and user defined types (#221).
112 -- Fixed get_affected_rows() when using FreeTDS driver.
193 - Added test for get_affected_rows after bulk operations
202 -- Added get_affected_rows() support for bulk operations
207 -- Added get_affected_rows() support for bulk operations
212 -- Added get_affected_rows() support for bulk operations
223 -- Added get_affected_rows() support for bulk operations
231 -- Added get_affected_rows() support for bulk operations
300 -- Implemented statement::get_affected_rows() operation
316 -- Implemented statement::get_affected_rows() operation
[all …]
/dports/databases/soci/soci-4.0.1/src/backends/empty/
H A Dstatement.cpp54 long long empty_statement_backend::get_affected_rows() in get_affected_rows() function in empty_statement_backend
/dports/databases/soci/soci-4.0.1/src/backends/postgresql/
H A Dstatement.cpp433 rowsAffectedBulkTemp += get_affected_rows(); in execute()
670 long long postgresql_statement_backend::get_affected_rows() in get_affected_rows() function in postgresql_statement_backend
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.h237 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.h237 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_prepare.h237 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.h237 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_prepare.h237 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_prepare.h231 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/soci/soci-4.0.1/docs/
H A Dbeyond.md10 SOCI provides `statement::get_affected_rows()` method allowing to do this:
16 if ( !st.get_affected_rows() )
/dports/databases/soci/soci-4.0.1/src/backends/sqlite3/
H A Dstatement.cpp314 rowsAffectedBulkTemp += get_affected_rows(); in bind_and_execute()
363 long long sqlite3_statement_backend::get_affected_rows() in get_affected_rows() function in sqlite3_statement_backend
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_prepare.h228 ulonglong get_affected_rows() const in get_affected_rows() function
/dports/databases/soci/soci-4.0.1/src/backends/firebird/
H A Dstatement.cpp434 rowsAffectedBulkTemp += get_affected_rows(); in execute()
565 long long firebird_statement_backend::get_affected_rows() in get_affected_rows() function in firebird_statement_backend
/dports/databases/soci/soci-4.0.1/include/soci/empty/
H A Dsoci-empty.h117 long long get_affected_rows() SOCI_OVERRIDE;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/include/sql_service/
H A Dsql_resultset.h253 ulonglong get_affected_rows() { return m_affected_rows; } in get_affected_rows() function
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_resultset.h287 ulonglong get_affected_rows() { return m_affected_rows; } in get_affected_rows() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/include/sql_service/
H A Dsql_resultset.h287 ulonglong get_affected_rows() { return m_affected_rows; } in get_affected_rows() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_resultset.h287 ulonglong get_affected_rows() { return m_affected_rows; } in get_affected_rows() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/include/sql_service/
H A Dsql_resultset.h287 ulonglong get_affected_rows() { return m_affected_rows; } in get_affected_rows() function

1234