Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PgSqlCaster

Fonctions membres publiques statiques

const static castLargeObject ($lo, array $a, Stub $stub, bool $isNested)
 
static castLink ($link, array $a, Stub $stub, bool $isNested)
 
static castResult ($result, array $a, Stub $stub, bool $isNested)
 

Champs de données

const PGSQL_TRANSACTION_ACTIVE
 
const PGSQL_COMMAND_OK
 

Attributs privés

const PARAM_CODES
 
const TRANSACTION_STATUS
 
const RESULT_STATUS
 
const DIAG_CODES
 

Description détaillée

Casts pqsql resources to array representation.

Auteur
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com

Documentation des fonctions membres

◆ castLargeObject()

const static castLargeObject (   $lo,
array  $a,
Stub  $stub,
bool  $isNested 
)
static

◆ castLink()

static castLink (   $link,
array  $a,
Stub  $stub,
bool  $isNested 
)
static

Références $link.

◆ castResult()

static castResult (   $result,
array  $a,
Stub  $stub,
bool  $isNested 
)
static

Références $field, $fields, $i, $result, elseif, et null.

Documentation des champs

◆ DIAG_CODES

const DIAG_CODES
private
Valeur initiale :
= [
'severity' => \PGSQL_DIAG_SEVERITY

◆ PARAM_CODES

const PARAM_CODES
private
Valeur initiale :
= [
'server_encoding',
'client_encoding',
'is_superuser',
'session_authorization',
'DateStyle',
'TimeZone',
'IntervalStyle',
'integer_datetimes',
'application_name',
'standard_conforming_strings',
]

◆ PGSQL_COMMAND_OK

const PGSQL_COMMAND_OK
Valeur initiale :
=> 'PGSQL_COMMAND_OK',
\PGSQL_TUPLES_OK => 'PGSQL_TUPLES_OK',
\PGSQL_COPY_OUT => 'PGSQL_COPY_OUT',
\PGSQL_COPY_IN => 'PGSQL_COPY_IN',
\PGSQL_BAD_RESPONSE => 'PGSQL_BAD_RESPONSE',
\PGSQL_NONFATAL_ERROR => 'PGSQL_NONFATAL_ERROR',
\PGSQL_FATAL_ERROR => 'PGSQL_FATAL_ERROR',
]

◆ PGSQL_TRANSACTION_ACTIVE

const PGSQL_TRANSACTION_ACTIVE
Valeur initiale :
=> 'PGSQL_TRANSACTION_ACTIVE',
\PGSQL_TRANSACTION_INTRANS => 'PGSQL_TRANSACTION_INTRANS',
\PGSQL_TRANSACTION_INERROR => 'PGSQL_TRANSACTION_INERROR',
\PGSQL_TRANSACTION_UNKNOWN => 'PGSQL_TRANSACTION_UNKNOWN',
]

◆ RESULT_STATUS

const RESULT_STATUS
private
Valeur initiale :
= [
\PGSQL_EMPTY_QUERY => 'PGSQL_EMPTY_QUERY'

◆ TRANSACTION_STATUS

const TRANSACTION_STATUS
private
Valeur initiale :
= [
\PGSQL_TRANSACTION_IDLE => 'PGSQL_TRANSACTION_IDLE'

La documentation de cette classe a été générée à partir du fichier suivant :