Package app.babylon.table.plans
Interface TablePlan
- All Known Implementing Classes:
TablePlanAggregate,TablePlanCommon,TablePlanRead
public interface TablePlan
-
Method Summary
Modifier and TypeMethodDescriptionexecute(DataSource dataSource, TabularRowReader reader) withTableDescription(TableDescription tableDescription) withTableName(TableName tableName)
-
Method Details
-
withTableName
-
getTableName
TableName getTableName() -
withTableDescription
-
getTableDescription
TableDescription getTableDescription() -
execute
-