<?php
$TOC = array (
  0 => 
  array (
    0 => 'pdo.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  1 => 
  array (
    0 => 'pdo.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  2 => 
  array (
    0 => 'pdo.connections.php',
    1 => 'Verbindungen und Verbindungsmanagement',
  ),
  3 => 
  array (
    0 => 'pdo.transactions.php',
    1 => 'Transaktionen und auto-commit',
  ),
  4 => 
  array (
    0 => 'pdo.prepared-statements.php',
    1 => 'Prepared Statements und Stored Procedures',
  ),
  5 => 
  array (
    0 => 'pdo.error-handling.php',
    1 => 'Fehler und Fehlerbehandlung',
  ),
  6 => 
  array (
    0 => 'pdo.lobs.php',
    1 => 'Large Objects (LOBs)',
  ),
  7 => 
  array (
    0 => 'class.pdo.php',
    1 => 'PDO',
  ),
  8 => 
  array (
    0 => 'class.pdostatement.php',
    1 => 'PDOStatement',
  ),
  9 => 
  array (
    0 => 'class.pdorow.php',
    1 => 'PDORow',
  ),
  10 => 
  array (
    0 => 'class.pdoexception.php',
    1 => 'PDOException',
  ),
  11 => 
  array (
    0 => 'pdo.drivers.php',
    1 => 'PDO-Treiber',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'refs.database.abstract.php',
    1 => 'Abstraktionsebenen',
  ),
  1 => 
  array (
    0 => 'refs.database.php',
    1 => 'Datenbankerweiterungen',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Funktionsreferenz',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);