Home
last modified time | relevance | path

Searched refs:DuplRow (Results 1 – 2 of 2) sorted by relevance

/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DTableTree.cpp5913 DuplRow value_list; in OnCmdRemoveDuplicates()
6189 DuplRow * value_list, int *count) in doDeleteDuplicates()
6504 DuplRow::~DuplRow() in ~DuplRow()
6518 void DuplRow::Add(wxString & name) in Add()
6530 void DuplRow::SetValue(int pos, sqlite3_int64 value) in SetValue()
6545 void DuplRow::SetValue(int pos, double value) in SetValue()
6560 void DuplRow::SetValue(int pos, const char *value) in SetValue()
6575 void DuplRow::SetValue(int pos, const void *blob, int size) in SetValue()
6590 void DuplRow::SetValue(int pos) in SetValue()
6605 void DuplRow::ResetQueryPos() in ResetQueryPos()
[all …]
H A DClassdef.h1240 class DuplRow
1251 DuplRow() in DuplRow() function
1257 ~DuplRow();
1420 bool doDeleteDuplicates(wxString & sql1, wxString & sql2, DuplRow * values,
1422 bool doDeleteDuplicates2(sqlite3_stmt * stmt1, DuplRow * values, int *count);