@Service public class DbOperatorImpl extends Object implements DbOperatorApi
| 构造器和说明 |
|---|
DbOperatorImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Long> |
findSubListByParentId(String tableName,
String parentIdsFieldName,
String keyFieldName,
Long keyFieldValue) |
DbTypeEnum |
getCurrentDbType() |
int |
selectCount(String sql,
Object... args) |
public DbTypeEnum getCurrentDbType()
getCurrentDbType 在接口中 DbOperatorApipublic int selectCount(String sql, Object... args)
selectCount 在接口中 DbOperatorApipublic Set<Long> findSubListByParentId(String tableName, String parentIdsFieldName, String keyFieldName, Long keyFieldValue)
findSubListByParentId 在接口中 DbOperatorApiCopyright © 2022. All rights reserved.