From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/pgsql.txt | 852 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 852 insertions(+) create mode 100644 reflection/pgsql.txt (limited to 'reflection/pgsql.txt') diff --git a/reflection/pgsql.txt b/reflection/pgsql.txt new file mode 100644 index 0000000..f40241a --- /dev/null +++ b/reflection/pgsql.txt @@ -0,0 +1,852 @@ +Extension [ extension #71 pgsql version ] { + + - INI { + Entry [ pgsql.allow_persistent ] + Current = '1' + } + Entry [ pgsql.max_persistent ] + Current = '-1' + } + Entry [ pgsql.max_links ] + Current = '-1' + } + Entry [ pgsql.auto_reset_persistent ] + Current = '0' + } + Entry [ pgsql.ignore_notice ] + Current = '0' + } + Entry [ pgsql.log_notice ] + Current = '0' + } + } + + - Constants [48] { + Constant [ string PGSQL_LIBPQ_VERSION ] { 9.1.6 } + Constant [ string PGSQL_LIBPQ_VERSION_STR ] { PostgreSQL 9.1.6 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.2 20120921 (Red Hat 4.7.2-2), 64-bit } + Constant [ integer PGSQL_CONNECT_FORCE_NEW ] { 2 } + Constant [ integer PGSQL_ASSOC ] { 1 } + Constant [ integer PGSQL_NUM ] { 2 } + Constant [ integer PGSQL_BOTH ] { 3 } + Constant [ integer PGSQL_CONNECTION_BAD ] { 1 } + Constant [ integer PGSQL_CONNECTION_OK ] { 0 } + Constant [ integer PGSQL_TRANSACTION_IDLE ] { 0 } + Constant [ integer PGSQL_TRANSACTION_ACTIVE ] { 1 } + Constant [ integer PGSQL_TRANSACTION_INTRANS ] { 2 } + Constant [ integer PGSQL_TRANSACTION_INERROR ] { 3 } + Constant [ integer PGSQL_TRANSACTION_UNKNOWN ] { 4 } + Constant [ integer PGSQL_ERRORS_TERSE ] { 0 } + Constant [ integer PGSQL_ERRORS_DEFAULT ] { 1 } + Constant [ integer PGSQL_ERRORS_VERBOSE ] { 2 } + Constant [ integer PGSQL_SEEK_SET ] { 0 } + Constant [ integer PGSQL_SEEK_CUR ] { 1 } + Constant [ integer PGSQL_SEEK_END ] { 2 } + Constant [ integer PGSQL_STATUS_LONG ] { 1 } + Constant [ integer PGSQL_STATUS_STRING ] { 2 } + Constant [ integer PGSQL_EMPTY_QUERY ] { 0 } + Constant [ integer PGSQL_COMMAND_OK ] { 1 } + Constant [ integer PGSQL_TUPLES_OK ] { 2 } + Constant [ integer PGSQL_COPY_OUT ] { 3 } + Constant [ integer PGSQL_COPY_IN ] { 4 } + Constant [ integer PGSQL_BAD_RESPONSE ] { 5 } + Constant [ integer PGSQL_NONFATAL_ERROR ] { 6 } + Constant [ integer PGSQL_FATAL_ERROR ] { 7 } + Constant [ integer PGSQL_DIAG_SEVERITY ] { 83 } + Constant [ integer PGSQL_DIAG_SQLSTATE ] { 67 } + Constant [ integer PGSQL_DIAG_MESSAGE_PRIMARY ] { 77 } + Constant [ integer PGSQL_DIAG_MESSAGE_DETAIL ] { 68 } + Constant [ integer PGSQL_DIAG_MESSAGE_HINT ] { 72 } + Constant [ integer PGSQL_DIAG_STATEMENT_POSITION ] { 80 } + Constant [ integer PGSQL_DIAG_INTERNAL_POSITION ] { 112 } + Constant [ integer PGSQL_DIAG_INTERNAL_QUERY ] { 113 } + Constant [ integer PGSQL_DIAG_CONTEXT ] { 87 } + Constant [ integer PGSQL_DIAG_SOURCE_FILE ] { 70 } + Constant [ integer PGSQL_DIAG_SOURCE_LINE ] { 76 } + Constant [ integer PGSQL_DIAG_SOURCE_FUNCTION ] { 82 } + Constant [ integer PGSQL_CONV_IGNORE_DEFAULT ] { 2 } + Constant [ integer PGSQL_CONV_FORCE_NULL ] { 4 } + Constant [ integer PGSQL_CONV_IGNORE_NOT_NULL ] { 8 } + Constant [ integer PGSQL_DML_NO_CONV ] { 256 } + Constant [ integer PGSQL_DML_EXEC ] { 512 } + Constant [ integer PGSQL_DML_ASYNC ] { 1024 } + Constant [ integer PGSQL_DML_STRING ] { 2048 } + } + + - Functions { + Function [ function pg_connect ] { + + - Parameters [7] { + Parameter #0 [ $connection_string ] + Parameter #1 [ $connect_type ] + Parameter #2 [ $host ] + Parameter #3 [ $port ] + Parameter #4 [ $options ] + Parameter #5 [ $tty ] + Parameter #6 [ $database ] + } + } + Function [ function pg_pconnect ] { + + - Parameters [6] { + Parameter #0 [ $connection_string ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + Parameter #3 [ $options ] + Parameter #4 [ $tty ] + Parameter #5 [ $database ] + } + } + Function [ function pg_close ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_status ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_busy ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_reset ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_host ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_dbname ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_port ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_tty ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_options ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_version ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_ping ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_parameter_status ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $param_name ] + } + } + Function [ function pg_transaction_status ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_query ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_query_params ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + Parameter #2 [ $params ] + } + } + Function [ function pg_prepare ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $query ] + } + } + Function [ function pg_execute ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $params ] + } + } + Function [ function pg_send_query ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_send_query_params ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + Parameter #2 [ $params ] + } + } + Function [ function pg_send_prepare ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $query ] + } + } + Function [ function pg_send_execute ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $params ] + } + } + Function [ function pg_cancel_query ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_fetch_result ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row_number ] + Parameter #2 [ $field_name ] + } + } + Function [ function pg_fetch_row ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $result_type ] + } + } + Function [ function pg_fetch_assoc ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + } + } + Function [ function pg_fetch_array ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $result_type ] + } + } + Function [ function pg_fetch_object ] { + + - Parameters [5] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $class_name ] + Parameter #3 [ $l ] + Parameter #4 [ $ctor_params ] + } + } + Function [ function pg_fetch_all ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_fetch_all_columns ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $column_number ] + } + } + Function [ function pg_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_get_result ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_result_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function pg_result_status ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function pg_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_last_oid ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_num ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_name ] + } + } + Function [ function pg_field_size ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_type_oid ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_prtlen ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_field_is_null ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_field_table ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + Parameter #2 [ $oid_only ] + } + } + Function [ function pg_get_notify ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $e ] + } + } + Function [ function pg_get_pid ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_result_error ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_result_error_field ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fieldcode ] + } + } + Function [ function pg_last_error ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_last_notice ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_put_line ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_end_copy ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_copy_to ] { + + - Parameters [4] { + Parameter #0 [ $connection ] + Parameter #1 [ $table_name ] + Parameter #2 [ $delimiter ] + Parameter #3 [ $null_as ] + } + } + Function [ function pg_copy_from ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ $table_name ] + Parameter #2 [ $rows ] + Parameter #3 [ $delimiter ] + Parameter #4 [ $null_as ] + } + } + Function [ function pg_trace ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $mode ] + Parameter #2 [ $connection ] + } + } + Function [ function pg_untrace ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_lo_create ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_id ] + } + } + Function [ function pg_lo_unlink ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + } + } + Function [ function pg_lo_open ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + Parameter #2 [ $mode ] + } + } + Function [ function pg_lo_close ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_lo_read ] { + + - Parameters [2] { + Parameter #0 [ $large_object ] + Parameter #1 [ $len ] + } + } + Function [ function pg_lo_write ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + } + } + Function [ function pg_lo_read_all ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_lo_import ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $filename ] + Parameter #2 [ $large_object_oid ] + } + } + Function [ function pg_lo_export ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $objoid ] + Parameter #2 [ $filename ] + } + } + Function [ function pg_lo_seek ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function pg_lo_tell ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_escape_bytea ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_unescape_bytea ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function pg_escape_literal ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_escape_identifier ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_set_error_verbosity ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $verbosity ] + } + } + Function [ function pg_client_encoding ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_set_client_encoding ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $encoding ] + } + } + Function [ function pg_meta_data ] { + + - Parameters [2] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + } + } + Function [ function pg_convert ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $values ] + Parameter #3 [ $options ] + } + } + Function [ function pg_insert ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $values ] + Parameter #3 [ $options ] + } + } + Function [ function pg_update ] { + + - Parameters [5] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $fields ] + Parameter #3 [ $ids ] + Parameter #4 [ $options ] + } + } + Function [ function pg_delete ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $ids ] + Parameter #3 [ $options ] + } + } + Function [ function pg_select ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $ids ] + Parameter #3 [ $options ] + } + } + Function [ function pg_exec ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_getlastoid ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_cmdtuples ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_errormessage ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_numrows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_numfields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_fieldname ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldsize ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldtype ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldnum ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_name ] + } + } + Function [ function pg_fieldprtlen ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_fieldisnull ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_freeresult ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_result ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_loreadall ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_locreate ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_id ] + } + } + Function [ function pg_lounlink ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + } + } + Function [ function pg_loopen ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + Parameter #2 [ $mode ] + } + } + Function [ function pg_loclose ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_loread ] { + + - Parameters [2] { + Parameter #0 [ $large_object ] + Parameter #1 [ $len ] + } + } + Function [ function pg_lowrite ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + } + } + Function [ function pg_loimport ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $filename ] + Parameter #2 [ $large_object_oid ] + } + } + Function [ function pg_loexport ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $objoid ] + Parameter #2 [ $filename ] + } + } + Function [ function pg_clientencoding ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_setclientencoding ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $encoding ] + } + } + } +} + -- cgit