Lines Matching refs:resource
77 Garbages are cleaned when resource is cleaned up. There is no need to
87 bool pg_send_query(resource connection, string query)
95 bool pg_cancel_query(resource connection)
103 resource pg_get_result(resource conn)
105 Gets pgsql query result resource. Returned value can be fed to
113 bool pg_connection_busy(resource connection)
118 int pg_connection_status(resource connection)
124 bool pg_connection_reset(resource connection)
130 string pg_result_error(resource result)
135 int pg_result_status(resource result)
168 int pg_lo_tell(resource large_object)
172 bool pg_lo_lseek(resource large_object, int offset[, int whence])
181 string pg_last_notice(resource connection)
195 array pg_metadata(resource db, string table)
199 array pg_convert(resource db, string table, array values)
203 bool pg_insert(resource db, string table, array values[, bool convert[, bool async]])
207 bool pg_update(resource db, string table, array fields, array ids[, bool convert[, bool async]])
211 bool pg_delete(resource db, string table, array ids[, bool convert[, bool async]])
215 array pg_select(resource db, string table, array ids[, bool convert])
219 array pg_get_notify([resource db[, notify]])
227 bool pg_ping(resource db)