Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_DataBase > DataBase_SQLite >
DataBase_SQLite_ExecQuery

函数

DataBase_SQLite_ExecQuery

功能

通过回调来查询内容

语法

BOOL DataBase_SQLite_ExecQuery(XHDATA xhData,LPCSTR lpszSQL,CALLBACK_HELPCOMPONENTS_DATABASE_SQLITE_QUERY fpCall_SQLiteQuery,LPVOID lParam = NULL)

参数

 参数.一:xhData
  In/Out:In
  类型:数据库句柄
  可空:N
  意思:要查询的指定数据库
 参数.二:lpszSQL
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:要查询的数据库语句
 参数.三:lpCall_SQLiteQuery
  In/Out:In/Out
  类型:回调函数
  可空:N
  意思:查询到的数据回调,失败将无作用
 参数.四:lParam
  In/Out:In/Out
  类型:无类型指针
  可空:Y
  意思:回调函数自定义参数

返回值

类型:逻辑型
意思:是否成功

备注

 

示例