com.im.df.api.ddl
Class DFSchemas
java.lang.Object
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 |
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 compareschema2 - second schema to compare
- Returns:
- whether the given schemas are the same