Package gudusoft.gsqlparser.ext.calcite.sqlnamematcher
package gudusoft.gsqlparser.ext.calcite.sqlnamematcher
Standalone SQL name matching utility.
This package provides case-sensitive and case-insensitive name matching for SQL identifiers. It can be used independently of Apache Calcite.
Key classes:
org.apache.calcite.sqlnamematcher.SqlNameMatcher- Interface for name matchingorg.apache.calcite.sqlnamematcher.SqlNameMatchers- Factory methods for creating matchers
-
ClassDescriptionChecks whether two names are the same according to a case-sensitivity policy.Helpers for
SqlNameMatcher.