Uses of Interface
app.babylon.io.DataSource
Packages that use DataSource
-
Uses of DataSource in app.babylon.io
Methods in app.babylon.io that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceDataSources.fromBase64(String fileBase64, String resourceName, MimeType mimeType) static DataSourcestatic DataSourcestatic DataSourcestatic DataSourceDataSources.fromString(CharSequence data, String resourceName) Methods in app.babylon.io with parameters of type DataSourceModifier and TypeMethodDescriptionstatic StringDataSources.getAsString(DataSource stream) static StringDataSources.getSnippet(DataSource stream) static DataSourceProbeDataSourceProbe.of(DataSource ds) -
Uses of DataSource in app.babylon.table.io
Methods in app.babylon.table.io with parameters of type DataSourceModifier and TypeMethodDescriptionTabularRowReader.read(DataSource dataSource, RowConsumer rowConsumer) TabularRowReaderCsv.read(DataSource dataSource, RowConsumer rowConsumer) -
Uses of DataSource in app.babylon.table.plans
Methods in app.babylon.table.plans with parameters of type DataSourceModifier and TypeMethodDescriptionTablePlan.execute(DataSource dataSource, TabularRowReader reader) TablePlanAggregate.execute(DataSource dataSource, TabularRowReader reader) TablePlanRead.execute(DataSource dataSource, TabularRowReader reader)