Uses of Class
io.dataease.plugins.common.base.domain.DatasetSqlLog
-
Packages that use DatasetSqlLog Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetSqlLog in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return DatasetSqlLog Modifier and Type Method Description DatasetSqlLogDatasetSqlLogMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type DatasetSqlLog Modifier and Type Method Description List<DatasetSqlLog>DatasetSqlLogMapper. selectByExample(DatasetSqlLogExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetSqlLog Modifier and Type Method Description intDatasetSqlLogMapper. insert(DatasetSqlLog record)intDatasetSqlLogMapper. insertSelective(DatasetSqlLog record)intDatasetSqlLogMapper. updateByExample(DatasetSqlLog record, DatasetSqlLogExample example)intDatasetSqlLogMapper. updateByExampleSelective(DatasetSqlLog record, DatasetSqlLogExample example)intDatasetSqlLogMapper. updateByPrimaryKey(DatasetSqlLog record)intDatasetSqlLogMapper. updateByPrimaryKeySelective(DatasetSqlLog record)
-