Class DriverWrapperQuery<T>
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<T>
com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery<T>
- All Implemented Interfaces:
RemoteQuery<T>
,Serializable
- Direct Known Subclasses:
GenerateJdbcSchemaQuery
,GetCatalogNames
,GetPreviewQuery
,GetTableNames
,JdbcTestImportQuery
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.fishlib.base.Pair<com.illumon.iris.jdbc.IDriverWrapper,
Connection> Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.remotequery.RemoteQuery
execute
-
Method Details
-
getConnection
-