[ Version ( since = "4.2" ) ]
public void set_reserved_keywords_func (SqlReservedKeywordsFunc? func)
Specifies a function which this will use to determine if a keyword is an SQL reserved keyword or not.
This method is mainly used by database providers.
this |
a MetaStore object |
func |
a SqlReservedKeywordsFunc function, or null |