public final class ResultSetColumns extends Object
Modifier and Type | Method and Description |
---|---|
static String |
columnsToString(Collection<ResultSetColumn> columns)
Creates a string containing the configuration of the specified columns.
|
static Collection<ResultSetColumn> |
stringToColumns(String string)
Reads a configuration-string and creates columns based on the configuration
specified in the string.
|
public static String columnsToString(Collection<ResultSetColumn> columns)
columns
- columns to savepublic static Collection<ResultSetColumn> stringToColumns(String string)
string
- configuration stringCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.