Solar_Sql_Adapter_Sqlite2::_checkIdentifier()
    protected
    void
     Solar_Sql_Adapter_Sqlite2::_checkIdentifier 
         ( string  $type
        , string  $name
    
 )
Check if a table, index, or column name is a valid portable identifier.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$type: The indentifier type: table, index, sequence, etc.(string)
$name: The identifier name to check.
Returns
(void)
Description
Check if a table, index, or column name is a valid portable identifier.
Throws an exception on failure.