|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatementSpec
This class defines an abstraction for a SQL statement query. It aggregates several "helper" objects that provide the algorithms necessary to implement the query.
The primaryClass attribute is for compatibility with the POM which uses
a target class to determine the PDS to use. The singleResultCompatible
attribute is used to maintain backward compatibility with code that assumes
a single class query will contain a single Persistable element in the
result set.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ADVANCED_QUERY_ENABLED
Label for the attribute; Indicates if advanced query capabilities are enabled. |
static String |
USE_BIND
Label for the attribute; Indicates if bind parameters should be used for this statement. |
| Method Summary | |
|---|---|
boolean |
isAdvancedQueryEnabled()
Gets the value of the attribute: ADVANCED_QUERY_ENABLED. |
boolean |
isUseBind()
Gets the value of the attribute: USE_BIND. |
void |
setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
Sets the value of the attribute: ADVANCED_QUERY_ENABLED. |
void |
setLocale(Locale a_locale)
Set the client locale. |
void |
setUseBind(boolean a_UseBind)
Sets the value of the attribute: USE_BIND. |
| Field Detail |
|---|
static final String ADVANCED_QUERY_ENABLED
static final String USE_BIND
| Method Detail |
|---|
boolean isAdvancedQueryEnabled()
void setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
a_AdvancedQueryEnabled - boolean isUseBind()
void setUseBind(boolean a_UseBind)
throws WTPropertyVetoException
a_UseBind -
WTPropertyVetoException
void setLocale(Locale a_locale)
throws WTException
a_locale -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||