Solar_Sql_Adapter_Mysql::_nextSequence()

protected int Solar_Sql_Adapter_Mysql::_nextSequence ( string $name )

Gets a sequence number; creates the sequence if it does not exist.

Parameters

  • (string) $name: The sequence name.

Returns

  • (int) The next sequence number.

Description

Gets a sequence number; creates the sequence if it does not exist.



Local