|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.CompositeQuerySpec
public class CompositeQuerySpec
This class is a query statement specification that consists of multiple
QuerySpecs that are executed as a single queru. Note that this may be
implemented as mutliple database queries, as necessary.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.pds.StatementSpec |
|---|
ADVANCED_QUERY_ENABLED, USE_BIND |
| Method Summary | |
|---|---|
void |
addComponent(StatementSpec a_statementSpec)
This method adds a component statement. |
boolean |
isAdvancedQueryEnabled()
Gets the value of the attribute: advancedQueryEnabled; Indicates if advanced query capabilities are enabled. |
boolean |
isUseBind()
Gets the value of the attribute: useBind; Indicates if bind parameters should be used for this statement. |
void |
setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
Sets the value of the attribute: advancedQueryEnabled; Indicates if advanced query capabilities are enabled. |
void |
setLocale(Locale a_locale)
Set the client locale. |
void |
setUseBind(boolean a_UseBind)
Sets the value of the attribute: useBind; Indicates if bind parameters should be used for this statement. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isAdvancedQueryEnabled()
isAdvancedQueryEnabled in interface StatementSpecpublic void setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
setAdvancedQueryEnabled in interface StatementSpeca_AdvancedQueryEnabled - public void addComponent(StatementSpec a_statementSpec)
a_statementSpec - Component statement to addpublic boolean isUseBind()
isUseBind in interface StatementSpec
public void setUseBind(boolean a_UseBind)
throws WTPropertyVetoException
setUseBind in interface StatementSpeca_UseBind -
WTPropertyVetoException
public void setLocale(Locale a_locale)
throws WTException
setLocale in interface StatementSpeca_locale -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||