Class XmlTestImportQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Inflatable<Table>>
com.illumon.iris.pqimport.gui.xml.XmlTestImportQuery
- All Implemented Interfaces:
RemoteQuery<Inflatable<Table>>
,Serializable
public class XmlTestImportQuery extends ContextAwareRemoteQuery<Inflatable<Table>>
This is a local in-memory table instantiation from a schema document, tightly coupled to XML representation and the Schema Editor
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XmlTestImportQuery(org.jdom2.Element schemaElement, Map<String,Object> typeSpecificFields)
-
Method Summary
Modifier and Type Method Description Inflatable<Table>
execute(Database database)
Execute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-