![]() |
Home | Libraries | Author | Links |
Definition at line 574 of file dbsql.hpp.
Public Member Functions | |
descr () | |
descr (const std::string &type, const table::layout &columns) | |
~descr () | |
bool | setTypeLayout (const std::string &type, table::layout &columns) |
const std::string & | type () const |
table * | active () const |
If there is an activated corresponding db::sql::table object, return its address, else NULL. | |
Friends | |
struct | db::stream< table::descr > |
class | connection |
stm::db::sql::table::descr::descr | ( | ) |
stm::db::sql::table::descr::descr | ( | const std::string & | type, | |
const table::layout & | columns | |||
) |
stm::db::sql::table::descr::~descr | ( | ) |
bool stm::db::sql::table::descr::setTypeLayout | ( | const std::string & | type, | |
table::layout & | columns | |||
) |
const std::string& stm::db::sql::table::descr::type | ( | ) | const |
table* stm::db::sql::table::descr::active | ( | ) | const |
If there is an activated corresponding db::sql::table object, return its address, else NULL.
The activated corresponding db::sql::table object is set and reset exclusively by class db::sql::connection.
friend struct db::stream< table::descr > [friend] |
friend class connection [friend] |
© Copyright Tom Michaelis 2002-2007
Distributed under the SysToMath Software License (See the accompanying file license.txt or a copy at www.SysToMath.com).