DBStatement Class

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.

Methods 3

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.