com.knowgate.datacopy
Class DataTransformation.Operations

java.lang.Object
  extended by com.knowgate.datacopy.DataTransformation.Operations
Enclosing class:
DataTransformation

public class DataTransformation.Operations
extends java.lang.Object


Field Summary
static int IFNULL
           
static int NEWGUID
           
static int NEXTVAL
           
static int REFER
           
static int REFERENCED
           
 
Constructor Summary
DataTransformation.Operations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWGUID

public static final int NEWGUID
See Also:
Constant Field Values

NEXTVAL

public static final int NEXTVAL
See Also:
Constant Field Values

IFNULL

public static final int IFNULL
See Also:
Constant Field Values

REFERENCED

public static final int REFERENCED
See Also:
Constant Field Values

REFER

public static final int REFER
See Also:
Constant Field Values
Constructor Detail

DataTransformation.Operations

public DataTransformation.Operations()