public class SQLStaticFilter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
column |
protected String |
operator |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
SQLStaticFilter() |
Modifier and Type | Method and Description |
---|---|
SQLStaticFilter |
clone() |
String |
getColumn() |
Column |
getDirectoryColumn(Table table,
boolean nativeCase) |
String |
getOperator() |
String |
getType() |
String |
getValue() |
public SQLStaticFilter()
public String getOperator()
public Column getDirectoryColumn(Table table, boolean nativeCase) throws DirectoryException
DirectoryException
public SQLStaticFilter clone()
Copyright © 2018 Nuxeo. All rights reserved.