public class PC_XenaVersion extends java.lang.Object implements Formatable
Modifier and Type | Field and Description |
---|---|
private int |
minorVersion |
private static int |
XENA_MAJOR_VERSION |
private static int |
XENA_MINOR_VERSION_0 |
Constructor and Description |
---|
PC_XenaVersion() |
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersionNumber() |
int |
getMinorVersionNumber() |
int |
getTypeFormatId()
Get a universally unique identifier for the type of
this object.
|
private boolean |
isUpgradeNeeded(PC_XenaVersion fromVersion) |
void |
readExternal(java.io.ObjectInput in) |
java.lang.String |
toString() |
void |
upgradeIfNeeded(TransactionController tc,
PropertyConglomerate pc,
java.util.Properties serviceProperties) |
void |
writeExternal(java.io.ObjectOutput out) |
private static final int XENA_MAJOR_VERSION
private static final int XENA_MINOR_VERSION_0
private int minorVersion
private boolean isUpgradeNeeded(PC_XenaVersion fromVersion)
public void upgradeIfNeeded(TransactionController tc, PropertyConglomerate pc, java.util.Properties serviceProperties) throws StandardException
StandardException
public int getMajorVersionNumber()
public int getMinorVersionNumber()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public int getTypeFormatId()
TypedFormat
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.