public final class Filter extends AbstractFilter
Constructor and Description |
---|
Filter(String value,
ColumnMeta<?> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
filterEquals(AbstractFilter f)
Compares
this filter to an other one. |
String |
makeWhereClause(String quotedName,
QueryBuildingHelper dba) |
String |
toString() |
public Filter(String value, ColumnMeta<?> c)
public String makeWhereClause(String quotedName, QueryBuildingHelper dba)
public boolean filterEquals(AbstractFilter f)
AbstractFilter
this
filter to an other one.filterEquals
in class AbstractFilter
f
- other filtertrue
if filter equal otherwise - false
Copyright © 2023 CURS. All rights reserved.