ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:dropsequence

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.txt · Last modified: 2016/01/17 00:38 by mnewnham