public int getCastingRule(int sourceType, int targetType)(Code)
get the data type casting rule for this DB. provides caller to check if a source
data type can be converted to a target data type by this DB.
Parameters: sourceType - source data type. Parameters: targetType - target data type.