Package app.babylon.table.plans
Class TablePlanRead
- All Implemented Interfaces:
TablePlan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(DataSource dataSource, TabularRowReader reader) execute(TableColumnar table) execute(TableName tableName, TableDescription tableDescription, Column... columns) getColumnType(ColumnName columnName) protected TablePlanReadself()withColumnType(ColumnName columnName, Column.Type columnType) withColumnType(ColumnName columnName, Class<?> valueClass) withIncludeResourceName(ColumnName resourceName) withTransform(Transform transform) withTransforms(Transform... transforms) Methods inherited from class app.babylon.table.plans.TablePlanCommon
getTableDescription, getTableName, withTableDescription, withTableName
-
Constructor Details
-
TablePlanRead
public TablePlanRead()
-
-
Method Details
-
withIncludeResourceName
-
getResourceName
-
withTransform
-
withTransforms
-
getTransforms
-
withColumnType
-
withColumnType
-
getColumnType
-
getColumnTypes
-
execute
-
execute
public TableColumnar execute(TableName tableName, TableDescription tableDescription, Column... columns) -
execute
-
execute
-
self
- Specified by:
selfin classTablePlanCommon<TablePlanRead>
-