public class SqlTypeAssignmentRule extends Object implements SqlTypeMappingRule
| Modifier and Type | Method and Description |
|---|---|
Map<SqlTypeName,com.google.common.collect.ImmutableSet<SqlTypeName>> |
getTypeMapping()
Returns the type mappings of this rule instance.
|
static SqlTypeAssignmentRule |
instance()
Returns an instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanApplyFrompublic static SqlTypeAssignmentRule instance()
public Map<SqlTypeName,com.google.common.collect.ImmutableSet<SqlTypeName>> getTypeMapping()
SqlTypeMappingRuleThe mappings should be immutable.
getTypeMapping in interface SqlTypeMappingRuleCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.