php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pgsql.stub.php File Reference

Go to the source code of this file.

Data Structures

class  PgSql\Connection
 
class  PgSql\Result
 
class  PgSql\Lob
 

Namespaces

namespace  PgSql
 

Functions

 pg_connect (string $connection_string, int $flags=0)
 
 pg_pconnect (string $connection_string, int $flags=0)
 
 pg_connect_poll (PgSql\Connection $connection)
 
 pg_close (?PgSql\Connection $connection=null)
 
 pg_dbname (?PgSql\Connection $connection=null)
 
 pg_last_error (?PgSql\Connection $connection=null)
 
 pg_errormessage (?PgSql\Connection $connection=null)
 
 pg_options (?PgSql\Connection $connection=null)
 
 pg_port (?PgSql\Connection $connection=null)
 
 pg_tty (?PgSql\Connection $connection=null)
 
 pg_host (?PgSql\Connection $connection=null)
 
 pg_version (?PgSql\Connection $connection=null)
 
 pg_jit (?PgSql\Connection $connection=null)
 
 pg_parameter_status ($connection, string $name=UNKNOWN)
 
 pg_ping (?PgSql\Connection $connection=null)
 
 pg_query ($connection, string $query=UNKNOWN)
 
 pg_exec ($connection, string $query=UNKNOWN)
 
 pg_query_params ($connection, $query, array $params=UNKNOWN)
 
 pg_prepare ($connection, string $statement_name, string $query=UNKNOWN)
 
 pg_execute ($connection, $statement_name, array $params=UNKNOWN)
 
 pg_num_rows (PgSql\Result $result)
 
 pg_numrows (PgSql\Result $result)
 
 pg_num_fields (PgSql\Result $result)
 
 pg_numfields (PgSql\Result $result)
 
 pg_affected_rows (PgSql\Result $result)
 
 pg_cmdtuples (PgSql\Result $result)
 
 pg_last_notice (PgSql\Connection $connection, int $mode=PGSQL_NOTICE_LAST)
 
 pg_field_table (PgSql\Result $result, int $field, bool $oid_only=false)
 
 pg_field_name (PgSql\Result $result, int $field)
 
 pg_fieldname (PgSql\Result $result, int $field)
 
 pg_field_size (PgSql\Result $result, int $field)
 
 pg_fieldsize (PgSql\Result $result, int $field)
 
 pg_field_type (PgSql\Result $result, int $field)
 
 pg_fieldtype (PgSql\Result $result, int $field)
 
 pg_field_type_oid (PgSql\Result $result, int $field)
 
 pg_field_num (PgSql\Result $result, string $field)
 
 pg_fieldnum (PgSql\Result $result, string $field)
 
 pg_fetch_result (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_result (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_fetch_row (PgSql\Result $result, ?int $row=null, int $mode=PGSQL_NUM)
 
 pg_fetch_assoc (PgSql\Result $result, ?int $row=null)
 
 pg_fetch_array (PgSql\Result $result, ?int $row=null, int $mode=PGSQL_BOTH)
 
 pg_fetch_object (PgSql\Result $result, ?int $row=null, string $class="stdClass", array $constructor_args=[])
 
 pg_fetch_all (PgSql\Result $result, int $mode=PGSQL_ASSOC)
 
 pg_fetch_all_columns (PgSql\Result $result, int $field=0)
 
 pg_result_seek (PgSql\Result $result, int $row)
 
 pg_field_prtlen (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_fieldprtlen (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_field_is_null (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_fieldisnull (PgSql\Result $result, $row, string|int $field=UNKNOWN)
 
 pg_free_result (PgSql\Result $result)
 
 pg_freeresult (PgSql\Result $result)
 
 pg_last_oid (PgSql\Result $result)
 
 pg_getlastoid (PgSql\Result $result)
 
 pg_trace (string $filename, string $mode="w", ?PgSql\Connection $connection=null, int $trace_mode=0)
 
 pg_untrace (?PgSql\Connection $connection=null)
 
 pg_lo_create ($connection=UNKNOWN, $oid=UNKNOWN)
 
 pg_locreate ($connection=UNKNOWN, $oid=UNKNOWN)
 
 pg_lo_unlink ($connection, $oid=UNKNOWN)
 
 pg_lounlink ($connection, $oid=UNKNOWN)
 
 pg_lo_open ($connection, $oid=UNKNOWN, string $mode=UNKNOWN)
 
 pg_loopen ($connection, $oid=UNKNOWN, string $mode=UNKNOWN)
 
 pg_lo_close (PgSql\Lob $lob)
 
 pg_loclose (PgSql\Lob $lob)
 
 pg_lo_read (PgSql\Lob $lob, int $length=8192)
 
 pg_loread (PgSql\Lob $lob, int $length=8192)
 
 pg_lo_write (PgSql\Lob $lob, string $data, ?int $length=null)
 
 pg_lowrite (PgSql\Lob $lob, string $data, ?int $length=null)
 
 pg_lo_read_all (PgSql\Lob $lob)
 
 pg_loreadall (PgSql\Lob $lob)
 
 pg_lo_import ($connection, $filename=UNKNOWN, $oid=UNKNOWN)
 
 pg_loimport ($connection, $filename=UNKNOWN, $oid=UNKNOWN)
 
 pg_lo_export ($connection, $oid=UNKNOWN, $filename=UNKNOWN)
 
 pg_loexport ($connection, $oid=UNKNOWN, $filename=UNKNOWN)
 
 pg_lo_seek (PgSql\Lob $lob, int $offset, int $whence=SEEK_CUR)
 
 pg_lo_tell (PgSql\Lob $lob)
 
 pg_lo_truncate (PgSql\Lob $lob, int $size)
 
 pg_set_error_verbosity ($connection, int $verbosity=UNKNOWN)
 
 pg_set_client_encoding ($connection, string $encoding=UNKNOWN)
 
 pg_setclientencoding ($connection, string $encoding=UNKNOWN)
 
 pg_client_encoding (?PgSql\Connection $connection=null)
 
 pg_clientencoding (?PgSql\Connection $connection=null)
 
 pg_end_copy (?PgSql\Connection $connection=null)
 
 pg_put_line ($connection, string $query=UNKNOWN)
 
 pg_copy_to (PgSql\Connection $connection, string $table_name, string $separator="\t", string $null_as="\\\\N")
 
 pg_copy_from (PgSql\Connection $connection, string $table_name, array $rows, string $separator="\t", string $null_as="\\\\N")
 
 pg_escape_string ($connection, string $string=UNKNOWN)
 
 pg_escape_bytea ($connection, string $string=UNKNOWN)
 
 pg_unescape_bytea (string $string)
 
 pg_escape_literal ($connection, string $string=UNKNOWN)
 
 pg_escape_identifier ($connection, string $string=UNKNOWN)
 
 pg_result_error (PgSql\Result $result)
 
 pg_result_error_field (PgSql\Result $result, int $field_code)
 
 pg_connection_status (PgSql\Connection $connection)
 
 pg_transaction_status (PgSql\Connection $connection)
 
 pg_connection_reset (PgSql\Connection $connection)
 
 pg_cancel_query (PgSql\Connection $connection)
 
 pg_connection_busy (PgSql\Connection $connection)
 
 pg_send_query (PgSql\Connection $connection, string $query)
 
 pg_send_query_params (PgSql\Connection $connection, string $query, array $params)
 
 pg_send_prepare (PgSql\Connection $connection, string $statement_name, string $query)
 
 pg_send_execute (PgSql\Connection $connection, string $statement_name, array $params)
 
 pg_get_result (PgSql\Connection $connection)
 
 pg_result_status (PgSql\Result $result, int $mode=PGSQL_STATUS_LONG)
 
 pg_get_notify (PgSql\Connection $connection, int $mode=PGSQL_ASSOC)
 
 pg_get_pid (PgSql\Connection $connection)
 
 pg_socket (PgSql\Connection $connection)
 
 pg_consume_input (PgSql\Connection $connection)
 
 pg_flush (PgSql\Connection $connection)
 
 pg_meta_data (PgSql\Connection $connection, string $table_name, bool $extended=false)
 
 pg_convert (PgSql\Connection $connection, string $table_name, array $values, int $flags=0)
 
 pg_insert (PgSql\Connection $connection, string $table_name, array $values, int $flags=PGSQL_DML_EXEC)
 
 pg_update (PgSql\Connection $connection, string $table_name, array $values, array $conditions, int $flags=PGSQL_DML_EXEC)
 
 pg_delete (PgSql\Connection $connection, string $table_name, array $conditions, int $flags=PGSQL_DML_EXEC)
 
 pg_select (PgSql\Connection $connection, string $table_name, array $conditions=[], int $flags=PGSQL_DML_EXEC, int $mode=PGSQL_ASSOC)
 
 pg_set_error_context_visibility (PgSql\Connection $connection, int $visibility)
 
 pg_result_memory_size (PgSql\Result $result)
 
 pg_change_password (PgSql\Connection $connection, string $user, #[\SensitiveParameter] string $password)
 
 pg_put_copy_data (PgSql\Connection $connection, string $cmd)
 
 pg_put_copy_end (PgSql\Connection $connection, ?string $error=null)
 
 pg_socket_poll ($socket, int $read, int $write, int $timeout=-1)
 
 pg_set_chunked_rows_size (PgSql\Connection $connection, int $size)
 

Variables

const PGSQL_LIBPQ_VERSION = UNKNOWN
 
const PGSQL_LIBPQ_VERSION_STR = UNKNOWN
 
const PGSQL_CONNECT_FORCE_NEW = UNKNOWN
 
const PGSQL_CONNECT_ASYNC = UNKNOWN
 
const PGSQL_ASSOC = UNKNOWN
 
const PGSQL_NUM = UNKNOWN
 
const PGSQL_BOTH = UNKNOWN
 
const PGSQL_NOTICE_LAST = UNKNOWN
 
const PGSQL_NOTICE_ALL = UNKNOWN
 
const PGSQL_NOTICE_CLEAR = UNKNOWN
 
const PGSQL_CONNECTION_BAD = UNKNOWN
 
const PGSQL_CONNECTION_OK = UNKNOWN
 
const PGSQL_CONNECTION_STARTED = UNKNOWN
 
const PGSQL_CONNECTION_MADE = UNKNOWN
 
const PGSQL_CONNECTION_AWAITING_RESPONSE = UNKNOWN
 
const PGSQL_CONNECTION_AUTH_OK = UNKNOWN
 
const PGSQL_CONNECTION_SSL_STARTUP = UNKNOWN
 
const PGSQL_CONNECTION_SETENV = UNKNOWN
 
const PGSQL_POLLING_FAILED = UNKNOWN
 
const PGSQL_POLLING_READING = UNKNOWN
 
const PGSQL_POLLING_WRITING = UNKNOWN
 
const PGSQL_POLLING_OK = UNKNOWN
 
const PGSQL_POLLING_ACTIVE = UNKNOWN
 
const PGSQL_TRANSACTION_IDLE = UNKNOWN
 
const PGSQL_TRANSACTION_ACTIVE = UNKNOWN
 
const PGSQL_TRANSACTION_INTRANS = UNKNOWN
 
const PGSQL_TRANSACTION_INERROR = UNKNOWN
 
const PGSQL_TRANSACTION_UNKNOWN = UNKNOWN
 
const PGSQL_ERRORS_TERSE = UNKNOWN
 
const PGSQL_ERRORS_DEFAULT = UNKNOWN
 
const PGSQL_ERRORS_VERBOSE = UNKNOWN
 
const PGSQL_ERRORS_SQLSTATE = UNKNOWN
 
const PGSQL_SEEK_SET = UNKNOWN
 
const PGSQL_SEEK_CUR = UNKNOWN
 
const PGSQL_SEEK_END = UNKNOWN
 
const PGSQL_STATUS_LONG = UNKNOWN
 
const PGSQL_STATUS_STRING = UNKNOWN
 
const PGSQL_EMPTY_QUERY = UNKNOWN
 
const PGSQL_COMMAND_OK = UNKNOWN
 
const PGSQL_TUPLES_OK = UNKNOWN
 
const PGSQL_TUPLES_CHUNK = UNKNOWN
 
const PGSQL_COPY_OUT = UNKNOWN
 
const PGSQL_COPY_IN = UNKNOWN
 
const PGSQL_BAD_RESPONSE = UNKNOWN
 
const PGSQL_NONFATAL_ERROR = UNKNOWN
 
const PGSQL_FATAL_ERROR = UNKNOWN
 
const PGSQL_DIAG_SEVERITY = UNKNOWN
 
const PGSQL_DIAG_SQLSTATE = UNKNOWN
 
const PGSQL_DIAG_MESSAGE_PRIMARY = UNKNOWN
 
const PGSQL_DIAG_MESSAGE_DETAIL = UNKNOWN
 
const PGSQL_DIAG_MESSAGE_HINT = UNKNOWN
 
const PGSQL_DIAG_STATEMENT_POSITION = UNKNOWN
 
const PGSQL_DIAG_INTERNAL_POSITION = UNKNOWN
 
const PGSQL_DIAG_INTERNAL_QUERY = UNKNOWN
 
const PGSQL_DIAG_CONTEXT = UNKNOWN
 
const PGSQL_DIAG_SOURCE_FILE = UNKNOWN
 
const PGSQL_DIAG_SOURCE_LINE = UNKNOWN
 
const PGSQL_DIAG_SOURCE_FUNCTION = UNKNOWN
 
const PGSQL_DIAG_SCHEMA_NAME = UNKNOWN
 
const PGSQL_DIAG_TABLE_NAME = UNKNOWN
 
const PGSQL_DIAG_COLUMN_NAME = UNKNOWN
 
const PGSQL_DIAG_DATATYPE_NAME = UNKNOWN
 
const PGSQL_DIAG_CONSTRAINT_NAME = UNKNOWN
 
const PGSQL_DIAG_SEVERITY_NONLOCALIZED = UNKNOWN
 
const PGSQL_CONV_IGNORE_DEFAULT = UNKNOWN
 
const PGSQL_CONV_FORCE_NULL = UNKNOWN
 
const PGSQL_CONV_IGNORE_NOT_NULL = UNKNOWN
 
const PGSQL_DML_ESCAPE = UNKNOWN
 
const PGSQL_DML_NO_CONV = UNKNOWN
 
const PGSQL_DML_EXEC = UNKNOWN
 
const PGSQL_DML_ASYNC = UNKNOWN
 
const PGSQL_DML_STRING = UNKNOWN
 
const PGSQL_TRACE_SUPPRESS_TIMESTAMPS = UNKNOWN
 
const PGSQL_TRACE_REGRESS_MODE = UNKNOWN
 
const PGSQL_SHOW_CONTEXT_NEVER = UNKNOWN
 
const PGSQL_SHOW_CONTEXT_ERRORS = UNKNOWN
 
const PGSQL_SHOW_CONTEXT_ALWAYS = UNKNOWN
 

Function Documentation

◆ pg_affected_rows()

pg_affected_rows ( PgSql\Result $result)

Definition at line 567 of file pgsql.stub.php.

◆ pg_cancel_query()

pg_cancel_query ( PgSql\Connection $connection)

Definition at line 891 of file pgsql.stub.php.

◆ pg_change_password()

pg_change_password ( PgSql\Connection $connection,
string $user,
# string $password[\SensitiveParameter] )

Definition at line 960 of file pgsql.stub.php.

◆ pg_client_encoding()

pg_client_encoding ( ?PgSql\Connection $connection = null)

Definition at line 831 of file pgsql.stub.php.

◆ pg_clientencoding()

pg_clientencoding ( ?PgSql\Connection $connection = null)

@alias pg_client_encoding

Definition at line 837 of file pgsql.stub.php.

◆ pg_close()

pg_close ( ?PgSql\Connection $connection = null)

Definition at line 474 of file pgsql.stub.php.

◆ pg_cmdtuples()

pg_cmdtuples ( PgSql\Result $result)

@alias pg_affected_rows

Definition at line 573 of file pgsql.stub.php.

◆ pg_connect()

pg_connect ( string $connection_string,
int $flags = 0 )

Definition at line 468 of file pgsql.stub.php.

◆ pg_connect_poll()

pg_connect_poll ( PgSql\Connection $connection)

Definition at line 472 of file pgsql.stub.php.

◆ pg_connection_busy()

pg_connection_busy ( PgSql\Connection $connection)

Definition at line 893 of file pgsql.stub.php.

◆ pg_connection_reset()

pg_connection_reset ( PgSql\Connection $connection)

Definition at line 889 of file pgsql.stub.php.

◆ pg_connection_status()

pg_connection_status ( PgSql\Connection $connection)

Definition at line 885 of file pgsql.stub.php.

◆ pg_consume_input()

pg_consume_input ( PgSql\Connection $connection)

Definition at line 923 of file pgsql.stub.php.

◆ pg_convert()

pg_convert ( PgSql\Connection $connection,
string $table_name,
array $values,
int $flags = 0 )
Returns
array<string, mixed>|false @refcount 1

Definition at line 937 of file pgsql.stub.php.

◆ pg_copy_from()

pg_copy_from ( PgSql\Connection $connection,
string $table_name,
array $rows,
string $separator = "\t",
string $null_as = "\\\\N" )

Definition at line 850 of file pgsql.stub.php.

◆ pg_copy_to()

pg_copy_to ( PgSql\Connection $connection,
string $table_name,
string $separator = "\t",
string $null_as = "\\\\N" )
Returns
array<int, string>|false @refcount 1

Definition at line 848 of file pgsql.stub.php.

◆ pg_dbname()

pg_dbname ( ?PgSql\Connection $connection = null)

@refcount 1

Definition at line 477 of file pgsql.stub.php.

◆ pg_delete()

pg_delete ( PgSql\Connection $connection,
string $table_name,
array $conditions,
int $flags = PGSQL_DML_EXEC )

@refcount 1

Definition at line 946 of file pgsql.stub.php.

◆ pg_end_copy()

pg_end_copy ( ?PgSql\Connection $connection = null)

Definition at line 839 of file pgsql.stub.php.

◆ pg_errormessage()

pg_errormessage ( ?PgSql\Connection $connection = null)

@alias pg_last_error

Definition at line 485 of file pgsql.stub.php.

◆ pg_escape_bytea()

pg_escape_bytea ( $connection,
string $string = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 862 of file pgsql.stub.php.

◆ pg_escape_identifier()

pg_escape_identifier ( $connection,
string $string = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 877 of file pgsql.stub.php.

◆ pg_escape_literal()

pg_escape_literal ( $connection,
string $string = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 871 of file pgsql.stub.php.

◆ pg_escape_string()

pg_escape_string ( $connection,
string $string = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 856 of file pgsql.stub.php.

◆ pg_exec()

pg_exec ( $connection,
string $query = UNKNOWN )
Parameters
PgSql\Connection | string$connection@alias pg_query

Definition at line 529 of file pgsql.stub.php.

◆ pg_execute()

pg_execute ( $connection,
$statement_name,
array $params = UNKNOWN )
Parameters
PgSql\Connection | string$connection
string | array$statement_name@refcount 1

Definition at line 549 of file pgsql.stub.php.

◆ pg_fetch_all()

pg_fetch_all ( PgSql\Result $result,
int $mode = PGSQL_ASSOC )
Returns
array<int, array> @refcount 1

Definition at line 653 of file pgsql.stub.php.

◆ pg_fetch_all_columns()

pg_fetch_all_columns ( PgSql\Result $result,
int $field = 0 )
Returns
array<int, string|null> @refcount 1

Definition at line 659 of file pgsql.stub.php.

◆ pg_fetch_array()

pg_fetch_array ( PgSql\Result $result,
?int $row = null,
int $mode = PGSQL_BOTH )
Returns
array<int|string, string|null>|false @refcount 1

Definition at line 644 of file pgsql.stub.php.

◆ pg_fetch_assoc()

pg_fetch_assoc ( PgSql\Result $result,
?int $row = null )
Returns
array<int|string, string|null>|false @refcount 1

Definition at line 638 of file pgsql.stub.php.

◆ pg_fetch_object()

pg_fetch_object ( PgSql\Result $result,
?int $row = null,
string $class = "stdClass",
array $constructor_args = [] )

@refcount 1

Definition at line 647 of file pgsql.stub.php.

◆ pg_fetch_result()

pg_fetch_result ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int | null$row@refcount 1

Definition at line 619 of file pgsql.stub.php.

◆ pg_fetch_row()

pg_fetch_row ( PgSql\Result $result,
?int $row = null,
int $mode = PGSQL_NUM )
Returns
array<int|string, string|null>|false @refcount 1

Definition at line 632 of file pgsql.stub.php.

◆ pg_field_is_null()

pg_field_is_null ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int | null$row

Definition at line 673 of file pgsql.stub.php.

◆ pg_field_name()

pg_field_name ( PgSql\Result $result,
int $field )

@refcount 1

Definition at line 580 of file pgsql.stub.php.

◆ pg_field_num()

pg_field_num ( PgSql\Result $result,
string $field )

Definition at line 607 of file pgsql.stub.php.

◆ pg_field_prtlen()

pg_field_prtlen ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int | null$row

Definition at line 664 of file pgsql.stub.php.

◆ pg_field_size()

pg_field_size ( PgSql\Result $result,
int $field )

Definition at line 588 of file pgsql.stub.php.

◆ pg_field_table()

pg_field_table ( PgSql\Result $result,
int $field,
bool $oid_only = false )

Definition at line 577 of file pgsql.stub.php.

◆ pg_field_type()

pg_field_type ( PgSql\Result $result,
int $field )

Definition at line 596 of file pgsql.stub.php.

◆ pg_field_type_oid()

pg_field_type_oid ( PgSql\Result $result,
int $field )

@refcount 1

Definition at line 605 of file pgsql.stub.php.

◆ pg_fieldisnull()

pg_fieldisnull ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int$row

Definition at line 679 of file pgsql.stub.php.

◆ pg_fieldname()

pg_fieldname ( PgSql\Result $result,
int $field )

@alias pg_field_name

Definition at line 586 of file pgsql.stub.php.

◆ pg_fieldnum()

pg_fieldnum ( PgSql\Result $result,
string $field )

@alias pg_field_num

Definition at line 613 of file pgsql.stub.php.

◆ pg_fieldprtlen()

pg_fieldprtlen ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int$row

Definition at line 670 of file pgsql.stub.php.

◆ pg_fieldsize()

pg_fieldsize ( PgSql\Result $result,
int $field )

@alias pg_field_size

Definition at line 594 of file pgsql.stub.php.

◆ pg_fieldtype()

pg_fieldtype ( PgSql\Result $result,
int $field )

@alias pg_field_type

Definition at line 602 of file pgsql.stub.php.

◆ pg_flush()

pg_flush ( PgSql\Connection $connection)

Definition at line 925 of file pgsql.stub.php.

◆ pg_free_result()

pg_free_result ( PgSql\Result $result)

Definition at line 681 of file pgsql.stub.php.

◆ pg_freeresult()

pg_freeresult ( PgSql\Result $result)

@alias pg_free_result

Definition at line 687 of file pgsql.stub.php.

◆ pg_get_notify()

pg_get_notify ( PgSql\Connection $connection,
int $mode = PGSQL_ASSOC )
Returns
array<int|string, int|string> @refcount 1

Definition at line 913 of file pgsql.stub.php.

◆ pg_get_pid()

pg_get_pid ( PgSql\Connection $connection)

Definition at line 915 of file pgsql.stub.php.

◆ pg_get_result()

pg_get_result ( PgSql\Connection $connection)

@refcount 1

Definition at line 904 of file pgsql.stub.php.

◆ pg_getlastoid()

pg_getlastoid ( PgSql\Result $result)

@alias pg_last_oid

Definition at line 696 of file pgsql.stub.php.

◆ pg_host()

pg_host ( ?PgSql\Connection $connection = null)

@refcount 1

Definition at line 497 of file pgsql.stub.php.

◆ pg_insert()

pg_insert ( PgSql\Connection $connection,
string $table_name,
array $values,
int $flags = PGSQL_DML_EXEC )

@refcount 1

Definition at line 940 of file pgsql.stub.php.

◆ pg_jit()

pg_jit ( ?PgSql\Connection $connection = null)
Returns
array<string, string|null> @refcount 1

Definition at line 509 of file pgsql.stub.php.

◆ pg_last_error()

pg_last_error ( ?PgSql\Connection $connection = null)

Definition at line 479 of file pgsql.stub.php.

◆ pg_last_notice()

pg_last_notice ( PgSql\Connection $connection,
int $mode = PGSQL_NOTICE_LAST )

Definition at line 575 of file pgsql.stub.php.

◆ pg_last_oid()

pg_last_oid ( PgSql\Result $result)

@refcount 1

Definition at line 690 of file pgsql.stub.php.

◆ pg_lo_close()

pg_lo_close ( PgSql\Lob $lob)

Definition at line 746 of file pgsql.stub.php.

◆ pg_lo_create()

pg_lo_create ( $connection = UNKNOWN,
$oid = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid@refcount 1

Definition at line 707 of file pgsql.stub.php.

◆ pg_lo_export()

pg_lo_export ( $connection,
$oid = UNKNOWN,
$filename = UNKNOWN )
Parameters
PgSql\Connection | string | int$connection
string | int$oid
string | int$filename

Definition at line 801 of file pgsql.stub.php.

◆ pg_lo_import()

pg_lo_import ( $connection,
$filename = UNKNOWN,
$oid = UNKNOWN )
Parameters
PgSql\Connection | string$connection
string | int$filename
string | int$oid@refcount 1

Definition at line 785 of file pgsql.stub.php.

◆ pg_lo_open()

pg_lo_open ( $connection,
$oid = UNKNOWN,
string $mode = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid@refcount 1

Definition at line 736 of file pgsql.stub.php.

◆ pg_lo_read()

pg_lo_read ( PgSql\Lob $lob,
int $length = 8192 )

@refcount 1

Definition at line 755 of file pgsql.stub.php.

◆ pg_lo_read_all()

pg_lo_read_all ( PgSql\Lob $lob)

Definition at line 771 of file pgsql.stub.php.

◆ pg_lo_seek()

pg_lo_seek ( PgSql\Lob $lob,
int $offset,
int $whence = SEEK_CUR )

Definition at line 812 of file pgsql.stub.php.

◆ pg_lo_tell()

pg_lo_tell ( PgSql\Lob $lob)

Definition at line 814 of file pgsql.stub.php.

◆ pg_lo_truncate()

pg_lo_truncate ( PgSql\Lob $lob,
int $size )

Definition at line 816 of file pgsql.stub.php.

◆ pg_lo_unlink()

pg_lo_unlink ( $connection,
$oid = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid

Definition at line 721 of file pgsql.stub.php.

◆ pg_lo_write()

pg_lo_write ( PgSql\Lob $lob,
string $data,
?int $length = null )

Definition at line 763 of file pgsql.stub.php.

◆ pg_loclose()

pg_loclose ( PgSql\Lob $lob)

@alias pg_lo_close

Definition at line 752 of file pgsql.stub.php.

◆ pg_locreate()

pg_locreate ( $connection = UNKNOWN,
$oid = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid@alias pg_lo_create

Definition at line 715 of file pgsql.stub.php.

◆ pg_loexport()

pg_loexport ( $connection,
$oid = UNKNOWN,
$filename = UNKNOWN )
Parameters
PgSql\Connection | string | int$connection
string | int$oid
string | int$filename@alias pg_lo_export

Definition at line 810 of file pgsql.stub.php.

◆ pg_loimport()

pg_loimport ( $connection,
$filename = UNKNOWN,
$oid = UNKNOWN )
Parameters
PgSql\Connection | string$connection
string | int$filename
string | int$oid@alias pg_lo_import

Definition at line 794 of file pgsql.stub.php.

◆ pg_loopen()

pg_loopen ( $connection,
$oid = UNKNOWN,
string $mode = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid@alias pg_lo_open

Definition at line 744 of file pgsql.stub.php.

◆ pg_loread()

pg_loread ( PgSql\Lob $lob,
int $length = 8192 )

@alias pg_lo_read

Definition at line 761 of file pgsql.stub.php.

◆ pg_loreadall()

pg_loreadall ( PgSql\Lob $lob)

@alias pg_lo_read_all

Definition at line 777 of file pgsql.stub.php.

◆ pg_lounlink()

pg_lounlink ( $connection,
$oid = UNKNOWN )
Parameters
PgSql\Connection$connection
string | int$oid@alias pg_lo_unlink

Definition at line 729 of file pgsql.stub.php.

◆ pg_lowrite()

pg_lowrite ( PgSql\Lob $lob,
string $data,
?int $length = null )

@alias pg_lo_write

Definition at line 769 of file pgsql.stub.php.

◆ pg_meta_data()

pg_meta_data ( PgSql\Connection $connection,
string $table_name,
bool $extended = false )
Returns
array<string, array>|false @refcount 1

Definition at line 931 of file pgsql.stub.php.

◆ pg_num_fields()

pg_num_fields ( PgSql\Result $result)

Definition at line 559 of file pgsql.stub.php.

◆ pg_num_rows()

pg_num_rows ( PgSql\Result $result)

Definition at line 551 of file pgsql.stub.php.

◆ pg_numfields()

pg_numfields ( PgSql\Result $result)

@alias pg_num_fields

Definition at line 565 of file pgsql.stub.php.

◆ pg_numrows()

pg_numrows ( PgSql\Result $result)

@alias pg_num_rows

Definition at line 557 of file pgsql.stub.php.

◆ pg_options()

pg_options ( ?PgSql\Connection $connection = null)

@refcount 1

Definition at line 488 of file pgsql.stub.php.

◆ pg_parameter_status()

pg_parameter_status ( $connection,
string $name = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 515 of file pgsql.stub.php.

◆ pg_pconnect()

pg_pconnect ( string $connection_string,
int $flags = 0 )

Definition at line 470 of file pgsql.stub.php.

◆ pg_ping()

pg_ping ( ?PgSql\Connection $connection = null)

Definition at line 517 of file pgsql.stub.php.

◆ pg_port()

pg_port ( ?PgSql\Connection $connection = null)

@refcount 1

Definition at line 491 of file pgsql.stub.php.

◆ pg_prepare()

pg_prepare ( $connection,
string $statement_name,
string $query = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 542 of file pgsql.stub.php.

◆ pg_put_copy_data()

pg_put_copy_data ( PgSql\Connection $connection,
string $cmd )

Definition at line 962 of file pgsql.stub.php.

◆ pg_put_copy_end()

pg_put_copy_end ( PgSql\Connection $connection,
?string $error = null )

Definition at line 963 of file pgsql.stub.php.

◆ pg_put_line()

pg_put_line ( $connection,
string $query = UNKNOWN )
Parameters
PgSql\Connection | string$connection

Definition at line 842 of file pgsql.stub.php.

◆ pg_query()

pg_query ( $connection,
string $query = UNKNOWN )
Parameters
PgSql\Connection | string$connection@refcount 1

Definition at line 523 of file pgsql.stub.php.

◆ pg_query_params()

pg_query_params ( $connection,
$query,
array $params = UNKNOWN )
Parameters
PgSql\Connection | string$connection
string | array$query@refcount 1

Definition at line 536 of file pgsql.stub.php.

◆ pg_result()

pg_result ( PgSql\Result $result,
$row,
string|int $field = UNKNOWN )
Parameters
string | int$row@alias pg_fetch_result

Definition at line 626 of file pgsql.stub.php.

◆ pg_result_error()

pg_result_error ( PgSql\Result $result)

@refcount 1

Definition at line 880 of file pgsql.stub.php.

◆ pg_result_error_field()

pg_result_error_field ( PgSql\Result $result,
int $field_code )

@refcount 1

Definition at line 883 of file pgsql.stub.php.

◆ pg_result_memory_size()

pg_result_memory_size ( PgSql\Result $result)

Definition at line 957 of file pgsql.stub.php.

◆ pg_result_seek()

pg_result_seek ( PgSql\Result $result,
int $row )

Definition at line 661 of file pgsql.stub.php.

◆ pg_result_status()

pg_result_status ( PgSql\Result $result,
int $mode = PGSQL_STATUS_LONG )

@refcount 1

Definition at line 907 of file pgsql.stub.php.

◆ pg_select()

pg_select ( PgSql\Connection $connection,
string $table_name,
array $conditions = [],
int $flags = PGSQL_DML_EXEC,
int $mode = PGSQL_ASSOC )
Returns
array<int, array>|string|false @refcount 1

Definition at line 952 of file pgsql.stub.php.

◆ pg_send_execute()

pg_send_execute ( PgSql\Connection $connection,
string $statement_name,
array $params )

Definition at line 901 of file pgsql.stub.php.

◆ pg_send_prepare()

pg_send_prepare ( PgSql\Connection $connection,
string $statement_name,
string $query )

Definition at line 899 of file pgsql.stub.php.

◆ pg_send_query()

pg_send_query ( PgSql\Connection $connection,
string $query )

Definition at line 895 of file pgsql.stub.php.

◆ pg_send_query_params()

pg_send_query_params ( PgSql\Connection $connection,
string $query,
array $params )

Definition at line 897 of file pgsql.stub.php.

◆ pg_set_chunked_rows_size()

pg_set_chunked_rows_size ( PgSql\Connection $connection,
int $size )

Definition at line 971 of file pgsql.stub.php.

◆ pg_set_client_encoding()

pg_set_client_encoding ( $connection,
string $encoding = UNKNOWN )
Parameters
PgSql\Connection | string$connection

Definition at line 822 of file pgsql.stub.php.

◆ pg_set_error_context_visibility()

pg_set_error_context_visibility ( PgSql\Connection $connection,
int $visibility )

Definition at line 954 of file pgsql.stub.php.

◆ pg_set_error_verbosity()

pg_set_error_verbosity ( $connection,
int $verbosity = UNKNOWN )
Parameters
PgSql\Connection | int$connection

Definition at line 819 of file pgsql.stub.php.

◆ pg_setclientencoding()

pg_setclientencoding ( $connection,
string $encoding = UNKNOWN )
Parameters
PgSql\Connection | string$connection@alias pg_set_client_encoding

Definition at line 829 of file pgsql.stub.php.

◆ pg_socket()

pg_socket ( PgSql\Connection $connection)
Returns
resource|false @refcount 1

Definition at line 921 of file pgsql.stub.php.

◆ pg_socket_poll()

pg_socket_poll ( $socket,
int $read,
int $write,
int $timeout = -1 )
Parameters
resource$socket

Definition at line 968 of file pgsql.stub.php.

◆ pg_trace()

pg_trace ( string $filename,
string $mode = "w",
?PgSql\Connection $connection = null,
int $trace_mode = 0 )

Definition at line 698 of file pgsql.stub.php.

◆ pg_transaction_status()

pg_transaction_status ( PgSql\Connection $connection)

Definition at line 887 of file pgsql.stub.php.

◆ pg_tty()

pg_tty ( ?PgSql\Connection $connection = null)

@refcount 1

Definition at line 494 of file pgsql.stub.php.

◆ pg_unescape_bytea()

pg_unescape_bytea ( string $string)

@refcount 1

Definition at line 865 of file pgsql.stub.php.

◆ pg_untrace()

pg_untrace ( ?PgSql\Connection $connection = null)

Definition at line 700 of file pgsql.stub.php.

◆ pg_update()

pg_update ( PgSql\Connection $connection,
string $table_name,
array $values,
array $conditions,
int $flags = PGSQL_DML_EXEC )

@refcount 1

Definition at line 943 of file pgsql.stub.php.

◆ pg_version()

pg_version ( ?PgSql\Connection $connection = null)
Returns
array<string, int|string|null> @refcount 1

Definition at line 503 of file pgsql.stub.php.

Variable Documentation

◆ PGSQL_ASSOC

const PGSQL_ASSOC = UNKNOWN

Definition at line 39 of file pgsql.stub.php.

◆ PGSQL_BAD_RESPONSE

const PGSQL_BAD_RESPONSE = UNKNOWN

Definition at line 269 of file pgsql.stub.php.

◆ PGSQL_BOTH

const PGSQL_BOTH = UNKNOWN

Definition at line 49 of file pgsql.stub.php.

◆ PGSQL_COMMAND_OK

const PGSQL_COMMAND_OK = UNKNOWN

Definition at line 242 of file pgsql.stub.php.

◆ PGSQL_CONNECT_ASYNC

const PGSQL_CONNECT_ASYNC = UNKNOWN

Definition at line 31 of file pgsql.stub.php.

◆ PGSQL_CONNECT_FORCE_NEW

const PGSQL_CONNECT_FORCE_NEW = UNKNOWN

Definition at line 26 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_AUTH_OK

const PGSQL_CONNECTION_AUTH_OK = UNKNOWN

Definition at line 100 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_AWAITING_RESPONSE

const PGSQL_CONNECTION_AWAITING_RESPONSE = UNKNOWN

Definition at line 95 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_BAD

const PGSQL_CONNECTION_BAD = UNKNOWN

Definition at line 75 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_MADE

const PGSQL_CONNECTION_MADE = UNKNOWN

Definition at line 90 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_OK

const PGSQL_CONNECTION_OK = UNKNOWN

Definition at line 80 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_SETENV

const PGSQL_CONNECTION_SETENV = UNKNOWN

Definition at line 112 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_SSL_STARTUP

const PGSQL_CONNECTION_SSL_STARTUP = UNKNOWN

Definition at line 106 of file pgsql.stub.php.

◆ PGSQL_CONNECTION_STARTED

const PGSQL_CONNECTION_STARTED = UNKNOWN

Definition at line 85 of file pgsql.stub.php.

◆ PGSQL_CONV_FORCE_NULL

const PGSQL_CONV_FORCE_NULL = UNKNOWN

Definition at line 401 of file pgsql.stub.php.

◆ PGSQL_CONV_IGNORE_DEFAULT

const PGSQL_CONV_IGNORE_DEFAULT = UNKNOWN

Definition at line 396 of file pgsql.stub.php.

◆ PGSQL_CONV_IGNORE_NOT_NULL

const PGSQL_CONV_IGNORE_NOT_NULL = UNKNOWN

Definition at line 406 of file pgsql.stub.php.

◆ PGSQL_COPY_IN

const PGSQL_COPY_IN = UNKNOWN

Definition at line 264 of file pgsql.stub.php.

◆ PGSQL_COPY_OUT

const PGSQL_COPY_OUT = UNKNOWN

Definition at line 259 of file pgsql.stub.php.

◆ PGSQL_DIAG_COLUMN_NAME

const PGSQL_DIAG_COLUMN_NAME = UNKNOWN

Definition at line 366 of file pgsql.stub.php.

◆ PGSQL_DIAG_CONSTRAINT_NAME

const PGSQL_DIAG_CONSTRAINT_NAME = UNKNOWN

Definition at line 380 of file pgsql.stub.php.

◆ PGSQL_DIAG_CONTEXT

const PGSQL_DIAG_CONTEXT = UNKNOWN

Definition at line 331 of file pgsql.stub.php.

◆ PGSQL_DIAG_DATATYPE_NAME

const PGSQL_DIAG_DATATYPE_NAME = UNKNOWN

Definition at line 373 of file pgsql.stub.php.

◆ PGSQL_DIAG_INTERNAL_POSITION

const PGSQL_DIAG_INTERNAL_POSITION = UNKNOWN

Definition at line 318 of file pgsql.stub.php.

◆ PGSQL_DIAG_INTERNAL_QUERY

const PGSQL_DIAG_INTERNAL_QUERY = UNKNOWN

Definition at line 325 of file pgsql.stub.php.

◆ PGSQL_DIAG_MESSAGE_DETAIL

const PGSQL_DIAG_MESSAGE_DETAIL = UNKNOWN

Definition at line 302 of file pgsql.stub.php.

◆ PGSQL_DIAG_MESSAGE_HINT

const PGSQL_DIAG_MESSAGE_HINT = UNKNOWN

Definition at line 307 of file pgsql.stub.php.

◆ PGSQL_DIAG_MESSAGE_PRIMARY

const PGSQL_DIAG_MESSAGE_PRIMARY = UNKNOWN

Definition at line 297 of file pgsql.stub.php.

◆ PGSQL_DIAG_SCHEMA_NAME

const PGSQL_DIAG_SCHEMA_NAME = UNKNOWN

Definition at line 352 of file pgsql.stub.php.

◆ PGSQL_DIAG_SEVERITY

const PGSQL_DIAG_SEVERITY = UNKNOWN

Definition at line 287 of file pgsql.stub.php.

◆ PGSQL_DIAG_SEVERITY_NONLOCALIZED

const PGSQL_DIAG_SEVERITY_NONLOCALIZED = UNKNOWN

Definition at line 387 of file pgsql.stub.php.

◆ PGSQL_DIAG_SOURCE_FILE

const PGSQL_DIAG_SOURCE_FILE = UNKNOWN

Definition at line 336 of file pgsql.stub.php.

◆ PGSQL_DIAG_SOURCE_FUNCTION

const PGSQL_DIAG_SOURCE_FUNCTION = UNKNOWN

Definition at line 346 of file pgsql.stub.php.

◆ PGSQL_DIAG_SOURCE_LINE

const PGSQL_DIAG_SOURCE_LINE = UNKNOWN

Definition at line 341 of file pgsql.stub.php.

◆ PGSQL_DIAG_SQLSTATE

const PGSQL_DIAG_SQLSTATE = UNKNOWN

Definition at line 292 of file pgsql.stub.php.

◆ PGSQL_DIAG_STATEMENT_POSITION

const PGSQL_DIAG_STATEMENT_POSITION = UNKNOWN

Definition at line 312 of file pgsql.stub.php.

◆ PGSQL_DIAG_TABLE_NAME

const PGSQL_DIAG_TABLE_NAME = UNKNOWN

Definition at line 359 of file pgsql.stub.php.

◆ PGSQL_DML_ASYNC

const PGSQL_DML_ASYNC = UNKNOWN

Definition at line 429 of file pgsql.stub.php.

◆ PGSQL_DML_ESCAPE

const PGSQL_DML_ESCAPE = UNKNOWN

Definition at line 414 of file pgsql.stub.php.

◆ PGSQL_DML_EXEC

const PGSQL_DML_EXEC = UNKNOWN

Definition at line 424 of file pgsql.stub.php.

◆ PGSQL_DML_NO_CONV

const PGSQL_DML_NO_CONV = UNKNOWN

Definition at line 419 of file pgsql.stub.php.

◆ PGSQL_DML_STRING

const PGSQL_DML_STRING = UNKNOWN

Definition at line 434 of file pgsql.stub.php.

◆ PGSQL_EMPTY_QUERY

const PGSQL_EMPTY_QUERY = UNKNOWN

Definition at line 237 of file pgsql.stub.php.

◆ PGSQL_ERRORS_DEFAULT

const PGSQL_ERRORS_DEFAULT = UNKNOWN

Definition at line 180 of file pgsql.stub.php.

◆ PGSQL_ERRORS_SQLSTATE

const PGSQL_ERRORS_SQLSTATE = UNKNOWN

Definition at line 191 of file pgsql.stub.php.

◆ PGSQL_ERRORS_TERSE

const PGSQL_ERRORS_TERSE = UNKNOWN

Definition at line 175 of file pgsql.stub.php.

◆ PGSQL_ERRORS_VERBOSE

const PGSQL_ERRORS_VERBOSE = UNKNOWN

Definition at line 185 of file pgsql.stub.php.

◆ PGSQL_FATAL_ERROR

const PGSQL_FATAL_ERROR = UNKNOWN

Definition at line 279 of file pgsql.stub.php.

◆ PGSQL_LIBPQ_VERSION

const PGSQL_LIBPQ_VERSION = UNKNOWN

Definition at line 12 of file pgsql.stub.php.

◆ PGSQL_LIBPQ_VERSION_STR

const PGSQL_LIBPQ_VERSION_STR = UNKNOWN

Definition at line 18 of file pgsql.stub.php.

◆ PGSQL_NONFATAL_ERROR

const PGSQL_NONFATAL_ERROR = UNKNOWN

Definition at line 274 of file pgsql.stub.php.

◆ PGSQL_NOTICE_ALL

const PGSQL_NOTICE_ALL = UNKNOWN

Definition at line 62 of file pgsql.stub.php.

◆ PGSQL_NOTICE_CLEAR

const PGSQL_NOTICE_CLEAR = UNKNOWN

Definition at line 67 of file pgsql.stub.php.

◆ PGSQL_NOTICE_LAST

const PGSQL_NOTICE_LAST = UNKNOWN

Definition at line 57 of file pgsql.stub.php.

◆ PGSQL_NUM

const PGSQL_NUM = UNKNOWN

Definition at line 44 of file pgsql.stub.php.

◆ PGSQL_POLLING_ACTIVE

const PGSQL_POLLING_ACTIVE = UNKNOWN

Definition at line 139 of file pgsql.stub.php.

◆ PGSQL_POLLING_FAILED

const PGSQL_POLLING_FAILED = UNKNOWN

Definition at line 119 of file pgsql.stub.php.

◆ PGSQL_POLLING_OK

const PGSQL_POLLING_OK = UNKNOWN

Definition at line 134 of file pgsql.stub.php.

◆ PGSQL_POLLING_READING

const PGSQL_POLLING_READING = UNKNOWN

Definition at line 124 of file pgsql.stub.php.

◆ PGSQL_POLLING_WRITING

const PGSQL_POLLING_WRITING = UNKNOWN

Definition at line 129 of file pgsql.stub.php.

◆ PGSQL_SEEK_CUR

const PGSQL_SEEK_CUR = UNKNOWN

Definition at line 211 of file pgsql.stub.php.

◆ PGSQL_SEEK_END

const PGSQL_SEEK_END = UNKNOWN

Definition at line 216 of file pgsql.stub.php.

◆ PGSQL_SEEK_SET

const PGSQL_SEEK_SET = UNKNOWN

Definition at line 206 of file pgsql.stub.php.

◆ PGSQL_SHOW_CONTEXT_ALWAYS

const PGSQL_SHOW_CONTEXT_ALWAYS = UNKNOWN

Definition at line 466 of file pgsql.stub.php.

◆ PGSQL_SHOW_CONTEXT_ERRORS

const PGSQL_SHOW_CONTEXT_ERRORS = UNKNOWN

Definition at line 461 of file pgsql.stub.php.

◆ PGSQL_SHOW_CONTEXT_NEVER

const PGSQL_SHOW_CONTEXT_NEVER = UNKNOWN

Definition at line 456 of file pgsql.stub.php.

◆ PGSQL_STATUS_LONG

const PGSQL_STATUS_LONG = UNKNOWN

Definition at line 224 of file pgsql.stub.php.

◆ PGSQL_STATUS_STRING

const PGSQL_STATUS_STRING = UNKNOWN

Definition at line 229 of file pgsql.stub.php.

◆ PGSQL_TRACE_REGRESS_MODE

const PGSQL_TRACE_REGRESS_MODE = UNKNOWN

Definition at line 447 of file pgsql.stub.php.

◆ PGSQL_TRACE_SUPPRESS_TIMESTAMPS

const PGSQL_TRACE_SUPPRESS_TIMESTAMPS = UNKNOWN

Definition at line 440 of file pgsql.stub.php.

◆ PGSQL_TRANSACTION_ACTIVE

const PGSQL_TRANSACTION_ACTIVE = UNKNOWN

Definition at line 152 of file pgsql.stub.php.

◆ PGSQL_TRANSACTION_IDLE

const PGSQL_TRANSACTION_IDLE = UNKNOWN

Definition at line 147 of file pgsql.stub.php.

◆ PGSQL_TRANSACTION_INERROR

const PGSQL_TRANSACTION_INERROR = UNKNOWN

Definition at line 162 of file pgsql.stub.php.

◆ PGSQL_TRANSACTION_INTRANS

const PGSQL_TRANSACTION_INTRANS = UNKNOWN

Definition at line 157 of file pgsql.stub.php.

◆ PGSQL_TRANSACTION_UNKNOWN

const PGSQL_TRANSACTION_UNKNOWN = UNKNOWN

Definition at line 167 of file pgsql.stub.php.

◆ PGSQL_TUPLES_CHUNK

const PGSQL_TUPLES_CHUNK = UNKNOWN

Definition at line 253 of file pgsql.stub.php.

◆ PGSQL_TUPLES_OK

const PGSQL_TUPLES_OK = UNKNOWN

Definition at line 247 of file pgsql.stub.php.