11 lines
210 B
C++
11 lines
210 B
C++
#include "__mysql.h"
|
|
#include <iostream>
|
|
|
|
namespace jet {
|
|
|
|
__mysql::__mysql(coreutils::ZString &in, coreutils::MString &out, Global &global) : Tag(in, out, global) {
|
|
parseContainer(container);
|
|
}
|
|
|
|
}
|