Class GetCatalogNames
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<T>
com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery<String[]>
com.illumon.iris.pqimport.gui.jdbc.GetCatalogNames
- All Implemented Interfaces:
RemoteQuery<String[]>
,Serializable
public class GetCatalogNames extends DriverWrapperQuery<String[]>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetCatalogNames(long session, String driver, String uri, String user, String password)
-
Method Summary
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.
-