PDOConnection
class PDOConnection extends PDOConnection (View source)
PDO implementation of the Connection interface.
Used by all PDO-based drivers.
Methods
                    __construct(string $dsn, string|null $user = null, string|null $password = null, array $options = null)
        
                                            
                
            No description
Details
        
                            
    __construct(string $dsn, string|null $user = null, string|null $password = null, array $options = null)
        
    
    No description