Hello
Is there any way to specify table name for the qx::dao functions during runtime ?
Is there any way to specify table name for the qx::dao functions during runtime ?
qx::IxClass * pClass = qx::QxClassX::getClass("myClass");
pClass->setName("myTable2"); // to associate the C++ class "myClass" to the table "myTable2" of database
I asked about side effects because I saw QX_SQL_BUILDER_INIT_FCT macro with static QString sql.
Users browsing this forum: No registered users and 2 guests