Package org.apache.derby.iapi.services.property

Examples of org.apache.derby.iapi.services.property.PropertyFactory


   *
   */
  public void boot(boolean create, Properties startParams) throws StandardException
  {   
    LanguageConnectionFactory lcf = (LanguageConnectionFactoryMonitor.findServiceModule(this, LanguageConnectionFactory.MODULE);
    PropertyFactory pf = lcf.getPropertyFactory();
    if (pf != null)
      pf.addPropertySetNotification(new LanguageDbPropertySetter());

    emptySet = new GenericParameterValueSet(null, 0, false);
  }
View Full Code Here

TOP

Related Classes of org.apache.derby.iapi.services.property.PropertyFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.