MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / formatQuerySQLByTime2

Method formatQuerySQLByTime2

src/database/WizIndexBase.cpp:270–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 TIME2SQL(t));
269}
270CString WizIndexBase::formatQuerySQLByTime2(const CString& strTableName,
271 const CString& strFieldList,
272 const CString& strInfoFieldName,
273 const CString& strDataFieldName,
274 const WizOleDateTime& t)
275{
276 return WizFormatString5("select %1 from %2 where %3 >= %5 or %4 >= %5",
277 strFieldList,
278 strTableName,
279 strInfoFieldName,
280 strDataFieldName,
281 TIME2SQL(t));
282}
283CString WizIndexBase::formatQuerySQLByTime3(const CString& strTableName,
284 const CString& strFieldList,
285 const CString& strInfoFieldName,

Callers

nothing calls this directly

Calls 1

WizFormatString5Function · 0.85

Tested by

no test coverage detected