![]() |
Java SDK Documentation
8.1
|
Public Member Functions | |
void | addUDSessionParamWriter (String nsp, ParamWriter sessionParamWriter) |
Add a SessionParamWriter for a namespace. More... | |
Boolean | containsNamespace (String nsp) |
Check if a SessionParamWriter for the Namespace exists in the map. More... | |
Collection< String > | getNamespaces () |
Gets the names of all namespaces. More... | |
ParamWriter | getUDSessionParamWriter (String nsp) |
Get a SessionParamWriter for a namespace. More... | |
ParamWriter | getUDSessionParamWriter () |
Get a SessionParamWriter for a namespace library. More... | |
void com.vertica.sdk.SessionParamWriterMap.addUDSessionParamWriter | ( | String | nsp, |
ParamWriter | sessionParamWriter | ||
) |
Add a SessionParamWriter for a namespace.
The | namespace and the ParamReader |
Referenced by com.vertica.sdk.SessionParamWriterMap.getUDSessionParamWriter().
Boolean com.vertica.sdk.SessionParamWriterMap.containsNamespace | ( | String | nsp | ) |
Check if a SessionParamWriter for the Namespace exists in the map.
The | namespace |
Collection<String> com.vertica.sdk.SessionParamWriterMap.getNamespaces | ( | ) |
Gets the names of all namespaces.
ParamWriter com.vertica.sdk.SessionParamWriterMap.getUDSessionParamWriter | ( | String | nsp | ) |
Get a SessionParamWriter for a namespace.
The | namespace |
ParamWriter com.vertica.sdk.SessionParamWriterMap.getUDSessionParamWriter | ( | ) |
Get a SessionParamWriter for a namespace library.