Uses of Class
net.sf.colle.sql.schema.Index

Packages that use Index
net.sf.colle.sql.schema   
 

Uses of Index in net.sf.colle.sql.schema
 

Methods in net.sf.colle.sql.schema that return Index
 Index Table.getIndex(String psName)
          Returns a specific named index.
 Index Table.getPrimaryKey()
          Returns the primary key index.