Solar_Sql_Adapter::_checkIdentifier()

protected void Solar_Sql_Adapter::_checkIdentifier ( string $type , string $name )

Check if a table, index, or column name is a valid portable identifier.

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.



Local