-
- All Implemented Interfaces:
public final class ClientInfoPropertiesWrapper for results of getClientInfoProperties method and represents a list of the client info properties supported by the current driver
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final IntegermaxLengthprivate final StringdefaultValueprivate final Stringdescription
-
Constructor Summary
Constructors Constructor Description ClientInfoProperties(ResultSet rs)
-
Method Summary
Modifier and Type Method Description final StringgetName()Name of client info propertySource column: NAME final IntegergetMaxLength()Maximum length of the value for the propertySource column: MAX_LEN final StringgetDefaultValue()Default value of propertySource column: DEFAULT_VALUE final StringgetDescription()Description of property. Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
ClientInfoProperties
ClientInfoProperties(ResultSet rs)
-
-
Method Detail
-
getMaxLength
final Integer getMaxLength()
Maximum length of the value for the property
Source column: MAX_LEN
-
getDefaultValue
final String getDefaultValue()
Default value of property
Source column: DEFAULT_VALUE
-
getDescription
final String getDescription()
Description of property. Will typically contain information as to where this property is stored in the database
Source column: DESCRIPTION
-
-
-
-