static class ConnectionPropertiesImpl.IntegerConnectionProperty extends ConnectionPropertiesImpl.ConnectionProperty implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
multiplier |
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, updateCount, upperBound, valueAsObject| Constructor and Description |
|---|
ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
int defaultValueToSet,
int lowerBoundToSet,
int upperBoundToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory) |
ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
int defaultValueToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory) |
ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
java.lang.Object defaultValueToSet,
java.lang.String[] allowableValuesToSet,
int lowerBoundToSet,
int upperBoundToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String[] |
getAllowableValues() |
(package private) int |
getLowerBound() |
(package private) int |
getUpperBound() |
(package private) int |
getValueAsInt() |
(package private) boolean |
hasValueConstraints() |
(package private) void |
initializeFrom(java.lang.String extractedValue,
ExceptionInterceptor exceptionInterceptor) |
(package private) boolean |
isRangeBased() |
(package private) void |
setValue(int intValue,
ExceptionInterceptor exceptionInterceptor) |
(package private) void |
setValue(int intValue,
java.lang.String valueAsString,
ExceptionInterceptor exceptionInterceptor) |
getAsDriverPropertyInfo, getCategoryName, getDefaultValue, getOrder, getPropertyName, getUpdateCount, getValueAsObject, initializeFrom, initializeFrom, setCategoryName, setOrder, setValueAsObject, storeTo, validateStringValuespublic ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
java.lang.Object defaultValueToSet,
java.lang.String[] allowableValuesToSet,
int lowerBoundToSet,
int upperBoundToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory)
ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
int defaultValueToSet,
int lowerBoundToSet,
int upperBoundToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory)
ConnectionPropertiesImpl.IntegerConnectionProperty(java.lang.String propertyNameToSet,
int defaultValueToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory)
propertyNameToSet - defaultValueToSet - descriptionToSet - sinceVersionToSet - java.lang.String[] getAllowableValues()
getAllowableValues in class ConnectionPropertiesImpl.ConnectionPropertycom.mysql.jdbc.ConnectionProperties.ConnectionProperty#getAllowableValues()int getLowerBound()
getLowerBound in class ConnectionPropertiesImpl.ConnectionPropertycom.mysql.jdbc.ConnectionProperties.ConnectionProperty#getLowerBound()int getUpperBound()
getUpperBound in class ConnectionPropertiesImpl.ConnectionPropertycom.mysql.jdbc.ConnectionProperties.ConnectionProperty#getUpperBound()int getValueAsInt()
boolean hasValueConstraints()
hasValueConstraints in class ConnectionPropertiesImpl.ConnectionPropertycom.mysql.jdbc.ConnectionProperties.ConnectionProperty#hasValueConstraints()void initializeFrom(java.lang.String extractedValue,
ExceptionInterceptor exceptionInterceptor)
throws java.sql.SQLException
initializeFrom in class ConnectionPropertiesImpl.ConnectionPropertyjava.sql.SQLExceptioncom.mysql.jdbc.ConnectionProperties.ConnectionProperty#initializeFrom(java.lang.String)boolean isRangeBased()
isRangeBased in class ConnectionPropertiesImpl.ConnectionPropertycom.mysql.jdbc.ConnectionProperties.ConnectionProperty#isRangeBased()void setValue(int intValue,
ExceptionInterceptor exceptionInterceptor)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setValue(int intValue,
java.lang.String valueAsString,
ExceptionInterceptor exceptionInterceptor)
throws java.sql.SQLException
java.sql.SQLException