|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bea.ldi.server.common.QueryAttributes
This class provides place for setting query construction and execution attributes. Currently there is only one supported attribute:
Boolean - Default Value: false
| Field Summary | |
static java.lang.String |
LARGE_DATA
If this attribute is set to true the query will run in "large-data" mode |
| Constructor Summary | |
QueryAttributes()
Creates new instance with the default values |
|
QueryAttributes(java.util.Map attributes)
Internal copying constructor. |
|
QueryAttributes(QueryAttributes queryAttributes)
Copying constructor. |
|
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name)
|
java.util.Map |
getAttributes()
|
void |
putAttributes(java.util.Map attributes)
Ovewrites the attributes of this instance with the values of the valid query attributes specified in the map. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets the value of an attribute. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final java.lang.String LARGE_DATA
true the query will run in "large-data" mode| Constructor Detail |
public QueryAttributes()
public QueryAttributes(QueryAttributes queryAttributes)
queryAttributes - The query attributes to be used for this instance.public QueryAttributes(java.util.Map attributes)
attributes - a map containing the new attributes| Method Detail |
public void setAttribute(java.lang.String name,
java.lang.Object value)
name - The attribute namevalue - The attribute valuepublic java.lang.Object getAttribute(java.lang.String name)
name - The attribute namepublic void putAttributes(java.util.Map attributes)
attributes - The map containing the attributes to be overwritten. If it is
null, it is ignored.public java.util.Map getAttributes()
|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||