A wrapper around a map from column to ParamReader.
boolean com.vertica.sdk.PerColumnParamReader.containsColumn |
( |
String |
columnName | ) |
|
- Parameters
-
- Returns
- true if a ParamReader exists for the given column
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
-
column | the name of the column of interest |
- Returns
- the parameters of the given column