SessionParamWriterMap¶
-
class
vertica_sdk.SessionParamWriterMap¶ Interface for writing user-defined session parameters.
-
containsNamespace(self, nsp)¶ Returns True if there is a namespace nsp and False otherwise.
-
getNamespaces(self)¶ Returns a list of all parameter namespaces.
-
getUDSessionParamWriter(self, nsp)¶ Returns a
vertica_sdk.ParamWriterobject corresponding to the namespace nsp.
-