Uses of Class
org.exolab.jms.tools.db.Index

Packages that use Index
org.exolab.jms.tools.db   
 

Uses of Index in org.exolab.jms.tools.db
 

Methods in org.exolab.jms.tools.db that return Index
 Index Table.getIndex(int)
           
 Index[] Table.getIndex()
           
static Index Index.unmarshal(java.io.Reader)
           
 

Methods in org.exolab.jms.tools.db with parameters of type Index
 void Table.addIndex(Index)
           
 void Table.addIndex(int, Index)
           
 boolean Table.removeIndex(Index)
           
 void Table.setIndex(int, Index)
           
 void Table.setIndex(Index[])
           
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.