First Commit
This commit is contained in:
11
ext/libpqxx-7.7.3/install/ubuntu22.04/amd64/include/pqxx/row
Normal file
11
ext/libpqxx-7.7.3/install/ubuntu22.04/amd64/include/pqxx/row
Normal file
@@ -0,0 +1,11 @@
|
||||
/** pqxx::row class.
|
||||
*
|
||||
* pqxx::row refers to a row in a result.
|
||||
*/
|
||||
// Actual definitions in .hxx file so editors and such recognize file type.
|
||||
#include "pqxx/internal/header-pre.hxx"
|
||||
|
||||
#include "pqxx/result.hxx"
|
||||
#include "pqxx/row.hxx"
|
||||
|
||||
#include "pqxx/internal/header-post.hxx"
|
||||
Reference in New Issue
Block a user