Doctrine


Doctrine\DBAL\Schema\Sequence
/Doctrine/DBAL/Schema/Sequence.php at line 35

Class Sequence

Class:Sequence - Superclass: AbstractAsset
AbstractAsset
⌊ Sequence

public class Sequence
extends AbstractAsset

Sequence Structure

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision$
Author:
Benjamin Eberlei

Field Summary
protected int

$_allocationSize

protected int

$_initialValue

Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
Constructor Summary

Sequence(string name, int allocationSize, int initialValue)

Method Summary
void

getAllocationSize()

void

getInitialValue()

void

visit(Visitor visitor)

Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName

Field Detail

/Doctrine/DBAL/Schema/Sequence.php at line 40

_allocationSize

protected int $_allocationSize = 1


/Doctrine/DBAL/Schema/Sequence.php at line 45

_initialValue

protected int $_initialValue = 1


Constructor Detail

/Doctrine/DBAL/Schema/Sequence.php at line 53

Sequence

public Sequence(string name, int allocationSize, int initialValue)


Method Detail

/Doctrine/DBAL/Schema/Sequence.php at line 60

getAllocationSize

public void getAllocationSize()

/Doctrine/DBAL/Schema/Sequence.php at line 65

getInitialValue

public void getInitialValue()

/Doctrine/DBAL/Schema/Sequence.php at line 73

visit

public void visit(Visitor visitor)


Doctrine