mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
V1.0.5
This commit is contained in:
10
packages/third-party/sqlite/dbhelper.h
vendored
10
packages/third-party/sqlite/dbhelper.h
vendored
@@ -145,4 +145,14 @@ int db_disconnect(char *name);
|
||||
*
|
||||
*/
|
||||
char *db_get_name(void);
|
||||
|
||||
|
||||
/**
|
||||
* This function will connect DB
|
||||
*
|
||||
* @param name the DB filename.
|
||||
* @return RT_EOK:success
|
||||
* -RT_ERROR:the input name is too long
|
||||
*/
|
||||
int db_set_name(char *name);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user