Solar_Sql_Adapter_Sqlite2::_modSequenceName()
    protected
    string
     Solar_Sql_Adapter_Sqlite2::_modSequenceName 
         ( string  $name
    
 )
Modifies a sequence name for adapters.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$name: The requested sequence name.
Returns
(string) The modified sequence name (most adapters do not modify the name).
Description
Modifies a sequence name for adapters.
Most adapters don't need this, but some do (esp. MySQL and PostgreSQL).