public class SqlTypeAssignmentRules extends Object
REVIEW 7/05/04 Wael: We should split this up in Cast rules, symmetric and asymmetric assignable rules
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCastFrom(SqlTypeName to,
SqlTypeName from,
boolean coerce) |
static SqlTypeAssignmentRules |
instance() |
public static SqlTypeAssignmentRules instance()
public boolean canCastFrom(SqlTypeName to, SqlTypeName from, boolean coerce)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.