org.apache.derby.impl.store.access
Class PC_XenaVersion
- java.lang.Object
-
- org.apache.derby.impl.store.access.PC_XenaVersion
-
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, Formatable, TypedFormat
public class PC_XenaVersion extends java.lang.Object implements Formatable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PC_XenaVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetMajorVersionNumber()intgetMinorVersionNumber()intgetTypeFormatId()Get a universally unique identifier for the type of this object.voidreadExternal(java.io.ObjectInput in)java.lang.StringtoString()voidupgradeIfNeeded(TransactionController tc, org.apache.derby.impl.store.access.PropertyConglomerate pc, java.util.Properties serviceProperties)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
upgradeIfNeeded
public void upgradeIfNeeded(TransactionController tc, org.apache.derby.impl.store.access.PropertyConglomerate pc, java.util.Properties serviceProperties) throws StandardException
- Throws:
StandardException
-
getMajorVersionNumber
public int getMajorVersionNumber()
-
getMinorVersionNumber
public int getMinorVersionNumber()
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
getTypeFormatId
public int getTypeFormatId()
Description copied from interface:TypedFormatGet a universally unique identifier for the type of this object.- Specified by:
getTypeFormatIdin interfaceTypedFormat- Returns:
- The identifier. (A UUID stuffed in an array of 16 bytes).
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG