Table field for date or date/time values handled by a line edit. More...
#include <bpstablefield.h>
Inheritance diagram for BpsNvlDateTimeField:Public Member Functions | |
| BpsNvlDateTimeField (const QString &aHeader, const QString &aColumn) | |
Table field for date or date/time values handled by a line edit.
Compared to BpsDateTimeField, the Nvl variant does allow NULL values.
| BpsNvlDateTimeField::BpsNvlDateTimeField | ( | const QString & | aHeader, |
| const QString & | aColumn | ||
| ) |
| [in] | aHeader | The column header. |
| [in] | aColumn | The whole column expression. This may also be something like "func(c_key) as c_fcol" where the whole expression will be returned as wholeColumn(), and column() will return the alias part "c_fcol" only. |