A class that represents the IN operator.
More...
#include <In.h>
A class that represents the IN operator.
- See also
- Expression
Definition at line 52 of file In.h.
Constructor.
- Parameters
-
- Note
- The In will take the ownership of the given property.
te::da::In::In |
( |
const std::string & |
name | ) |
|
te::da::In::In |
( |
const In & |
rhs | ) |
|
It call the visit method from the guest object.
- Parameters
-
guest | The guest or visitor. |
- Returns
- Any valid value define by the template type R.
It adds the argument to the function list of arguments.
- Parameters
-
arg | The argument to be added. |
- Note
- The Function will take the ownership of the given argument.
Expression* te::da::Function::getArg |
( |
std::size_t |
i | ) |
const |
|
inherited |
It returns the i-th function argument.
- Parameters
-
- Returns
- The it-th function argument.
const std::string& te::da::Function::getName |
( |
| ) |
const |
|
inlineinherited |
It returns the function name.
- Returns
- The function name.
Definition at line 79 of file Function.h.
std::size_t te::da::Function::getNumArgs |
( |
| ) |
const |
|
inherited |
It returns the number of arguments informed to the function.
- Returns
- The number of parameters.
It returns the property name.
- Returns
- The property name.
In& te::da::In::operator= |
( |
const In & |
rhs | ) |
|
Expression* te::da::Function::operator[] |
( |
std::size_t |
i | ) |
const |
|
inherited |
It returns the i-th function argument.
- Parameters
-
- Returns
- The it-th function argument.
It sets the property name.
- Parameters
-
The list of arguments.
Definition at line 118 of file Function.h.
The property name.
Definition at line 109 of file In.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/dataaccess/query/In.h