MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / numResultSets

Method numResultSets

Engine/source/sqlite/SQLiteObject.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503S32 SQLiteObject::numResultSets()
504{
505 return m_vResultSets.size();
506}
507
508void SQLiteObject::escapeSingleQuotes(const char* source, char *dest)
509{

Callers 1

SQLiteObject.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected