|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc.QueryParser
public class QueryParser
Parses that is responsible to extract form the input to the service query string all the available information
need by the wrapper. It expects to find as first level elements in the xml query string the query,
the driverName and the connectionString
| Constructor Summary | |
|---|---|
QueryParser(String queryString)
Creates a new QueryParser |
|
QueryParser(URI queryString)
|
|
| Method Summary | |
|---|---|
String |
getConnectionString()
Retrieves the content of the connectionString element |
String |
getDriverName()
Retrieves the content of the driverName element |
String |
getQuery()
Retrieves the content of the query element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryParser(String queryString)
throws Exception
QueryParser
queryString - The query string to parse
Exception - An unrecoverable fo the operation error occured
public QueryParser(URI queryString)
throws Exception
Exception| Method Detail |
|---|
public String getQuery()
throws Exception
Exception - An unrecoverable for the operation error occured
public String getDriverName()
throws Exception
Exception - An unrecoverable for the operation error occured
public String getConnectionString()
throws Exception
Exception - An unrecoverable for the operation error occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||