org.axiondb.util
public class Utils extends Object
Method Summary | |
---|---|
static boolean | containsAny(Collection coll1, Collection coll2)
Returns true iff at least one element is in both collections.
|
static boolean | isBinary(int jdbcType) |
static boolean | isPrecisionRequired(int jdbcType) |
static boolean | isScaleRequired(int type) |
true
iff at least one element is in both collections.
In other words, this method returns true
iff the
Utils of coll1 and coll2 is not empty.
Parameters: coll1 the first collection, must not be null coll2 the first collection, must not be null
Returns: true
iff the intersection of the collections is non-empty