static class ConnectionPropertiesImpl.MemorySizeConnectionProperty extends ConnectionPropertiesImpl.IntegerConnectionProperty implements java.io.Serializable
multiplier
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, updateCount, upperBound, valueAsObject
Constructor and Description |
---|
ConnectionPropertiesImpl.MemorySizeConnectionProperty(java.lang.String propertyNameToSet,
int defaultValueToSet,
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 |
getValueAsString() |
(package private) void |
initializeFrom(java.lang.String extractedValue,
ExceptionInterceptor exceptionInterceptor) |
(package private) void |
setValue(java.lang.String value,
ExceptionInterceptor exceptionInterceptor) |
getAllowableValues, getLowerBound, getUpperBound, getValueAsInt, hasValueConstraints, isRangeBased, setValue, setValue
getAsDriverPropertyInfo, getCategoryName, getDefaultValue, getOrder, getPropertyName, getUpdateCount, getValueAsObject, initializeFrom, initializeFrom, setCategoryName, setOrder, setValueAsObject, storeTo, validateStringValues
ConnectionPropertiesImpl.MemorySizeConnectionProperty(java.lang.String propertyNameToSet, int defaultValueToSet, int lowerBoundToSet, int upperBoundToSet, java.lang.String descriptionToSet, java.lang.String sinceVersionToSet, java.lang.String category, int orderInCategory)
void initializeFrom(java.lang.String extractedValue, ExceptionInterceptor exceptionInterceptor) throws java.sql.SQLException
initializeFrom
in class ConnectionPropertiesImpl.IntegerConnectionProperty
java.sql.SQLException
com.mysql.jdbc.ConnectionProperties.ConnectionProperty#initializeFrom(java.lang.String)
void setValue(java.lang.String value, ExceptionInterceptor exceptionInterceptor) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getValueAsString()