php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
PDO_PGSql_Ext Class Reference

Public Member Functions

 pgsqlCopyFromArray (string $tableName, array $rows, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
 
 pgsqlCopyFromFile (string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
 
 pgsqlCopyToArray (string $tableName, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
 
 pgsqlCopyToFile (string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
 
 pgsqlLOBCreate ()
 
 pgsqlLOBOpen (string $oid, string $mode="rb")
 
 pgsqlLOBUnlink (string $oid)
 
 pgsqlGetNotify (int $fetchMode=PDO::FETCH_DEFAULT, int $timeoutMilliseconds=0)
 
 pgsqlGetPid ()
 

Detailed Description

@generate-function-entries These are extension methods for PDO. This is not a real class. @undocumentable

Definition at line 9 of file pgsql_driver.stub.php.

Member Function Documentation

◆ pgsqlCopyFromArray()

PDO_PGSql_Ext::pgsqlCopyFromArray ( string $tableName,
array $rows,
string $separator = "\t",
string $nullAs = "\\\\N",
?string $fields = null )

@tentative-return-type

Definition at line 11 of file pgsql_driver.stub.php.

◆ pgsqlCopyFromFile()

PDO_PGSql_Ext::pgsqlCopyFromFile ( string $tableName,
string $filename,
string $separator = "\t",
string $nullAs = "\\\\N",
?string $fields = null )

@tentative-return-type

Definition at line 14 of file pgsql_driver.stub.php.

◆ pgsqlCopyToArray()

PDO_PGSql_Ext::pgsqlCopyToArray ( string $tableName,
string $separator = "\t",
string $nullAs = "\\\\N",
?string $fields = null )

@tentative-return-type

Definition at line 17 of file pgsql_driver.stub.php.

◆ pgsqlCopyToFile()

PDO_PGSql_Ext::pgsqlCopyToFile ( string $tableName,
string $filename,
string $separator = "\t",
string $nullAs = "\\\\N",
?string $fields = null )

@tentative-return-type

Definition at line 20 of file pgsql_driver.stub.php.

◆ pgsqlGetNotify()

PDO_PGSql_Ext::pgsqlGetNotify ( int $fetchMode = PDO::FETCH_DEFAULT,
int $timeoutMilliseconds = 0 )

@tentative-return-type

Definition at line 32 of file pgsql_driver.stub.php.

◆ pgsqlGetPid()

PDO_PGSql_Ext::pgsqlGetPid ( )

@tentative-return-type

Definition at line 35 of file pgsql_driver.stub.php.

◆ pgsqlLOBCreate()

PDO_PGSql_Ext::pgsqlLOBCreate ( )

@tentative-return-type

Definition at line 23 of file pgsql_driver.stub.php.

◆ pgsqlLOBOpen()

PDO_PGSql_Ext::pgsqlLOBOpen ( string $oid,
string $mode = "rb" )
Returns
resource|false

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

◆ pgsqlLOBUnlink()

PDO_PGSql_Ext::pgsqlLOBUnlink ( string $oid)

@tentative-return-type

Definition at line 29 of file pgsql_driver.stub.php.


The documentation for this class was generated from the following file: