Method “step”
function step()
Returns a single result of the statement
This is calling the
sqlite3_stepfunction on the statment.
Return Value
Returns a result row of the statement as an object.
function step()
Returns a single result of the statement
This is calling the
sqlite3_stepfunction on the statment.
Returns a result row of the statement as an object.