com.mysql.jdbc
Class ConnectionPropertiesImpl.MemorySizeConnectionProperty

java.lang.Object
  extended by com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
      extended by com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
          extended by com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConnectionPropertiesImpl

 class ConnectionPropertiesImpl.MemorySizeConnectionProperty
extends ConnectionPropertiesImpl.IntegerConnectionProperty
implements java.io.Serializable


Field Summary
 
Fields inherited from class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
multiplier
 
Fields inherited from class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, upperBound, valueAsObject
 
Constructor Summary
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)
           
 
Method Summary
(package private)  java.lang.String getValueAsString()
           
(package private)  void initializeFrom(java.lang.String extractedValue)
           
(package private)  void setValue(java.lang.String value)
           
 
Methods inherited from class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
getAllowableValues, getLowerBound, getUpperBound, getValueAsInt, hasValueConstraints, isRangeBased, setValue
 
Methods inherited from class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
getAsDriverPropertyInfo, getCategoryName, getDefaultValue, getOrder, getPropertyName, getValueAsObject, initializeFrom, initializeFrom, setCategoryName, setOrder, setValueAsObject, storeTo, validateStringValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPropertiesImpl.MemorySizeConnectionProperty

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)
Method Detail

initializeFrom

void initializeFrom(java.lang.String extractedValue)
              throws java.sql.SQLException
Overrides:
initializeFrom in class ConnectionPropertiesImpl.IntegerConnectionProperty
Throws:
java.sql.SQLException
See Also:
com.mysql.jdbc.ConnectionProperties.ConnectionProperty#initializeFrom(java.lang.String)

setValue

void setValue(java.lang.String value)
        throws java.sql.SQLException
Throws:
java.sql.SQLException

getValueAsString

java.lang.String getValueAsString()