Class JdbcTestImportQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<T>
com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery<Inflatable<Table>>
com.illumon.iris.pqimport.gui.jdbc.JdbcTestImportQuery
- All Implemented Interfaces:
RemoteQuery<Inflatable<Table>>
,Serializable
This is a local in-memory table instantiation from a schema document, tightly coupled to XML representation and the Schema Editor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.Methods inherited from class com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery
getConnection
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
JdbcTestImportQuery
-
-
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.
-