Uses of Class
com.gpudb.protocol.ShowCredentialRequest
-
Packages that use ShowCredentialRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowCredentialRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowCredentialRequest Modifier and Type Method Description ShowCredentialResponseGPUdb. showCredential(ShowCredentialRequest request)Shows information about a specified credential or all credentials. -
Uses of ShowCredentialRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowCredentialRequest Modifier and Type Method Description ShowCredentialRequestShowCredentialRequest. setCredentialName(String credentialName)Name of the credential on which to retrieve information.ShowCredentialRequestShowCredentialRequest. setOptions(Map<String,String> options)Optional parameters.
-