Class ConnectionPropertiesImpl.LongConnectionProperty
java.lang.Object
com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConnectionPropertiesImpl
public static class ConnectionPropertiesImpl.LongConnectionProperty
extends ConnectionPropertiesImpl.IntegerConnectionProperty
- See Also:
-
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
ConstructorsConstructorDescriptionLongConnectionProperty(String propertyNameToSet, long defaultValueToSet, long lowerBoundToSet, long upperBoundToSet, String descriptionToSet, String sinceVersionToSet, String category, int orderInCategory) LongConnectionProperty(String propertyNameToSet, long defaultValueToSet, String descriptionToSet, String sinceVersionToSet, String category, int orderInCategory) -
Method Summary
Modifier and TypeMethodDescription(package private) long(package private) voidinitializeFrom(String extractedValue, ExceptionInterceptor exceptionInterceptor) (package private) voidsetValue(long longValue, ExceptionInterceptor exceptionInterceptor) (package private) voidsetValue(long longValue, String valueAsString, 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
-
LongConnectionProperty
-
LongConnectionProperty
-
-
Method Details
-
setValue
- Throws:
SQLException
-
setValue
void setValue(long longValue, String valueAsString, ExceptionInterceptor exceptionInterceptor) throws SQLException - Throws:
SQLException
-
getValueAsLong
long getValueAsLong() -
initializeFrom
void initializeFrom(String extractedValue, ExceptionInterceptor exceptionInterceptor) throws SQLException - Overrides:
initializeFromin classConnectionPropertiesImpl.IntegerConnectionProperty- Throws:
SQLException- See Also:
-