Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / .phan / internal_stubs / pgsql.phan_php
1 <?php
2 // These stubs were generated by the phan stub generator.
3 // @phan-stub-for-extension pgsql@7.3.4
4
5 namespace {
6 function pg_affected_rows($result) {}
7 function pg_cancel_query($connection) {}
8 function pg_client_encoding($connection = null) {}
9 function pg_clientencoding($connection = null) {}
10 function pg_close($connection = null) {}
11 function pg_cmdtuples($result) {}
12 function pg_connect($connection_string, $connect_type = null, $host = null, $port = null, $options = null, $tty = null, $database = null) {}
13 function pg_connect_poll($connection = null) {}
14 function pg_connection_busy($connection) {}
15 function pg_connection_reset($connection) {}
16 function pg_connection_status($connection) {}
17 function pg_consume_input($connection) {}
18 function pg_convert($db, $table, $values, $options = null) {}
19 function pg_copy_from($connection, $table_name, $rows, $delimiter = null, $null_as = null) {}
20 function pg_copy_to($connection, $table_name, $delimiter = null, $null_as = null) {}
21 function pg_dbname($connection = null) {}
22 function pg_delete($db, $table, $ids, $options = null) {}
23 function pg_end_copy($connection = null) {}
24 function pg_errormessage($connection = null) {}
25 function pg_escape_bytea($connection = null, $data = null) {}
26 function pg_escape_identifier($connection = null, $data = null) {}
27 function pg_escape_literal($connection = null, $data = null) {}
28 function pg_escape_string($connection = null, $data = null) {}
29 function pg_exec($connection = null, $query = null) {}
30 function pg_execute($connection = null, $stmtname = null, $params = null) {}
31 function pg_fetch_all($result, $result_type = null) {}
32 function pg_fetch_all_columns($result, $column_number = null) {}
33 function pg_fetch_array($result, $row = null, $result_type = null) {}
34 function pg_fetch_assoc($result, $row = null) {}
35 function pg_fetch_object($result, $row = null, $class_name = null, $l = null, $ctor_params = null) {}
36 function pg_fetch_result($result, $row_number = null, $field_name = null) {}
37 function pg_fetch_row($result, $row = null, $result_type = null) {}
38 function pg_field_is_null($result, $row = null, $field_name_or_number = null) {}
39 function pg_field_name($result, $field_number) {}
40 function pg_field_num($result, $field_name) {}
41 function pg_field_prtlen($result, $row = null, $field_name_or_number = null) {}
42 function pg_field_size($result, $field_number) {}
43 function pg_field_table($result, $field_number, $oid_only = null) {}
44 function pg_field_type($result, $field_number) {}
45 function pg_field_type_oid($result, $field_number) {}
46 function pg_fieldisnull($result, $row = null, $field_name_or_number = null) {}
47 function pg_fieldname($result, $field_number) {}
48 function pg_fieldnum($result, $field_name) {}
49 function pg_fieldprtlen($result, $row = null, $field_name_or_number = null) {}
50 function pg_fieldsize($result, $field_number) {}
51 function pg_fieldtype($result, $field_number) {}
52 function pg_flush($connection) {}
53 function pg_free_result($result) {}
54 function pg_freeresult($result) {}
55 function pg_get_notify($connection = null, $e = null) {}
56 function pg_get_pid($connection = null) {}
57 function pg_get_result($connection) {}
58 function pg_getlastoid($result) {}
59 function pg_host($connection = null) {}
60 function pg_insert($db, $table, $values, $options = null) {}
61 function pg_last_error($connection = null) {}
62 function pg_last_notice($connection, $option = null) {}
63 function pg_last_oid($result) {}
64 function pg_lo_close($large_object) {}
65 function pg_lo_create($connection = null, $large_object_id = null) {}
66 function pg_lo_export($connection = null, $objoid = null, $filename = null) {}
67 function pg_lo_import($connection = null, $filename = null, $large_object_oid = null) {}
68 function pg_lo_open($connection = null, $large_object_oid = null, $mode = null) {}
69 function pg_lo_read($large_object, $len = null) {}
70 function pg_lo_read_all($large_object) {}
71 function pg_lo_seek($large_object, $offset, $whence = null) {}
72 function pg_lo_tell($large_object) {}
73 function pg_lo_truncate($large_object, $size = null) {}
74 function pg_lo_unlink($connection = null, $large_object_oid = null) {}
75 function pg_lo_write($large_object, $buf, $len = null) {}
76 function pg_loclose($large_object) {}
77 function pg_locreate($connection = null, $large_object_id = null) {}
78 function pg_loexport($connection = null, $objoid = null, $filename = null) {}
79 function pg_loimport($connection = null, $filename = null, $large_object_oid = null) {}
80 function pg_loopen($connection = null, $large_object_oid = null, $mode = null) {}
81 function pg_loread($large_object, $len = null) {}
82 function pg_loreadall($large_object) {}
83 function pg_lounlink($connection = null, $large_object_oid = null) {}
84 function pg_lowrite($large_object, $buf, $len = null) {}
85 function pg_meta_data($db, $table) {}
86 function pg_num_fields($result) {}
87 function pg_num_rows($result) {}
88 function pg_numfields($result) {}
89 function pg_numrows($result) {}
90 function pg_options($connection = null) {}
91 function pg_parameter_status($connection, $param_name = null) {}
92 function pg_pconnect($connection_string, $host = null, $port = null, $options = null, $tty = null, $database = null) {}
93 function pg_ping($connection = null) {}
94 function pg_port($connection = null) {}
95 function pg_prepare($connection = null, $stmtname = null, $query = null) {}
96 function pg_put_line($connection = null, $query = null) {}
97 function pg_query($connection = null, $query = null) {}
98 function pg_query_params($connection = null, $query = null, $params = null) {}
99 function pg_result($connection) {}
100 function pg_result_error($result) {}
101 function pg_result_error_field($result, $fieldcode) {}
102 function pg_result_seek($result, $offset) {}
103 function pg_result_status($result, $result_type = null) {}
104 function pg_select($db, $table, $ids, $options = null, $result_type = null) {}
105 function pg_send_execute($connection, $stmtname, $params) {}
106 function pg_send_prepare($connection, $stmtname, $query) {}
107 function pg_send_query($connection, $query) {}
108 function pg_send_query_params($connection, $query, $params) {}
109 function pg_set_client_encoding($connection = null, $encoding = null) {}
110 function pg_set_error_verbosity($connection = null, $verbosity = null) {}
111 function pg_setclientencoding($connection = null, $encoding = null) {}
112 function pg_socket($connection) {}
113 function pg_trace($filename, $mode = null, $connection = null) {}
114 function pg_transaction_status($connection) {}
115 function pg_tty($connection = null) {}
116 function pg_unescape_bytea($data) {}
117 function pg_untrace($connection = null) {}
118 function pg_update($db, $table, $fields, $ids, $options = null) {}
119 function pg_version($connection = null) {}
120 const PGSQL_ASSOC = 1;
121 const PGSQL_BAD_RESPONSE = 5;
122 const PGSQL_BOTH = 3;
123 const PGSQL_COMMAND_OK = 1;
124 const PGSQL_CONNECTION_AUTH_OK = 5;
125 const PGSQL_CONNECTION_AWAITING_RESPONSE = 4;
126 const PGSQL_CONNECTION_BAD = 1;
127 const PGSQL_CONNECTION_MADE = 3;
128 const PGSQL_CONNECTION_OK = 0;
129 const PGSQL_CONNECTION_SETENV = 6;
130 const PGSQL_CONNECTION_STARTED = 2;
131 const PGSQL_CONNECT_ASYNC = 4;
132 const PGSQL_CONNECT_FORCE_NEW = 2;
133 const PGSQL_CONV_FORCE_NULL = 4;
134 const PGSQL_CONV_IGNORE_DEFAULT = 2;
135 const PGSQL_CONV_IGNORE_NOT_NULL = 8;
136 const PGSQL_COPY_IN = 4;
137 const PGSQL_COPY_OUT = 3;
138 const PGSQL_DIAG_COLUMN_NAME = 99;
139 const PGSQL_DIAG_CONSTRAINT_NAME = 110;
140 const PGSQL_DIAG_CONTEXT = 87;
141 const PGSQL_DIAG_DATATYPE_NAME = 100;
142 const PGSQL_DIAG_INTERNAL_POSITION = 112;
143 const PGSQL_DIAG_INTERNAL_QUERY = 113;
144 const PGSQL_DIAG_MESSAGE_DETAIL = 68;
145 const PGSQL_DIAG_MESSAGE_HINT = 72;
146 const PGSQL_DIAG_MESSAGE_PRIMARY = 77;
147 const PGSQL_DIAG_SCHEMA_NAME = 115;
148 const PGSQL_DIAG_SEVERITY = 83;
149 const PGSQL_DIAG_SEVERITY_NONLOCALIZED = 86;
150 const PGSQL_DIAG_SOURCE_FILE = 70;
151 const PGSQL_DIAG_SOURCE_FUNCTION = 82;
152 const PGSQL_DIAG_SOURCE_LINE = 76;
153 const PGSQL_DIAG_SQLSTATE = 67;
154 const PGSQL_DIAG_STATEMENT_POSITION = 80;
155 const PGSQL_DIAG_TABLE_NAME = 116;
156 const PGSQL_DML_ASYNC = 1024;
157 const PGSQL_DML_ESCAPE = 4096;
158 const PGSQL_DML_EXEC = 512;
159 const PGSQL_DML_NO_CONV = 256;
160 const PGSQL_DML_STRING = 2048;
161 const PGSQL_EMPTY_QUERY = 0;
162 const PGSQL_ERRORS_DEFAULT = 1;
163 const PGSQL_ERRORS_TERSE = 0;
164 const PGSQL_ERRORS_VERBOSE = 2;
165 const PGSQL_FATAL_ERROR = 7;
166 const PGSQL_LIBPQ_VERSION = '9.6.9';
167 const PGSQL_LIBPQ_VERSION_STR = 'PostgreSQL 9.6.9 (win32)';
168 const PGSQL_NONFATAL_ERROR = 6;
169 const PGSQL_NOTICE_ALL = 2;
170 const PGSQL_NOTICE_CLEAR = 3;
171 const PGSQL_NOTICE_LAST = 1;
172 const PGSQL_NUM = 2;
173 const PGSQL_POLLING_ACTIVE = 4;
174 const PGSQL_POLLING_FAILED = 0;
175 const PGSQL_POLLING_OK = 3;
176 const PGSQL_POLLING_READING = 1;
177 const PGSQL_POLLING_WRITING = 2;
178 const PGSQL_SEEK_CUR = 1;
179 const PGSQL_SEEK_END = 2;
180 const PGSQL_SEEK_SET = 0;
181 const PGSQL_STATUS_LONG = 1;
182 const PGSQL_STATUS_STRING = 2;
183 const PGSQL_TRANSACTION_ACTIVE = 1;
184 const PGSQL_TRANSACTION_IDLE = 0;
185 const PGSQL_TRANSACTION_INERROR = 3;
186 const PGSQL_TRANSACTION_INTRANS = 2;
187 const PGSQL_TRANSACTION_UNKNOWN = 4;
188 const PGSQL_TUPLES_OK = 2;
189 }