Solar_Sql_Adapter_Sqlite2::_quoteName()
    protected
    string
     Solar_Sql_Adapter_Sqlite2::_quoteName 
         ( string  $name
    
 )
Quotes an identifier name (table, index, etc); ignores empty values and values of '*'.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$name: The identifier name to quote.
Returns
(string) The quoted identifier name.
Description
Quotes an identifier name (table, index, etc); ignores empty values and values of '*'.