Uses of Class
org.hpccsystems.ws.client.HPCCWsSQLClient
-
Packages that use HPCCWsSQLClient Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of HPCCWsSQLClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsSQLClient Modifier and Type Method Description static HPCCWsSQLClientHPCCWsSQLClient. get(String protocol, String targetHost, String targetPort, String user, String pass)Gets the.static HPCCWsSQLClientHPCCWsSQLClient. get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)Gets the.static HPCCWsSQLClientHPCCWsSQLClient. get(Connection connection)Gets the.HPCCWsSQLClientHPCCWsClient. getWsSQLClient()Gets the ws SQL client.HPCCWsSQLClientHPCCWsClient. getWsSQLClient(String wsSQLPort)Gets the ws SQL client.
-