parrotcode: PHP pgsql Library | |
Contents | Language Implementations | Pipp |
php_pgsql.pir - PHP pgsql Library
int pg_affected_rows(resource result)
bool pg_cancel_query(resource connection)
string pg_client_encoding([resource connection])
bool pg_close([resource connection])
resource pg_connect(string connection_string[, int connect_type] | [string host, string port [, string options [, string tty,]]] string database)
bool pg_connection_busy(resource connection)
bool pg_connection_reset(resource connection)
int pg_connection_status(resource connnection)
array pg_convert(resource db, string table, array values[, int options])
bool pg_copy_from(resource connection, string table_name , array rows [, string delimiter [, string null_as]])
array pg_copy_to(resource connection, string table_name [, string delimiter [, string null_as]])
string pg_dbname([resource connection])
mixed pg_delete(resource db, string table, array ids[, int options])
bool pg_end_copy([resource connection])
string pg_escape_bytea([resource connection,] string data)
string pg_escape_string([resource connection,] string data)
resource pg_execute([resource connection,] string stmtname, array params)
array pg_fetch_all(resource result)
array pg_fetch_all_columns(resource result [, int column_number])
array pg_fetch_array(resource result [, int row [, int result_type]])
array pg_fetch_assoc(resource result [, int row])
object pg_fetch_object(resource result [, int row [, string class_name [, NULL|array ctor_params]]])
mixed pg_fetch_result(resource result, [int row_number,] mixed field_name)
array pg_fetch_row(resource result [, int row [, int result_type]])
int pg_field_is_null(resource result, [int row,] mixed field_name_or_number)
string pg_field_name(resource result, int field_number)
int pg_field_num(resource result, string field_name)
int pg_field_prtlen(resource result, [int row,] mixed field_name_or_number)
int pg_field_size(resource result, int field_number)
mixed pg_field_table(resource result, int field_number[, bool oid_only])
string pg_field_type(resource result, int field_number)
string pg_field_type_oid(resource result, int field_number)
bool pg_free_result(resource result)
array pg_get_notify([resource connection[, result_type]])
int pg_get_pid([resource connection)
resource pg_get_result(resource connection)
string pg_host([resource connection])
mixed pg_insert(resource db, string table, array values[, int options])
string pg_last_error([resource connection])
string pg_last_notice(resource connection)
string pg_last_oid(resource result)
bool pg_lo_close(resource large_object)
int pg_lo_create([resource connection])
bool pg_lo_export([resource connection, ] int objoid, string filename)
int pg_lo_import([resource connection, ] string filename)
resource pg_lo_open([resource connection,] int large_object_oid, string mode)
string pg_lo_read(resource large_object [, int len])
int pg_lo_read_all(resource large_object)
bool pg_lo_seek(resource large_object, int offset [, int whence])
int pg_lo_tell(resource large_object)
bool pg_lo_unlink([resource connection,] string large_object_oid)
int pg_lo_write(resource large_object, string buf [, int len])
array pg_meta_data(resource db, string table)
int pg_num_fields(resource result)
int pg_num_rows(resource result)
string pg_options([resource connection])
string|false pg_parameter_status([resource connection,] string param_name)
resource pg_pconnect(string connection_string | [string host, string port [, string options [, string tty,]]] string database)
bool pg_ping([resource connection])
int pg_port([resource connection])
resource pg_prepare([resource connection,] string stmtname, string query)
bool pg_put_line([resource connection,] string query)
resource pg_query([resource connection,] string query)
resource pg_query_params([resource connection,] string query, array params)
string pg_result_error(resource result)
string pg_result_error_field(resource result, int fieldcode)
bool pg_result_seek(resource result, int offset)
mixed pg_result_status(resource result[, long result_type])
mixed pg_select(resource db, string table, array ids[, int options])
bool pg_send_execute(resource connection, string stmtname, array params)
bool pg_send_prepare(resource connection, string stmtname, string query)
bool pg_send_query(resource connection, string query)
bool pg_send_query_params(resource connection, string query)
int pg_set_client_encoding([resource connection,] string encoding)
int pg_set_error_verbosity([resource connection,] int verbosity)
bool pg_trace(string filename [, string mode [, resource connection]])
int pg_transaction_status(resource connnection)
string pg_tty([resource connection])
string pg_unescape_bytea(string data)
bool pg_untrace([resource connection])
mixed pg_update(resource db, string table, array fields, array ids[, int options])
array pg_version([resource connection])
|