|
|
| int db::Query::exec_direct |
( |
Database & |
db, |
|
|
const char * |
text | |
|
) |
| | |
Parses and Executes SQL commands.
- Parameters:
-
- Returns:
-
- Note:
- When no longer needed, the query object must be closed with close.
On failure, one of the following error codes is set:
- See also:
- close
|