MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / CurrentRow

Method CurrentRow

extensions/sqlite/driver/SqResults.cpp:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180IResultRow *SqResults::CurrentRow()
181{
182 if (!m_RowCount || m_CurRow < 0 || m_CurRow >= m_RowCount)
183 {
184 return NULL;
185 }
186 return this;
187}
188
189bool SqResults::Rewind()
190{

Callers 5

SQL_FetchStringFunction · 0.45
SQL_FetchFloatFunction · 0.45
SQL_FetchIntFunction · 0.45
SQL_IsFieldNullFunction · 0.45
SQL_FetchSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected