set_reserved_keywords_func


Description:

[ 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.

Parameters:

this

a MetaStore object

func

a SqlReservedKeywordsFunc function, or null