We're having an existential crisis. There are two exists() methods.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user