DB_common::nextQueryIsManip() | DB_common::provides() |
DB | |
PEAR Manual | |
resource prepare (
string $query
)
Gets a SQL statement ready so it can be run by execute().
the query to prepare
resource - the query handle or a DB_Error object on failure
This function can not be called statically.
Using prepare()
|
DB_common::nextQueryIsManip() | DB_common::provides() |
DB | |
PEAR Manual | |