A DBStatement is a pre-compiled SQL query that may be executed multiple times with different parameters. A DBStatement holds a reference to the Database that prepared it.
Name | Description |
---|---|
BindFloat | Binds a parameter in a prepared statement to a given float value. |
BindInt | Binds a parameter in a prepared statement to a given integer value. |
BindString | Binds a parameter in a prepared statement to a given string value. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.