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

Package indexes

All elements
f t
f
top
F_db_affected_rows
F_db_affected_rows() in tce_db_dal_postgresql.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_postgresql.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_postgresql.php
Open a connection to a PostgreSQL Server and select a database.
F_db_error
F_db_error() in tce_db_dal_postgresql.php
Returns the text of the error message from previous database operation
F_db_fetch_array
F_db_fetch_array() in tce_db_dal_postgresql.php
Fetch a result row as an associative and numeric array.
F_db_insert_id
F_db_insert_id() in tce_db_dal_postgresql.php
Get the ID generated from the previous INSERT operation
F_db_num_rows
F_db_num_rows() in tce_db_dal_postgresql.php
Get number of rows in result.
F_db_query
F_db_query() in tce_db_dal_postgresql.php
Sends a query to the currently active database on the server that's associated with the specified link identifier.
NOTE: Convert MySQL RAND() function to PostgreSQL RANDOM() on ORDER BY clause of selection queries.
t
top
tce_db_dal_postgresql.php
tce_db_dal_postgresql.php in tce_db_dal_postgresql.php
f t