|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the basic interface to all data sources that are queries.
| Method Summary | |
java.lang.String |
getConnectionParameters()
Deprecated. As of 9.0, no replacement. |
java.lang.String |
getQuery()
Deprecated. As of 9.0, use DatabaseQuery.getJdbcQuery instead. |
void |
setConnectionParameters(java.lang.String parameters)
Deprecated. As of 9.0, no replacement. |
void |
setQuery(java.lang.String query)
Deprecated. As of 9.0, use DatabaseQuery.setQuery instead. |
| Method Detail |
public java.lang.String getConnectionParameters()
setConnectionParameters(java.lang.String)public java.lang.String getQuery()
setQuery(java.lang.String)public void setConnectionParameters(java.lang.String parameters)
parameters - the parameters of the connection.getConnectionParameters()public void setQuery(java.lang.String query)
query - a text string of an SQL query beginning with the SQL
select command, describing the tables and fields to connect to.getQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||