Java SDK Documentation  8.1
com.vertica.sdk.PerColumnParamReader Class Reference

: A wrapper around a map from column to ParamReader. More...

Collaboration diagram for com.vertica.sdk.PerColumnParamReader:
Collaboration graph

Public Member Functions

boolean containsColumn (String columnName)
 Returns true if a ParamReader exists for the given column.
 
Collection< String > getColumnNames ()
 Gets the names of all columns with column specific arguments. More...
 
ParamReader getColumnParamReader (String column)
 Gets the parameters of the given column. More...
 

Public Attributes

Map< String, ParamReaderparamReaderByCol
 

Detailed Description

: A wrapper around a map from column to ParamReader.

Member Function Documentation

Collection<String> com.vertica.sdk.PerColumnParamReader.getColumnNames ( )

Gets the names of all columns with column specific arguments.

Returns
a vector of column names
ParamReader com.vertica.sdk.PerColumnParamReader.getColumnParamReader ( String  column)

Gets the parameters of the given column.

Parameters
thename of the column of interest
Returns
the parameters of the given column