Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
Main Page
Classes
Files
File List
All
Classes
Functions
Enumerations
Pages
ilwisobjects
table
tableselector.h
1
#ifndef TABLESELECTOR_H
2
#define TABLESELECTOR_H
3
4
namespace
Ilwis {
5
class
TableSelector
6
{
7
friend
class
FlatTable
;
8
9
TableSelector
();
10
static
std::vector<quint32> select(
const
Table
*tbl,
const
QString &conditions) ;
11
static
void
numericCase(
const
LogicalExpressionPart
&part,
double
val1, std::vector<bool>::iterator &iter);
12
static
void
stringCase(
const
LogicalExpressionPart
&part,
const
Ilwis::ColumnDefinition
&coldef,
13
const
QVariant &val1, std::vector<bool>::iterator &iter);
14
};
15
}
16
17
#endif // TABLESELECTOR_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1