Package org.openmetadata.service.jdbi3
Interface CollectionDAO.SystemDAO
- Enclosing interface:
- CollectionDAO
public static interface CollectionDAO.SystemDAO
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfigWithKey(String configType) voidinsertSettings(String configType, String json)
-
Method Details
-
getAggregatedEntitiesCount
EntitiesCount getAggregatedEntitiesCount(String cond) throws org.jdbi.v3.core.statement.StatementException - Throws:
org.jdbi.v3.core.statement.StatementException
-
getAggregatedServicesCount
ServicesCount getAggregatedServicesCount(String cond) throws org.jdbi.v3.core.statement.StatementException - Throws:
org.jdbi.v3.core.statement.StatementException
-
getAllConfig
- Throws:
org.jdbi.v3.core.statement.StatementException
-
getConfigWithKey
- Throws:
org.jdbi.v3.core.statement.StatementException
-
insertSettings
-
delete
-
testConnection
- Throws:
org.jdbi.v3.core.statement.StatementException
-