| Modifier and Type | Method and Description |
|---|---|
static DatasourceManagerClients.AfterSqlUpdate |
DatasourceManagerClients.AfterSqlUpdate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasourceManagerClients.AfterSqlUpdate[] |
DatasourceManagerClients.AfterSqlUpdate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasourceManagerClients.updateSQL(String dsId,
org.springframework.core.io.Resource sqlResource,
DatasourceManagerClients.AfterSqlUpdate op,
Map<String,Object> sqlparams) |
void |
DatasourceManagerClients.updateSQL(String dsId,
String sql,
DatasourceManagerClients.AfterSqlUpdate op,
Map<String,Object> sqlparams) |
Copyright © 2018. All rights reserved.