Solar_Sql_Adapter::_checkIdentifierPart()

protected void Solar_Sql_Adapter::_checkIdentifierPart ( string $type , string $name , string $part )

Checks one part of a dotted identifier (schema.table, database.table, etc).

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.



Local