public class Filter extends Object
| Modifier and Type | Field and Description |
|---|---|
static Filter |
AllFilter |
protected String |
from |
static Filter |
NoFilter |
protected String |
where |
| Constructor and Description |
|---|
Filter() |
Filter(String where) |
Filter(String from,
String where) |
| Modifier and Type | Method and Description |
|---|---|
String |
addFilter(String query)
Ajout les éléments supplémentaires à la requête
|
protected String |
addFrom(String query)
Ajout les éléments supplémentaires à la clause from de la requête
|
protected String |
addWhere(String query)
Ajout les éléments supplémentaires à la clause where de la requête
|
boolean |
needParameter(String name) |
protected String from
protected String where
public static Filter NoFilter
public static Filter AllFilter
public Filter(String where)
public Filter()
Copyright © 2008-2013 Cybelia. All Rights Reserved.