public class SQLConditionCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
ARGUMENT_OPTIONAL |
static String |
ARGUMENT_REQUIRED |
protected String |
filterPropertyId
The filter property id containing the values to search for.
|
protected List |
filterWhereStatement
The filter where statement generated.
|
arguments, dataFilter, name| Constructor and Description |
|---|
SQLConditionCommand(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
String |
getFilterPropertyId() |
String |
getPreparedStatementFragment() |
List |
getPreparedStatementParameters() |
Set<String> |
getPropertyIds() |
getArgument, getArguments, getDataFilter, getName, setArguments, setDataFilter, setNamepublic static final String ARGUMENT_REQUIRED
public static final String ARGUMENT_OPTIONAL
protected transient String filterPropertyId
protected transient List filterWhereStatement
public SQLConditionCommand(String name)
public String execute() throws Exception
execute in interface Commandexecute in class AbstractCommandExceptionpublic Set<String> getPropertyIds()
getPropertyIds in interface CommandgetPropertyIds in class AbstractCommandpublic String getFilterPropertyId()
public String getPreparedStatementFragment()
public List getPreparedStatementParameters()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.