Solar_Sql_Adapter_MysqlReplicated::_nextSequence()
protected
int
Solar_Sql_Adapter_MysqlReplicated::_nextSequence
( string $name
)
Gets a sequence number; creates the sequence if it does not exist.
Inherited from Solar_Sql_Adapter_Mysql.
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.