ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:createsequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:reference:createsequence [2016/01/13 02:30] – ↷ Page moved from reference:createsequence to v5:reference:createsequence mnewnhamv5:reference:connection:createsequence [2016/01/17 00:45] (current) – ↷ Page moved from v5:reference:createsequence to v5:reference:connection:createsequence mnewnham
Line 14: Line 14:
 The function ''createSequence()'' creates an auto-incrementing number device. If the database supports it, it uses native sequence handling routines, otherwise it emulates the functionality using a table and an auto-incrementing numbers. The function ''createSequence()'' creates an auto-incrementing number device. If the database supports it, it uses native sequence handling routines, otherwise it emulates the functionality using a table and an auto-incrementing numbers.
  
-Once created, numbers can retrieved using [[reference:genid|genId()]].+Once created, numbers can retrieved using [[v5:reference:genid|genId()]].
 ---------------------------------------- ----------------------------------------
 ===== Usage ===== ===== Usage =====
v5/reference/connection/createsequence.1452648634.txt.gz · Last modified: 2017/04/21 11:36 (external edit)