B | |
backend_pid [Postgresql.connection] | #backend
|
binary_tuples [Postgresql.result] | #binary_tuples
|
C | |
cmd_status [Postgresql.result] | #cmd_status
|
cmd_tuples [Postgresql.result] | #cmd_tuples
|
consume_input [Postgresql.connection] | consume_input consume any available input from backend.
|
copy_in_channel [Postgresql.connection] | copy_in_channel ch sends each line in input channel ch to
backend server.
|
copy_out [Postgresql.connection] | copy_out f applies f to each line returned by backend server.
|
copy_out_channel [Postgresql.connection] | copy_out_channel ch sends each line returned by backend server
to output channel ch .
|
D | |
db [Postgresql.connection] | #db
|
E | |
empty_result [Postgresql.connection] | empty_result stat
|
endcopy [Postgresql.connection] | endcopy synchronizes with the backend.
|
error [Postgresql.result] | #error
|
error_message [Postgresql.connection] | #error_message
|
escape_bytea [Postgresql.connection] | escape_bytea ?pos ?len str escapes binary substring str
of length len starting at position pos for use within SQL.
|
exec [Postgresql.connection] | exec ?expect query synchronous execution of query or command
query .
|
F | |
fformat [Postgresql.result] | #fformat n
|
finish [Postgresql.connection] | #finish closes the connection.
|
flush [Postgresql.connection] | flush attempts to flush any data queued to the backend.
|
fmod [Postgresql.result] | #fmod n
|
fname [Postgresql.result] | #fname n
|
fnumber [Postgresql.result] | #fnumber field
|
fsize [Postgresql.result] | #fsize n
|
ftype [Postgresql.result] | #ftype n
|
G | |
get_all [Postgresql.result] | #get_all
|
get_all_lst [Postgresql.result] | #get_all
|
get_fnames [Postgresql.result] | #get_fnames
|
get_fnames_lst [Postgresql.result] | #get_fnames_lst
|
get_result [Postgresql.connection] | get_result
|
get_tuple [Postgresql.result] | #get_tuple n
|
get_tuple_lst [Postgresql.result] | #get_tuple_lst n
|
getisnull [Postgresql.result] | #getisnull tuple field tests for a NULL-value of field in tuple .
|
getlength [Postgresql.result] | #getlength tuple field
|
getline [Postgresql.connection] | getline ?pos ?len buf reads a newline-terminated line of at most
len characters into buf starting at position pos .
|
getline_async [Postgresql.connection] | getline_async ?pos ?len buf reads a newline-terminated line of
at most len characters into buf starting at position pos
(asynchronously).
|
getvalue [Postgresql.result] | #getvalue tuple field
|
H | |
host [Postgresql.connection] | #host
|
I | |
is_busy [Postgresql.connection] | is_busy
|
is_nonblocking [Postgresql.connection] | is_nonblocking
|
L | |
lo_close [Postgresql.connection] | lo_close lo closes large object lo .
|
lo_creat [Postgresql.connection] | lo_creat creates a new large object and returns its oid.
|
lo_export [Postgresql.connection] | lo_export oid filename exports the large object given by oid
to an operating system file given by filename .
|
lo_import [Postgresql.connection] | lo_import filename imports an operating system file given by
filename as a large object.
|
lo_open [Postgresql.connection] | lo_open oid opens the large object given by oid for reading and
writing.
|
lo_read [Postgresql.connection] | lo_read lo ?pos ?len buf reads len bytes from large object lo
to buffer buf starting at position pos .
|
lo_seek [Postgresql.connection] | lo_seek ?pos ?whence lo seeks read/write position pos in
large object lo relative to the start, current read/write
position, or end of the object (whence is SEEK_SET, SEEK_CUR,
SEEK_END respectively).
|
lo_tell [Postgresql.connection] | lo_tell lo
|
lo_unlink [Postgresql.connection] | lo_unlink oid removes the large object specified by oid from the
database.
|
lo_write [Postgresql.connection] | lo_write ?pos ?len buf lo writes len bytes of buffer buf
starting at position pos to large object lo .
|
N | |
nfields [Postgresql.result] | #nfields
|
notifies [Postgresql.connection] | #notifies
|
ntuples [Postgresql.result] | #ntuples
|
O | |
oid_value [Postgresql.result] | #cmd_tuples
|
options [Postgresql.connection] | #options
|
P | |
pass [Postgresql.connection] | #pass
|
port [Postgresql.connection] | #port
|
putline [Postgresql.connection] | putline str sends str to backend server.
|
putnbytes [Postgresql.connection] | putnbytes ?pos ?len buf sends the substring of buf of length
len starting at pos to backend server (use this method for
binary data).
|
R | |
request_cancel [Postgresql.connection] | request_cancel requests that PostgreSQL abandon processing of
the current command.
|
reset [Postgresql.connection] | #reset resets the connection.
|
S | |
send_query [Postgresql.connection] | send_query query asynchronous execution of query or command
query .
|
set_nonblocking [Postgresql.connection] | set_nonblocking b sets state of the connection to nonblocking if
b is true and to blocking otherwise.
|
set_notice_processor [Postgresql.connection] | #set_notice_processor controls reporting of notice and warning
messages generated by a connection.
|
socket [Postgresql.connection] | socket obtains the file descriptor for the backend connection
socket.
|
status [Postgresql.result] | #status
|
status [Postgresql.connection] | #status
|
T | |
try_reset [Postgresql.connection] | #try_reset tries to reset the connection if it is bad.
|
tty [Postgresql.connection] | #tty
|
U | |
user [Postgresql.connection] | #user
|