ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:dropsequence

This is an old revision of the document!


dropSequence

  bool dropSequence (
      optional string $sequenceName='adodbseq'
  }

Description

The function dropSequence() drops a previously created sequence. It returns true or false based on the success of the action


Usage

/**
 * Connection assumed
 */
 
$success = $db->dropSequence('my_sequence');
v5/reference/connection/dropsequence.1452648637.txt.gz · Last modified: 2017/04/21 11:35 (external edit)