return call(pc, struct, KeyImpl.init(key));
}
public static boolean call(PageContext pc , railo.runtime.type.Struct struct, Collection.Key key) {
if(struct instanceof CollectionStruct) {
Collection c=((CollectionStruct) struct).getCollection();
if(c instanceof Query) {
return QueryColumnExists.call(pc, (Query)c, key);
}
}
if(NullSupportHelper.full()) return struct.containsKey(key);