sqlite_is_valid_statement

mIRC SQLite

sqlite_is_valid_statement
Checks if a prepared statement is valid.
Syntax
$sqlite_is_valid_statement ( statement )
Parameters
result
The statement identifier.
Return Value
1 if statement is a valid prepared statement, 0 if it's invalid, or $null if there was an error.
Remarks
It is usually ok to ignore if $sqlite_is_valid_statement returns $null because the only case an error is returned is when statement isn't specified.