Class StringRowFormatter
java.lang.Object
org.eclipse.dirigible.databases.processor.format.StringRowFormatter
- All Implemented Interfaces:
RowFormatter<String>
public class StringRowFormatter extends Object implements RowFormatter<String>
The String Row Formatter.
-
Constructor Summary
Constructors Constructor Description StringRowFormatter() -
Method Summary
Modifier and Type Method Description Stringwrite(List<ColumnDescriptor> columnDescriptors, ResultSetMetaData resultSetMetaData, ResultSet resultSet)Write.
-
Constructor Details
-
StringRowFormatter
public StringRowFormatter()
-
-
Method Details
-
write
public String write(List<ColumnDescriptor> columnDescriptors, ResultSetMetaData resultSetMetaData, ResultSet resultSet) throws SQLExceptionWrite.- Specified by:
writein interfaceRowFormatter<String>- Parameters:
columnDescriptors- the column descriptorsresultSetMetaData- the result set meta dataresultSet- the result set- Returns:
- the string
- Throws:
SQLException- the SQL exception
-