⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wwwsql.h

📁 www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POS
💻 H
字号:
/*  					W3C Sample Code Library libwww SQL Interface!  W3C Sample Code Library libwww SQL Interface!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This module is an easy to use interface to SQL databases. It contains botha generic interface and some specific examples of how this can be used toconnect a Web client to an SQL server. This requires that you have linkedagainst the MySQL library. See theinstallation instructions for details.*/#ifndef WWWSQL_H#define WWWSQL_H/**/#ifdef __cplusplusextern "C" { #endif/*(  System dependencies)The wwwsys.h file includes system-specific includefiles and flags for I/O to network and disk. The only reason for this fileis that the Internet world is more complicated than Posix and ANSI.*/#include "wwwsys.h"/*(  Basic SQL Interface)This module interacts with the MYSQL C client library to perform SQL operations.It is not intended as a complete SQL API but handles most of the typicalerror situations talking to an SQL server so that the caller doesn't haveto think about it.*/#ifdef HT_MYSQL#include "HTSQL.h"#endif/*(  SQL Client Side Logging)This SQL based log class generates a SQL database and a set of tables storingthe results of a request. The result is stored in different tables dependingon whether it is information about the request or the resource returned.*/#ifdef HT_MYSQL#include "HTSQLLog.h"#endif/**/#ifdef __cplusplus} /* end extern C definitions */#endif#endif /* WWWSQL_H *//*    @(#) $Id: WWWSQL.html,v 2.1 1998/05/24 19:39:40 frystyk Exp $*/

⌨️ 快捷键说明

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