public class OR extends SqlBooleanArithmeticCondition
content, nextCondition
ASEXPRESSION, defaultClauseStringBuilderLength, defaultExpressionStringBuilderLength, defaultQueryStringBuilderLength, DELIMIT_ALIASES, DELIMIT_COLUMN_IDENTIFIERS, DELIMIT_TABLE_IDENTIFIERS, ESCAPE_DBL_QUOTES, ESCAPE_QUOTES, FLAGS_TAKEN, MINIINDENT, OMITALIAS, PACKED, QUALIFY_BY_TABLE, SINGLELINE, UNQUALIFIED
Modifier | Constructor and Description |
---|---|
|
OR(Object con)
Instantiates a new oR.
|
protected |
OR(OR copySource,
SqlBooleanArithmeticCondition nextCondition) |
Modifier and Type | Method and Description |
---|---|
OR |
copy()
Note that this does CANNOT copy the
nextCondition internally due to consistency reasons. |
OR |
copy(Boolean copyDeepNextCondition) |
protected String |
getNewLineSuffixSpace()
Gets the new line suffix space.
|
String |
keyword() |
assembleArithmetic, assembleIntern, getCondition, getNewlinePrefixSpace
AND, assemble, assembleNextCondition, copy, getNextCondition, OR, toString
assembleAlias, assembleObject, assembleQuery, bitAsExpression, bitDelimitAliases, bitDelimitColumnIdentifiers, bitDelimitTableIdentifiers, bitEscapeDoubleQuotes, bitMiniIndent, bitOmitAlias, bitPacked, bitQualified, bitQualifyByTable, bitSingleLine, concat, concatSqlExpressions, EscapeQuotes, flagsToString, function, indent, isAsExpression, isDelimitAliases, isDelimitColumnIdentifiers, isDelimitTableIdentifiers, isEscapeDoubleQuotes, isEscapeQuotes, isMiniIndent, isOmitAlias, isPacked, isQualifyByTable, isSingleLine, isUnqualified, list, printFlags, setAsExpression, setDelimitAliases, setDelimitColumnIdentifiers, setDelimitTableIdentifiers, setEscapeDoubleQuotes, setEscapeQuotes, setMiniIndent, setPacked, setQualified, setQualifyByTable, setSingleLine, setUseAlias
public OR(Object con)
con
- the conprotected OR(OR copySource, SqlBooleanArithmeticCondition nextCondition)
copySource
- nextCondition
- protected String getNewLineSuffixSpace()
SqlBooleanArithmeticCondition
getNewLineSuffixSpace
in class SqlBooleanArithmeticCondition
SqlBooleanArithmeticCondition.getNewLineSuffixSpace()
public String keyword()
keyword
in class QueryPart
QueryPart.keyword()
public OR copy()
SqlCondition
nextCondition
internally due to consistency reasons.copy
in interface Copyable
copy
in class SqlBooleanArithmeticCondition
public OR copy(Boolean copyDeepNextCondition)
copy
in class SqlBooleanArithmeticCondition
copyDeepNextCondition
- Copyright © 2003–2022 XDEV Software. All rights reserved.