com.softwareag.xtools.quip.xqueryAPI
Interface Connection
- All Known Implementing Classes:
- QMachineConnection
- public interface Connection
Represents a connection to a specific database.
- Version:
- 1.0
- Author:
- Patrick.Lehti@softwareag.com
executeQuery
public QueryResult executeQuery(String query)
throws XQueryException
- Executes a XQuery query on the database for this connection.
- Parameters:
query - the query to execute- Returns:
- returns the result of the query
- Throws:
XQueryException - if an error occurs during query execution
Copyright (c) 2001 Software AG. All Rights Reserved.