![]() |
Java SDK Documentation
8.1
|
: A wrapper around a map from column to ParamReader. More...
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, ParamReader > | paramReaderByCol |
: A wrapper around a map from column to ParamReader.
Collection<String> com.vertica.sdk.PerColumnParamReader.getColumnNames | ( | ) |
Gets the names of all columns with column specific arguments.
ParamReader com.vertica.sdk.PerColumnParamReader.getColumnParamReader | ( | String | column | ) |
Gets the parameters of the given column.
the | name of the column of interest |