Home
last modified time | relevance | path

Searched refs:aSessionImpl (Results 1 – 2 of 2) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DPostgreSQLStatementImpl.cpp23 PostgreSQLStatementImpl::PostgreSQLStatementImpl(SessionImpl& aSessionImpl): in PostgreSQLStatementImpl() argument
24 Poco::Data::StatementImpl(aSessionImpl), in PostgreSQLStatementImpl()
25 _statementExecutor(aSessionImpl.handle()), in PostgreSQLStatementImpl()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/include/Poco/Data/PostgreSQL/
H A DPostgreSQLStatementImpl.h40 PostgreSQLStatementImpl(SessionImpl& aSessionImpl);