📄 dboosql.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 + -