Uses of Class
app.babylon.table.plans.TablePlanRead
Packages that use TablePlanRead
-
Uses of TablePlanRead in app.babylon.table.plans
Methods in app.babylon.table.plans that return TablePlanReadModifier and TypeMethodDescriptionprotected TablePlanReadTablePlanRead.self()TablePlanRead.withColumnRename(ColumnName original, ColumnName newName) TablePlanRead.withColumnRenames(Map<ColumnName, ColumnName> renames) TablePlanRead.withColumnType(ColumnName columnName, Column.Type columnType) Specifies the desired output type for a column in the resulting table.TablePlanRead.withColumnTypes(Column.Type columnType, ColumnName... columnNames) TablePlanRead.withHeaderStrategy(HeaderStrategy headerStrategy) TablePlanRead.withIncludeResourceName(ColumnName resourceName) TablePlanRead.withLocalDateFormat(DateFormat localDateFormat) TablePlanRead.withRowFilter(RowFilter rowFilter) TablePlanRead.withSelectedColumn(ColumnName columnName) TablePlanRead.withSelectedColumns(ColumnName... columnNames) TablePlanRead.withSelectedColumns(Iterable<ColumnName> columnNames) TablePlanRead.withSelectedColumns(Collection<ColumnName> columnNames) TablePlanRead.withStripping(boolean stripping) TablePlanRead.withTransform(Transform transform) TablePlanRead.withTransforms(Transform... transforms)