Example #1
0
SQLQuery::SQLQuery(const SQLQuery &q) {
    *this << q.str();
    Success = q.Success;
    def = q.def;
}