|
|
|
The PDOStatement class
The PDOStatement class (No version information available, might only be in SVN) Introduction Represents a prepared statement and, after the statement is executed, an associated result set. Class synopsis mixed PDOStatement::fetch ([ int $fetch_style [, int $cursor_orientation = PDO::FETCH_ORI_NEXT [, int $cursor_offset = 0 ]]] ) } Properties - queryString
-
Used query string. Table of Contents |
|