MCPcopy Create free account
hub / github.com/davisking/dlib / get_num_columns

Method get_num_columns

dlib/sqlite/sqlite.h:210–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 unsigned long get_num_columns(
211 ) const
212 {
213 if( (at_first_step==false) && (step_status==SQLITE_ROW))
214 {
215 return sqlite3_column_count(stmt);
216 }
217 else
218 {
219 return 0;
220 }
221 }
222
223 const std::string& get_sql_string (
224 ) const

Callers 6

query_objectFunction · 0.80
query_textFunction · 0.80
query_doubleFunction · 0.80
query_intFunction · 0.80
query_int64Function · 0.80
query_blobFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected