|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.xds.consumer.query.QueryBuilder
public class QueryBuilder
Object used to produce the SQL statement for a given Query. Used to support the IHE XDS Consumer actor in Transaction ITI-16: Query Registry
| Constructor Summary | |
|---|---|
QueryBuilder(Query query)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
build()
Renders the Query object as an SQL string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryBuilder(Query query)
query - the query to build| Method Detail |
|---|
public java.lang.String build()
throws MalformedQueryException
MalformedQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||