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