Class XMLSchemaParser.UniqueInfo

  • Enclosing class:
    XMLSchemaParser

    public static class XMLSchemaParser.UniqueInfo
    extends java.lang.Object
    Used to hold unique constraint info before it is resolved.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Collection<java.lang.String> cols  
      Unique unq  
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cols

        public java.util.Collection<java.lang.String> cols
    • Constructor Detail

      • UniqueInfo

        public UniqueInfo()