Java SDK Documentation  8.1
com.vertica.sdk.SessionParamWriterMap Class Reference
Collaboration diagram for com.vertica.sdk.SessionParamWriterMap:
Collaboration graph

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...
 

Member Function Documentation

void com.vertica.sdk.SessionParamWriterMap.addUDSessionParamWriter ( String  nsp,
ParamWriter  sessionParamWriter 
)

Add a SessionParamWriter for a namespace.

Parameters
Thenamespace 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.

Parameters
Thenamespace
Returns
true if the SessionParamWriter for the Namespace exists false otherwise
Collection<String> com.vertica.sdk.SessionParamWriterMap.getNamespaces ( )

Gets the names of all namespaces.

Returns
a vector of column namespaces
ParamWriter com.vertica.sdk.SessionParamWriterMap.getUDSessionParamWriter ( String  nsp)

Get a SessionParamWriter for a namespace.

Parameters
Thenamespace
Returns
The SessionParamWriter
ParamWriter com.vertica.sdk.SessionParamWriterMap.getUDSessionParamWriter ( )

Get a SessionParamWriter for a namespace library.

Returns
The SessionParamWriter