Solar_Sql_Adapter::_nextSequence()

protected int Solar_Sql_Adapter::_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.



Local