Interface DbClientCommonAttributesGetter<REQUEST>
- All Known Subinterfaces:
DbClientAttributesGetter<REQUEST>,SqlClientAttributesGetter<REQUEST>
public interface DbClientCommonAttributesGetter<REQUEST>
An interface for getting attributes common to database clients.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringconnectionString(REQUEST request) Deprecated.default StringgetConnectionString(REQUEST request) default Stringdefault Stringdefault Stringdefault StringDeprecated.UsegetName(Object)instead.default StringDeprecated.UsegetSystem(Object)instead.default StringDeprecated.UsegetUser(Object)instead.
-
Method Details
-
getSystem
-
system
Deprecated.UsegetSystem(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getUser
-
user
Deprecated.UsegetUser(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getName
-
name
Deprecated.UsegetName(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getConnectionString
-
connectionString
Deprecated.UsegetConnectionString(Object)instead.This method is deprecated and will be removed in the subsequent release.
-
getConnectionString(Object)instead.