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