com.im.df.api 5.9

com.im.df.api.ddl
Class DFSchemas

java.lang.Object
  extended by com.im.df.api.ddl.DFSchemas

public final class DFSchemas
extends Object

Utility methods for DFSchema.


Method Summary
static boolean equals(DFSchema schema1, DFSchema schema2)
          Test whether given schemas are the same.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public static boolean equals(DFSchema schema1,
                             DFSchema schema2)
Test whether given schemas are the same.

See IJC-4201 for more details about why this method (temporarily) exists.

Parameters:
schema1 - first schema to compare
schema2 - second schema to compare
Returns:
whether the given schemas are the same

com.im.df.api 5.9