Uses of Class
io.odysz.semantic.DA.DatasetCfg.Dataset
Packages that use DatasetCfg.Dataset
-
Uses of DatasetCfg.Dataset in io.odysz.semantic.DA
Fields in io.odysz.semantic.DA with type parameters of type DatasetCfg.DatasetModifier and TypeFieldDescriptionprotected static HashMap<String,DatasetCfg.Dataset> DatasetCfg.dssMethod parameters in io.odysz.semantic.DA with type arguments of type DatasetCfg.DatasetModifier and TypeMethodDescriptionprotected static voidDatasetCfg.load(HashMap<String, DatasetCfg.Dataset> cfgs, String xmlPath) Load all dataset.xml into the argument cfgs.
When return, cfgs is loaded with dataset configurations like [id, mysql:sql, orcl:sql, ...].static voidDatasetCfg.parseConfigs(HashMap<String, DatasetCfg.Dataset> cfgs, XMLTable xSmtcs)