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

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

Uses of Unique in org.plasma.text.ddl
 

Fields in org.plasma.text.ddl with type parameters of type Unique
protected  java.util.List<Unique> Table.uniques
           
 

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

Methods in org.plasma.text.ddl that return types with arguments of type Unique
 java.util.List<Unique> Table.getUniques()
          Gets the value of the uniques property.
 

Methods in org.plasma.text.ddl with parameters of type Unique
 java.lang.String MySQLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String DefaultDDLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String DDLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String MySQLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String DefaultDDLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String DDLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 java.lang.String MySQLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 java.lang.String DefaultDDLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 java.lang.String DDLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 



Copyright © 2013. All Rights Reserved.