Solar_Sql_Adapter_Mysql::_checkIdentifierPart()
protected
void
Solar_Sql_Adapter_Mysql::_checkIdentifierPart
( string $type
, string $name
, string $part
)
Checks one part of a dotted identifier (schema.table, database.table, etc).
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$type
: The identifier type (table, index, etc).(string)
$name
: The full identifier name (with dots, if any).(string)
$part
: The part of the name that we're checking.
Returns
(void)
Description
Checks one part of a dotted identifier (schema.table, database.table, etc).
Throws an exception on failure.