public class QueryParser extends Object
query,
the driverName and the connectionString| Constructor and Description |
|---|
QueryParser(String queryString)
Creates a new
QueryParser |
QueryParser(URI queryString) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public QueryParser(String queryString) throws Exception
QueryParserqueryString - The query string to parseException - An unrecoverable fo the operation error occuredpublic String getQuery() throws Exception
Exception - An unrecoverable for the operation error occuredpublic String getDriverName() throws Exception
Exception - An unrecoverable for the operation error occuredCopyright © 2017. All Rights Reserved.