Package | Description |
---|---|
net.sf.jailer.datamodel | |
net.sf.jailer.datamodel.filter_template |
Modifier and Type | Class and Description |
---|---|
class |
PKColumnFilterSource
Source of
Filter derived from primary key column. |
Modifier and Type | Method and Description |
---|---|
FilterSource |
Filter.getFilterSource() |
Constructor and Description |
---|
Filter(java.lang.String expression,
java.lang.String type,
boolean derived,
FilterSource filterSource)
Constructor.
|
Filter(java.lang.String expression,
java.lang.String type,
boolean derived,
FilterSource filterSource,
java.lang.String reason)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterTemplate
Template of
Filter s. |