public class SqlRestriction extends AttributeRestriction
Modifier and Type | Class and Description |
---|---|
static class |
SqlRestriction.Type |
Restriction.RestrictionType
Constructor and Description |
---|
SqlRestriction(String attribute) |
SqlRestriction(String attribute,
Object[] parameters,
SqlRestriction.Type[] types) |
SqlRestriction(String attribute,
Object parameter,
SqlRestriction.Type type) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getParameters() |
SqlRestriction.Type[] |
getTypes() |
String |
toString() |
void |
visit(RestrictionVisitor visitor) |
equals, getAttribute, hashCode, lower
getType
public SqlRestriction(String attribute)
public SqlRestriction(String attribute, Object parameter, SqlRestriction.Type type)
public SqlRestriction(String attribute, Object[] parameters, SqlRestriction.Type[] types)
public void visit(RestrictionVisitor visitor)
public String toString()
toString
in class AttributeRestriction
public Object[] getParameters()
public SqlRestriction.Type[] getTypes()
Copyright © 2021. All rights reserved.