ccustomsql.cpp

来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C++ 代码 · 共 46 行

CPP
46
字号
// Copyright (C) 1991 - 1999 Rational Software Corporation

#include "stdafx.h"
#include "CCustomSQL.h"



//##ModelId=3CC82E2702C6
void CCustomSQL::FormatSQLStatement()
{
	// TODO: Add your specialized code here.
}

//##ModelId=3CC8364A01B3
CCustomSQL::~CCustomSQL()
{
	// ToDo: Add your specialized code here and/or call the base class
}

//##ModelId=3CC8364A03B2
CCustomSQL::CCustomSQL()
{
	// ToDo: Add your specialized code here and/or call the base class
}



//##ModelId=3CC839FD00B0
const CString& CCustomSQL::get_SQL()
{
	return m_strSQL;
}

//##ModelId=3CC839FE01E8
const CString& CCustomSQL::get_SQLParams()
{
	return m_strSQLParams;
}

//##ModelId=3CC839FF03B6
const CString& CCustomSQL::get_SQLTmpl()
{
	return m_strSQLTmpl;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?