|
Isis 3.0 Application Source Code Reference |
Home |
#include <DbPvlMapUtil.h>
Definition at line 61 of file DbPvlMapUtil.h.
Public Member Functions | |
| DbColumn () | |
| DbColumn (const std::string &colname) | |
| DbColumn (const std::string &colname, const std::string &val) | |
| bool | isValid () const |
| bool | isMissing () const |
| std::string | name () const |
| std::string | value () const |
| void | setValue (const std::string &value) |
| std::string | bind () const |
Static Public Member Functions | |
| static std::string | bind (const std::string &name) |
| DbColumn | ( | ) | [inline] |
Definition at line 62 of file DbPvlMapUtil.h.
| DbColumn | ( | const std::string & | colname | ) | [inline] |
Definition at line 63 of file DbPvlMapUtil.h.
| DbColumn | ( | const std::string & | colname, | |
| const std::string & | val | |||
| ) | [inline] |
Definition at line 64 of file DbPvlMapUtil.h.
| bool isValid | ( | ) | const [inline] |
Definition at line 67 of file DbPvlMapUtil.h.
| bool isMissing | ( | ) | const [inline] |
Definition at line 68 of file DbPvlMapUtil.h.
| std::string name | ( | ) | const [inline] |
Definition at line 70 of file DbPvlMapUtil.h.
| std::string value | ( | ) | const [inline] |
Definition at line 71 of file DbPvlMapUtil.h.
| void setValue | ( | const std::string & | value | ) | [inline] |
Definition at line 72 of file DbPvlMapUtil.h.
| std::string bind | ( | ) | const [inline] |
Definition at line 74 of file DbPvlMapUtil.h.
| static std::string bind | ( | const std::string & | name | ) | [inline, static] |
Definition at line 78 of file DbPvlMapUtil.h.