IdGenerator.php

Go to the documentation of this file.
00001 <?php 00002 00010 interface IdGenerator { 00011 00013 const SEQUENCE = 1; 00014 00016 const AUTOINCREMENT = 2; 00017 00025 public function isBeforeInsert(); 00026 00034 public function isAfterInsert(); 00035 00040 public function getIdMethod(); 00041 00054 public function getId($keyInfo = null); 00055 00056 } 00057

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


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS