MSSQLIdGenerator Class Reference

Inherits IdGenerator.

List of all members.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

MSSQLIdGenerator::MSSQLIdGenerator ( &$  conn)

 

Creates a new IdGenerator class, saves passed connection for use later by getId() method.

Parameters:
Connection $conn


Member Function Documentation

MSSQLIdGenerator::isBeforeInsert ()

 

See also IdGenerator::isBeforeInsert()

Reimplemented from IdGenerator.

MSSQLIdGenerator::isAfterInsert ()

 

See also IdGenerator::isAfterInsert()

Reimplemented from IdGenerator.

MSSQLIdGenerator::getIdMethod ()

 

See also IdGenerator::getIdMethod()

Reimplemented from IdGenerator.

MSSQLIdGenerator::getId ( $  unused = null)

 

See also IdGenerator::getId()

Returns mixed The id on success, SQLException on failure.

Reimplemented from IdGenerator.


Member Data Documentation

MSSQLIdGenerator::$conn

 

Connection object that instantiated this class


This file is part of the Creole[php4] library.


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS