dboosql.h
来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· C头文件 代码 · 共 23 行
H
23 行
#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 + =
减小字号Ctrl + -
显示快捷键?