Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PgSqlCaster.php

PgSqlCaster::TRANSACTION_STATUS

File

vendor/symfony/var-dumper/Caster/PgSqlCaster.php, line 38

Class

PgSqlCaster
Casts pqsql resources to array representation.

Namespace

Symfony\Component\VarDumper\Caster

Code

private const TRANSACTION_STATUS = [
    \PGSQL_TRANSACTION_IDLE => 'PGSQL_TRANSACTION_IDLE',
    \PGSQL_TRANSACTION_ACTIVE => 'PGSQL_TRANSACTION_ACTIVE',
    \PGSQL_TRANSACTION_INTRANS => 'PGSQL_TRANSACTION_INTRANS',
    \PGSQL_TRANSACTION_INERROR => 'PGSQL_TRANSACTION_INERROR',
    \PGSQL_TRANSACTION_UNKNOWN => 'PGSQL_TRANSACTION_UNKNOWN',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal