This tag is used for questions about similarities between any of various programming constructs.
I am building a small app which captures mouse clicks. I wrote the prototype in jquery but, since it is …
javascript jquery click equivalentWas looking for "equivalent for some method in javascript" and "return just one value if is in array", but saw …
javascript equivalentJust wondering if there is an equivalent to Java's ArrayList in Objective-C? Or something that can be used to store …
java objective-c arraylist equivalentIn Visual Basic, you can use a module as a place to store 'loose' code which can be methods and …
c# vb.net module equivalentSo, I've used winForms .CreateGraphics to draw a variety of different things, from lines to boxes to images. It was …
c# wpf graphics equivalentselect * from folder f,uploads u where u.id=f.folderId and FIND_IN_SET('8', '15,9,13,27') Please …
postgresql equivalent find-in-setGreetings Overflowers, I know in C we can define a struct inline with the variable declaration so that the struct …
c# c struct equivalentI have a tables contains null values. In ORDER table i have 2 null in PART_ID section and 2 null values …
sql sql-server left-join equivalentI need SQL Server equivalent of Oracle’s “when no data found” exception example: EXCEPTION WHEN NO_DATA_FOUND THEN …
sql oracle exception equivalent