The Battle for Wesnoth
1.15.8+dev
modules
mariadbpp
test
AlterTableTest.h
Go to the documentation of this file.
1
//
2
// M A R I A D B + +
3
//
4
// Copyright The ViaDuck Project 2016 - 2018.
5
// Distributed under the Boost Software License, Version 1.0.
6
// (See accompanying file LICENSE or copy at
7
// http://www.boost.org/LICENSE_1_0.txt)
8
9
#ifndef __ALTER_TABLE_TEST_H
10
#define __ALTER_TABLE_TEST_H
11
12
#include "
SkeletonTest.h
"
13
14
class
AlterTableTest
:
public
SkeletonTest
{
15
public
:
16
virtual
void
CreateTestTable
()
override
;
17
};
18
19
#endif
SkeletonTest
Definition:
SkeletonTest.h:19
SkeletonTest.h
AlterTableTest
Definition:
AlterTableTest.h:14
AlterTableTest::CreateTestTable
virtual void CreateTestTable() override
Definition:
AlterTableTest.cpp:11
Generated by
1.8.13