ctableddl.cpp
来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C++ 代码 · 共 43 行
CPP
43 行
// Copyright (C) 1991 - 1999 Rational Software Corporation
#include "stdafx.h"
#include "CTableDDL.h"
//##ModelId=3CC83B4603D5
CTableDDL::~CTableDDL()
{
// ToDo: Add your specialized code here and/or call the base class
}
//##ModelId=3CC83B47010F
CTableDDL::CTableDDL()
{
// ToDo: Add your specialized code here and/or call the base class
strcpy(m_sObjectKindString, "Table");
}
//##ModelId=3CC842090199
void CTableDDL::GetParams(CString& strParams)
{
// ToDo: Add your specialized code here
static_cast<void>(0);
}
//##ModelId=3CC981880311
void CTableDDL::New()
{
// ToDo: Add your specialized code here or after the call to base class
CDDLSQL::New();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?