DBSD_SqliDetect
Checks database security.
DBSD_RET_CODE DBSD_SqliDetect(const DBSD_SqliData *sqliData, bool isSync = false);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
sqliData |
Database SQL command information |
Non-empty |
Input |
isSync |
Indicates whether to call synchronously. By default, asynchronous detection is performed. |
[True, False] |
Input |
Return Values
- Success: DBSD_RET_OK(0)
- Failure: Error code
Parent topic: Reference for SQL Anomaly Detection