Home | History | Annotate | Download | only in storage

Lines Matching defs:currentColumn

899     int currentColumn = 1;
901 currentColumn += bindKeyToQuery(cursor->m_query, currentColumn, *range->lower());
903 currentColumn += bindKeyToQuery(cursor->m_query, currentColumn, *range->upper());
904 cursor->m_query.bindInt64(currentColumn, objectStoreId);