com.mysql.jdbc
Class ConnectionProperties.LongConnectionProperty

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

public class ConnectionProperties.LongConnectionProperty
extends ConnectionProperties.IntegerConnectionProperty

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
multiplier
 
Fields inherited from class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, upperBound, valueAsObject
 
Constructor Summary
ConnectionProperties.LongConnectionProperty(java.lang.String propertyNameToSet, long defaultValueToSet, long lowerBoundToSet, long upperBoundToSet, java.lang.String descriptionToSet, java.lang.String sinceVersionToSet, java.lang.String category, int orderInCategory)
           
ConnectionProperties.LongConnectionProperty(java.lang.String propertyNameToSet, long defaultValueToSet, java.lang.String descriptionToSet, java.lang.String sinceVersionToSet, java.lang.String category, int orderInCategory)
           
 
Method Summary
(package private)  long getValueAsLong()
           
(package private)  void initializeFrom(java.lang.String extractedValue)
           
(package private)  void setValue(long value)
           
 
Methods inherited from class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
getAllowableValues, getLowerBound, getUpperBound, getValueAsInt, hasValueConstraints, isRangeBased, setValue
 
Methods inherited from class com.mysql.jdbc.ConnectionProperties.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

ConnectionProperties.LongConnectionProperty

ConnectionProperties.LongConnectionProperty(java.lang.String propertyNameToSet,
                                            long defaultValueToSet,
                                            long lowerBoundToSet,
                                            long upperBoundToSet,
                                            java.lang.String descriptionToSet,
                                            java.lang.String sinceVersionToSet,
                                            java.lang.String category,
                                            int orderInCategory)

ConnectionProperties.LongConnectionProperty

ConnectionProperties.LongConnectionProperty(java.lang.String propertyNameToSet,
                                            long defaultValueToSet,
                                            java.lang.String descriptionToSet,
                                            java.lang.String sinceVersionToSet,
                                            java.lang.String category,
                                            int orderInCategory)
Method Detail

setValue

void setValue(long value)

getValueAsLong

long getValueAsLong()

initializeFrom

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