[com.tecnick.tcexam.shared.mysql] element index

Package indexes

All elements
f t
f
top
F_db_affected_rows
F_db_affected_rows() in tce_db_dal_mysql.php
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
F_db_close
F_db_close() in tce_db_dal_mysql.php
Closes the non-persistent connection to a database associated with the given connection resource.
F_db_connect
F_db_connect() in tce_db_dal_mysql.php
Open a connection to a MySQL Server and select a database.
F_db_error
F_db_error() in tce_db_dal_mysql.php
Returns the text of the error message from previous database operation
F_db_fetch_array
F_db_fetch_array() in tce_db_dal_mysql.php
Fetch a result row as an associative and numeric array.
F_db_insert_id
F_db_insert_id() in tce_db_dal_mysql.php
Get the ID generated from the previous INSERT operation
F_db_num_rows
F_db_num_rows() in tce_db_dal_mysql.php
Get number of rows in result.
F_db_query
F_db_query() in tce_db_dal_mysql.php
Sends a query to the currently active database on the server that's associated with the specified link identifier.
NOTE: Convert PostgreSQL RANDOM() function to MySQL RAND() on ORDER BY clause of selection queries.
t
top
tce_db_dal_mysql.php
tce_db_dal_mysql.php in tce_db_dal_mysql.php
f t