Binds a parameter in a prepared statement to a given integer value.
void BindInt(int param, int number, bool signed)
The parameter index (starting from 0).
The number to bind.
True to bind the number as signed, false to bind it as unsigned.
Invalid parameter index, or SQL error.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.