org.gridrm.client.utilities.sorma.monitoring
Class SqlQuery
java.lang.Object
org.gridrm.client.utilities.sorma.monitoring.SqlQuery
public class SqlQuery
- extends Object
|
Method Summary |
String |
getQuery()
Get the sql query string that will be passed to the GridRM gateway's
resource drivers |
String |
getSchema()
Get the naming schema that this query should be executed against |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlQuery
public SqlQuery(String query,
String schema)
- Construct a SqlQuery object
- Parameters:
query: - An SQL query to execute against registered gateway resourcesschema: - The Naming Schema to use, e.g. GLUECE_host
getSchema
public String getSchema()
- Get the naming schema that this query should be executed against
getQuery
public String getQuery()
- Get the sql query string that will be passed to the GridRM gateway's
resource drivers
Copyright © 2007 Garry Smith. All Rights Reserved.