set_reserved_keywords_func
Description:
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.
Parameters:
this |
a MetaStore object |
func |
a SqlReservedKeywordsFunc function, or null |