|
Isis 3.0 Application Source Code Reference |
Home |
#include <DbPvlMapUtil.h>
Definition at line 88 of file DbPvlMapUtil.h.
Public Member Functions | |
| DbStatus () | |
| DbStatus (const std::string &name) | |
| DbStatus (const std::string &name, int ncols, const std::string &sqlOp, const std::string &sqlStmt) | |
Public Attributes | |
| std::string | table |
| Name of table. | |
| int | columns |
| Number columns in operation. | |
| std::string | operation |
| type of operation performed (UPDATE, INSERT) | |
| std::string | sql |
| Prepared or executed SQL statement. | |
| int | status |
| Query status -1=unexecuted, 0=OK, 1=failed. | |
| int | rowsAffected |
| Number rows the statement affected. | |
| std::string | lastError |
| Last textual DB error. | |
| DbStatus | ( | ) | [inline] |
Definition at line 89 of file DbPvlMapUtil.h.
| DbStatus | ( | const std::string & | name | ) | [inline] |
Definition at line 91 of file DbPvlMapUtil.h.
| DbStatus | ( | const std::string & | name, | |
| int | ncols, | |||
| const std::string & | sqlOp, | |||
| const std::string & | sqlStmt | |||
| ) | [inline] |
Definition at line 94 of file DbPvlMapUtil.h.
| std::string table |
| int columns |
| std::string operation |
| std::string sql |
| int status |
| int rowsAffected |
| std::string lastError |