This is the code documentation for the Pelzini project
Search documentation |
file /viewer/database_sqlite.phpNamespace: viewer Available since: The SQLite wrapper functions AuthorsFunctionsReturns the number of rows affected by the last SQLite query that was executed. SQLite has no affected rows system. Assume if there is a result, that rows were affected. Connects to the SQLite database Escapses a string for use by the SQLite database Fetches a SQLite result set as an associative array Returns the last unique ID generated by a query Returns the number of rows in a SQLite result set Makes a query to the SQLite database Quotes a string as nessasary for use by hte SQLite database The result will be different depending on the type of the input. - a number will be left as is - a string will be quoted - a null value will be returned as NULL |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |