|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlAccess
provides information about members that may be used in (drill-thru) SQL queries
Field Summary | |
---|---|
static java.lang.String |
ID
|
Method Summary | |
---|---|
com.tonbeller.wcf.param.SessionParam |
createParameter(Member m,
java.lang.String paramName)
returns a parameter that describes the member. |
com.tonbeller.wcf.param.SessionParam |
createParameter(Member m,
java.lang.String paramName,
java.lang.String propertyName)
returns a parameter that describes the member. |
javax.sql.DataSource |
getDataSource()
returns the data source to access the database |
Methods inherited from interface com.tonbeller.jpivot.core.Extension |
---|
decorate, getId, modelInitialized, setModel |
Field Detail |
---|
static final java.lang.String ID
Method Detail |
---|
javax.sql.DataSource getDataSource()
com.tonbeller.wcf.param.SessionParam createParameter(Member m, java.lang.String paramName)
com.tonbeller.wcf.param.SessionParam createParameter(Member m, java.lang.String paramName, java.lang.String propertyName)
m
- the memberpropertyName
- name of a member property whose value
will be used as sqlValue of the parameter. This may be used
in situations where the members key is for example "John Smith"
and the member property is the customer ID "123" which we want to use
in the SQL queries.paramName
- teh name of the new paramter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |