Parent Directory
|
Revision Log
|
Patch
Revision 1229 by tomek, Wed Sep 18 12:29:20 2019 UTC | Revision 1230 by tomek, Fri Nov 22 13:40:30 2019 UTC | |
---|---|---|
# | Line 136 bool PostgreSQLQueryResult::is_null(int column_index) | Line 136 bool PostgreSQLQueryResult::is_null(int column_index) |
136 | } | } |
137 | ||
138 | ||
139 | /* | |
140 | * in the future we can use single row mode: | |
141 | * https://www.postgresql.org/docs/10/libpq-single-row-mode.html | |
142 | * | |
143 | * or just cursors from database: | |
144 | * https://www.postgresql.org/docs/current/sql-fetch.html | |
145 | * | |
146 | */ | |
147 | const char * PostgreSQLQueryResult::get_value_from_result(int row, int col) | const char * PostgreSQLQueryResult::get_value_from_result(int row, int col) |
148 | { | { |
149 | const char * value_str = nullptr; | const char * value_str = nullptr; |
|
svnadmin@ttmath.org | ViewVC Help |
Powered by ViewVC 1.2.1 |