Class ConnectionPropertiesImpl.MemorySizeConnectionProperty
java.lang.Object
com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConnectionPropertiesImpl
static class ConnectionPropertiesImpl.MemorySizeConnectionProperty
extends ConnectionPropertiesImpl.IntegerConnectionProperty
implements Serializable
-
Field Summary
Fields inherited from class ConnectionPropertiesImpl.IntegerConnectionProperty
multiplierFields inherited from class ConnectionPropertiesImpl.ConnectionProperty
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, updateCount, upperBound, valueAsObject, wasExplicitlySet -
Constructor Summary
ConstructorsConstructorDescriptionMemorySizeConnectionProperty(String propertyNameToSet, int defaultValueToSet, int lowerBoundToSet, int upperBoundToSet, String descriptionToSet, String sinceVersionToSet, String category, int orderInCategory) -
Method Summary
Modifier and TypeMethodDescription(package private) String(package private) voidinitializeFrom(String extractedValue, ExceptionInterceptor exceptionInterceptor) (package private) voidsetValue(String value, ExceptionInterceptor exceptionInterceptor) Methods inherited from class ConnectionPropertiesImpl.IntegerConnectionProperty
getAllowableValues, getLowerBound, getUpperBound, getValueAsInt, hasValueConstraints, isRangeBased, setValue, setValueMethods inherited from class ConnectionPropertiesImpl.ConnectionProperty
getAsDriverPropertyInfo, getCategoryName, getDefaultValue, getOrder, getPropertyName, getUpdateCount, getValueAsObject, initializeFrom, initializeFrom, isExplicitlySet, setCategoryName, setOrder, setValueAsObject, storeTo, validateStringValues
-
Constructor Details
-
MemorySizeConnectionProperty
-
-
Method Details
-
initializeFrom
void initializeFrom(String extractedValue, ExceptionInterceptor exceptionInterceptor) throws SQLException - Overrides:
initializeFromin classConnectionPropertiesImpl.IntegerConnectionProperty- Throws:
SQLException- See Also:
-
setValue
- Throws:
SQLException
-
getValueAsString
String getValueAsString()
-