Element index for package com-tecnick-tcexam-shared-postgresql
[ f ]
[ t ]
f
- F_db_affected_rows
- in file tce_db_dal_postgresql.php, function F_db_affected_rows()
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
- F_db_close
- in file tce_db_dal_postgresql.php, function F_db_close()
Closes the non-persistent connection to a database associated with the given connection resource.
- F_db_connect
- in file tce_db_dal_postgresql.php, function F_db_connect()
Open a connection to a PostgreSQL Server and select a database.
- F_db_error
- in file tce_db_dal_postgresql.php, function F_db_error()
Returns the text of the error message from previous database operation
- F_db_fetch_array
- in file tce_db_dal_postgresql.php, function F_db_fetch_array()
Fetch a result row as an associative and numeric array.
- F_db_insert_id
- in file tce_db_dal_postgresql.php, function F_db_insert_id()
Get the ID generated from the previous INSERT operation
- F_db_num_rows
- in file tce_db_dal_postgresql.php, function F_db_num_rows()
Get number of rows in result.
- F_db_query
- in file tce_db_dal_postgresql.php, function F_db_query()
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.
- F_escape_sql
- in file tce_db_dal_postgresql.php, function F_escape_sql()
Escape a string for insertion into a SQL text field (avoiding SQL injection).
top
top
|
|