Uses of Class
com.github.database.rider.core.api.dataset.DataSetImpl
-
Packages that use DataSetImpl Package Description com.github.database.rider.core.api.dataset -
-
Uses of DataSetImpl in com.github.database.rider.core.api.dataset
Methods in com.github.database.rider.core.api.dataset that return DataSetImpl Modifier and Type Method Description static DataSetImplDataSetImpl. instance()DataSetImplDataSetImpl. withExecuteScriptsAfter(String... executeScriptsAfter)DataSetImplDataSetImpl. withExecuteScriptsBefore(String... executeScriptsBefore)DataSetImplDataSetImpl. withExecuteStatementsAfter(String... executeStatementsAfter)DataSetImplDataSetImpl. withExecuteStatementsBefore(String... executeStatementsBefore)DataSetImplDataSetImpl. withReplacers(Class<? extends Replacer>... replacers)DataSetImplDataSetImpl. withSkipCleaningFor(String... skipCleaningFor)DataSetImplDataSetImpl. withTableOrdering(String... tableOrdering)DataSetImplDataSetImpl. withValue(String... value)
-