psdi.mbo

Class MAXTABLEDomainInfoFactory



  • public class MAXTABLEDomainInfoFactory
    extends DomainInfoFactory
    Class to load MAXTABLEDomainInfo objects from maxtabledomain,maxobject and maxattribute tables. This only loads domains specified in maxattribute table for an attribute.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List load(java.sql.Connection con)
      loads MAXTABLEDomainInfo objects.
      • Methods inherited from class java.lang.Object

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

      • MAXTABLEDomainInfoFactory

        public MAXTABLEDomainInfoFactory()
    • Method Detail

      • load

        public java.util.List load(java.sql.Connection con)
                            throws MXException
        loads MAXTABLEDomainInfo objects.
        Specified by:
        load in class DomainInfoFactory
        Parameters:
        Connection -
        Returns:
        List of MAXTABLEDomainInfo objects
        Throws:
        MXException - if fails to load domain information.