Home
last modified time | relevance | path

Searched defs:firebird_statement_backend (Results 1 – 2 of 2) sorted by relevance

/dports/databases/soci/soci-4.0.1/include/soci/firebird/
H A Dsoci-firebird.h218 isc_stmt_handle stmtp_;
219 XSQLDA * sqldap_;
220 XSQLDA * sqlda2p_;
222 bool boundByName_;
223 bool boundByPos_;
232 bool endOfRowSet_;
243 BuffersType intoType_;
244 BuffersType useType_;
247 std::vector<void*> intos_;
248 std::vector<void*> uses_;
[all …]
/dports/databases/soci/soci-4.0.1/src/backends/firebird/
H A Dstatement.cpp19 firebird_statement_backend::firebird_statement_backend(firebird_session_backend &session) in firebird_statement_backend() function in firebird_statement_backend