Uses of Class
org.eclipse.lemminx.customservice.synapse.dynamic.db.DynamicField
Packages that use DynamicField
Package
Description
-
Uses of DynamicField in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return types with arguments of type DynamicFieldModifier and TypeMethodDescriptionSynapseLanguageService.getDynamicFields(GetDynamicFieldsRequest request) -
Uses of DynamicField in org.eclipse.lemminx.customservice
Methods in org.eclipse.lemminx.customservice that return types with arguments of type DynamicFieldModifier and TypeMethodDescriptionISynapseLanguageService.getDynamicFields(GetDynamicFieldsRequest request) -
Uses of DynamicField in org.eclipse.lemminx.customservice.synapse.dynamic.db
Methods in org.eclipse.lemminx.customservice.synapse.dynamic.db that return types with arguments of type DynamicFieldModifier and TypeMethodDescriptionGetDynamicFieldsResponse.getFields()DatabaseService.getStoredProcedureParameters(String connectionUrl, String username, String password, String procedureName, String fieldName) Retrieves the parameters of a specified stored procedure from the database and returns them as a list of DynamicField objects.DatabaseService.getTableColumns(String connectionUrl, String username, String password, String table, String fieldName, boolean markNull) Retrieves the columns of a specified table from the database and returns them as a list of DynamicField objects.Method parameters in org.eclipse.lemminx.customservice.synapse.dynamic.db with type arguments of type DynamicFieldModifier and TypeMethodDescriptionvoidGetDynamicFieldsResponse.setFields(Map<String, List<DynamicField>> fields)