Qualifies a database object name to ensure that it can can be used in an SQL Statement.
- ObjectName (String)
-
The name of the column, table, index etc
The qualified object name. For example for a MS SQL Server connection the name "order details" would become "[order details]".
The function only qualifies the name if necessary for example if the name contains an embeded space or is a reserved word.