java.lang.Object
org.dbtutools.DbtuTools.core.db2.BindFile
- public class BindFile
- extends java.lang.Object
Wrapper class, implementing DB2 bindfile related stuff.
It cannot be instantiated.
Constructor Summary |
private |
BindFile()
Private declared Constructor, preventing the instantiation
of the BindFile class. |
Method Summary |
static java.lang.String |
toTimestamp(java.lang.String oConsistencyToken)
Converts a given Consistency Token into a timestamp.
Background: The Consistency Token is a unique identifier,
which is used to ensure, the application and bindfile/package
are based on the same build. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindFile
private BindFile()
- Private declared Constructor, preventing the instantiation
of the
BindFile
class.
************************************************************************
toTimestamp
public static java.lang.String toTimestamp(java.lang.String oConsistencyToken)
throws java.lang.IllegalArgumentException,
java.lang.NullPointerException
- Converts a given Consistency Token into a timestamp.
Background: The Consistency Token is a unique identifier,
which is used to ensure, the application and bindfile/package
are based on the same build.