com.mysql.jdbc
Class VersionedStringProperty
java.lang.Object
com.mysql.jdbc.VersionedStringProperty
class VersionedStringProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
majorVersion
int majorVersion
minorVersion
int minorVersion
subminorVersion
int subminorVersion
preferredValue
boolean preferredValue
propertyInfo
java.lang.String propertyInfo
VersionedStringProperty
VersionedStringProperty(java.lang.String property)
VersionedStringProperty
VersionedStringProperty(java.lang.String property,
int major,
int minor,
int subminor)
isOkayForVersion
boolean isOkayForVersion(Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object