Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aui-framework/aui
/ Iterator
Method
Iterator
aui.data/src/AUI/Data/ASqlQueryResult.cpp:15–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
ASqlQueryResult::Iterator::Iterator(const _<ISqlDriverResult>& sql): mResult(sql)
16
{
17
if (mResult)
18
{
19
mRow = mResult->begin();
20
}
21
}
22
23
ASqlQueryResult::Iterator ASqlQueryResult::begin() const
24
{
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected