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

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

Uses of Index in org.plasma.text.ddl
 

Fields in org.plasma.text.ddl with type parameters of type Index
protected  List<Index> Table.indices
           
 

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

Methods in org.plasma.text.ddl that return types with arguments of type Index
 List<Index> Table.getIndices()
          Gets the value of the indices property.
 

Methods in org.plasma.text.ddl with parameters of type Index
 String DefaultDDLFactory.createIndex(Schema schema, Table table, Index index)
           
 String DDLFactory.createIndex(Schema schema, Table table, Index index)
           
 String MySQLFactory.dropIndex(Schema schema, Table table, Index index)
           
 String DefaultDDLFactory.dropIndex(Schema schema, Table table, Index index)
           
 String DDLFactory.dropIndex(Schema schema, Table table, Index index)
           
 



Copyright © 2013. All rights reserved.