-
- All Implemented Interfaces:
public final class ClientInfoProperties
Wrapper 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 String
name
private final Integer
maxLength
private final String
defaultValue
private final String
description
-
Constructor Summary
Constructors Constructor Description ClientInfoProperties(ResultSet rs)
-
Method Summary
Modifier and Type Method Description final String
getName()
Name of client info propertySource column: NAME final Integer
getMaxLength()
Maximum length of the value for the propertySource column: MAX_LEN final String
getDefaultValue()
Default value of propertySource column: DEFAULT_VALUE final String
getDescription()
Description of property. Boolean
equals(Object other)
Integer
hashCode()
-
-
-
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
-
-