コード例 #1
0
void SQLExecuter::xport(const MyString& table, const MyString& filepath)
{
    xport(table, filepath.toCString());
}