com.mysql.jdbc
Class ConnectionPropertiesImpl.LongConnectionProperty
java.lang.Object
com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ConnectionPropertiesImpl
public class ConnectionPropertiesImpl.LongConnectionProperty
- extends ConnectionPropertiesImpl.IntegerConnectionProperty
- See Also:
- Serialized Form
Fields inherited from class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty |
allowableValues, categoryName, defaultValue, description, lowerBound, order, propertyName, required, sinceVersion, upperBound, valueAsObject |
Constructor Summary |
ConnectionPropertiesImpl.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)
|
ConnectionPropertiesImpl.LongConnectionProperty(java.lang.String propertyNameToSet,
long defaultValueToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory)
|
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 |
ConnectionPropertiesImpl.LongConnectionProperty
ConnectionPropertiesImpl.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)
ConnectionPropertiesImpl.LongConnectionProperty
ConnectionPropertiesImpl.LongConnectionProperty(java.lang.String propertyNameToSet,
long defaultValueToSet,
java.lang.String descriptionToSet,
java.lang.String sinceVersionToSet,
java.lang.String category,
int orderInCategory)
setValue
void setValue(long value)
getValueAsLong
long getValueAsLong()
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)