We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
field::num()
1 parent 334bcd2 commit 267524aCopy full SHA for 267524a
include/pqxx/field.hxx
@@ -81,7 +81,7 @@ public:
81
/// What table did this column come from?
82
[[nodiscard]] PQXX_PURE oid table() const;
83
84
- /// Return row number. The first row is row 0, the second is row 1, etc.
+ /// Return column number. The first column is 0, the second is 1, etc.
85
PQXX_PURE constexpr row_size_type num() const noexcept { return col(); }
86
87
/// What column number in its originating table did this column come from?
0 commit comments