Uses of Class
com.github.database.rider.core.api.dataset.DataSetFormat
-
Packages that use DataSetFormat Package Description com.github.database.rider.core.api.dataset com.github.database.rider.core.api.exporter -
-
Uses of DataSetFormat in com.github.database.rider.core.api.dataset
Methods in com.github.database.rider.core.api.dataset that return DataSetFormat Modifier and Type Method Description static DataSetFormatDataSetFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetFormat[]DataSetFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSetFormat in com.github.database.rider.core.api.exporter
Methods in com.github.database.rider.core.api.exporter that return DataSetFormat Modifier and Type Method Description DataSetFormatformat()DataSetFormatDataSetExportConfig. getDataSetFormat()Methods in com.github.database.rider.core.api.exporter with parameters of type DataSetFormat Modifier and Type Method Description DataSetExportConfigDataSetExportConfig. dataSetFormat(DataSetFormat dataSetFormat)
-