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

📄 dboosql.h

📁 bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件
💻 H
字号:
#ifndef __dboosql_h#define __dboosql_h#include "dbpath.h"#include "dbobject.h"/*=====================================================================================*//* The theory:	An object will normally have a base effilation with a table. 	The traditional way is a single sql statement getting a single table contents.	What this module seeks to do is allow you to tap other tables onto your	base table.*//* Add a table into the SQL statement */gint db_oo_generatesql(Object * obj, gchar * table);/* Generationg a SQL query from complex paths */gint db_oo_generatesql_addpath(Object * obj, DbPath * path);#endif

⌨️ 快捷键说明

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