|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.ConnectionProperties.ConnectionProperty
com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
com.mysql.jdbc.ConnectionProperties.MemorySizeConnectionProperty
class ConnectionProperties.MemorySizeConnectionProperty
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.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) void |
initializeFrom(java.lang.String extractedValue)
|
(package private) void |
setValue(java.lang.String 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.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 |
---|
void initializeFrom(java.lang.String extractedValue) throws java.sql.SQLException
initializeFrom
in class ConnectionProperties.IntegerConnectionProperty
java.sql.SQLException
ConnectionProperties.ConnectionProperty.initializeFrom(java.lang.String)
void setValue(java.lang.String value) throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |