SQLiteIdGenerator Class Reference

Inherits IdGenerator.

List of all members.

Public Member Functions

Public Attributes


Member Function Documentation

SQLiteIdGenerator::SQLite ( &$  conn)

 

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

Parameters:
Connection $conn

SQLiteIdGenerator::isBeforeInsert ()

 

public

See also IdGenerator::isBeforeInsert()

Reimplemented from IdGenerator.

SQLiteIdGenerator::isAfterInsert ()

 

public

See also IdGenerator::isAfterInsert()

Reimplemented from IdGenerator.

SQLiteIdGenerator::getIdMethod ()

 

public

See also IdGenerator::getIdMethod()

Reimplemented from IdGenerator.

SQLiteIdGenerator::getId ( $  unused = null)

 

public

See also IdGenerator::getId()

Reimplemented from IdGenerator.


Member Data Documentation

SQLiteIdGenerator::$conn

 

Connection object that instantiated this class


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


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS