Previous Page
_modSequenceName()

Solar_Sql_Adapter
_nextSequence()

Next Page
_postConnect()

_nextSequence()

protected int _nextSequence ( string $name )

Gets the next sequence number; creates the sequence if needed.

Parameters

  • (string) $name: The sequence name to increment.

Returns

  • (int) The next sequence number.

Description

Gets the next sequence number; creates the sequence if needed.