Uses of Interface
org.eclipse.dirigible.databases.processor.format.RowFormatter
| Package | Description |
|---|---|
| org.eclipse.dirigible.databases.processor.format |
-
Uses of RowFormatter in org.eclipse.dirigible.databases.processor.format
Classes in org.eclipse.dirigible.databases.processor.format that implement RowFormatter Modifier and Type Class Description classStringRowFormatterThe String Row Formatter.Methods in org.eclipse.dirigible.databases.processor.format that return RowFormatter Modifier and Type Method Description RowFormatter<?>ResultSetMonospacedWriter. getRowFormat()Gets the row format.Methods in org.eclipse.dirigible.databases.processor.format with parameters of type RowFormatter Modifier and Type Method Description voidResultSetMonospacedWriter. setRowFormat(RowFormatter<?> rowFormat)Sets the row format.