Solar_Sql_Adapter_MysqlReplicated::_quoteNamesIn()
    protected
    string|array
     Solar_Sql_Adapter_MysqlReplicated::_quoteNamesIn 
         ( string|array  $text
    
 )
Quotes all fully-qualified identifier names ("table.col") in a string.
Inherited from Solar_Sql_Adapter.
Parameters
- (string|array) - $text: The string in which to quote fully-qualified identifier names to quote. If an array, quotes names in each element in the array.
Returns
- (string|array) The string (or array) with names quoted in it. 
Description
Quotes all fully-qualified identifier names ("table.col") in a string.