MCPcopy Create free account
hub / github.com/OSGeo/PROJ / getText

Method getText

src/sqlite3_utils.hpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 const char *getText() {
113 auto ret = sqlite3_column_text(hStmt, iResIdx);
114 iResIdx++;
115 return reinterpret_cast<const char *>(ret);
116 }
117
118 sqlite3_int64 getInt64() {
119 auto ret = sqlite3_column_int64(hStmt, iResIdx);

Callers 3

insertMethod · 0.80
tryGetMethod · 0.80
proj_is_download_neededFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected