Uses of Class
org.plasma.text.ddl.On

Packages that use On
org.plasma.text.ddl Package level documentation for package org.plasma.text.ddl. 
 

Uses of On in org.plasma.text.ddl
 

Fields in org.plasma.text.ddl with type parameters of type On
protected  List<On> Unique.ons
           
protected  List<On> Pk.ons
           
protected  List<On> Index.ons
           
 

Methods in org.plasma.text.ddl that return On
 On ObjectFactory.createOn()
          Create an instance of On
 

Methods in org.plasma.text.ddl that return types with arguments of type On
 List<On> Unique.getOns()
          Gets the value of the ons property.
 List<On> Pk.getOns()
          Gets the value of the ons property.
 List<On> Index.getOns()
          Gets the value of the ons property.
 



Copyright © 2013. All rights reserved.