/**
* Needed to account for certain fields ({@link javax.persistence.Column#columnDefinition()} comes to mind)
* that need to be quoted if global identifier quoting is requested, but only for spec compliance. TBH, I can
* not think of a argument why column-definitions should ever be *globally* quoted, but the spec is the spec.
*
* @param text The text to be (possibly) quoted
*
* @return The identifier form
*/
Identifier applyGlobalQuoting(String text);