Solar_Sql_Adapter_MysqlReplicated::_createSequence()

protected void Solar_Sql_Adapter_MysqlReplicated::_createSequence ( string $name , int $start = 1 )

Creates a sequence, optionally starting at a certain number.

Inherited from Solar_Sql_Adapter_Mysql.

Parameters

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

  • (int) $start: The first sequence number to return.

Returns

  • (void)

Description

Creates a sequence, optionally starting at a certain number.



Local