|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--queryman.QueryManager
Questa classe, disponendo della rappresentazione dello schema globale, consente la generazione e gestione delle interrogazioni globali.
| Field Summary | |
GlobalQuery |
glQu
rappresenta la query globale posta sullo schema. |
java.lang.String |
glQuText
indiva il testo della query globale. |
GlobalClass |
schema
questo campo costituisce la rappresentazione dello schema globale. |
| Constructor Summary | |
QueryManager()
crea un'istanza del Query Manager inizializzando lo schema globale. |
|
| Method Summary | |
void |
createQuery(java.lang.String qt)
permette all'utente la formulazione del testo della query globale. Questa versione del metodo si limita a prendere in ingresso il testo della query e memorizzarlo nel campo glQuText. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public GlobalClass schema
public GlobalQuery glQu
public java.lang.String glQuText
| Constructor Detail |
public QueryManager()
| Method Detail |
public void createQuery(java.lang.String qt)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||