public class BooleanSubqueryExpression extends BooleanExpression
{keyword} (SELECT 1 FROM ...)
where the keyword is supplied (e.g EXISTS).
e.g EXISTS (SELECT 1 FROM TBL WHERE TBL.ID = A0.ID)
SQLExpression.ColumnExpressionListlowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
BooleanSubqueryExpression(SQLStatement stmt,
String keyword,
SQLStatement subStmt) |
and, eor, eq, hasClosure, in, invoke, ior, ne, neg, notadd, bitAnd, bitOr, cast, com, distinct, div, encloseInParentheses, ge, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, gt, is, isParameter, le, lt, mod, mul, setJavaTypeMapping, sub, toSQLTextpublic BooleanSubqueryExpression(SQLStatement stmt, String keyword, SQLStatement subStmt)
Copyright © 2019. All rights reserved.