public abstract class SqlTypeMappingRules extends Object
SqlTypeMappingRule rules.| Modifier and Type | Class and Description |
|---|---|
static class |
SqlTypeMappingRules.Builder
Keeps state while building the type mappings.
|
| Constructor and Description |
|---|
SqlTypeMappingRules() |
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeMappingRules.Builder |
builder()
Returns a
SqlTypeMappingRules.Builder to build the type mappings. |
static SqlTypeMappingRule |
instance(boolean coerce)
Returns the
SqlTypeMappingRule instance based on
the specified coerce to indicate whether to return as a type coercion rule. |
public static SqlTypeMappingRule instance(boolean coerce)
SqlTypeMappingRule instance based on
the specified coerce to indicate whether to return as a type coercion rule.coerce - Whether to return rules with type coercionSqlTypeCoercionRule instance if coerce is true; else
returns a SqlTypeAssignmentRule instancepublic static SqlTypeMappingRules.Builder builder()
SqlTypeMappingRules.Builder to build the type mappings.Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.