We're having an existential crisis. There are two exists() methods.

This commit is contained in:
Michael Bayne
2009-09-10 03:15:37 +00:00
parent ee1ced3f30
commit 3c5b35612c
-8
View File
@@ -103,14 +103,6 @@ public class Ops
return new Exists(target);
}
/**
* Creates an EXISTS expression with the supplied select clause.
*/
public static SQLExpression exists (SelectClause target)
{
return new Exists(target);
}
/**
* Adds the supplied expressions together.
*/